diff --git a/its/tex/itsroot.pdf b/its/tex/itsroot.pdf index b6ec4ec..cf2f3b2 100644 Binary files a/its/tex/itsroot.pdf and b/its/tex/itsroot.pdf differ diff --git a/its/tex/itsroot.tex b/its/tex/itsroot.tex index ad2158a..68105cc 100644 --- a/its/tex/itsroot.tex +++ b/its/tex/itsroot.tex @@ -66,6 +66,9 @@ \tableofcontents \newpage + \include{osi} + \newpage + \include{ipv46} \newpage diff --git a/its/tex/osi.tex b/its/tex/osi.tex new file mode 100644 index 0000000..0036ab2 --- /dev/null +++ b/its/tex/osi.tex @@ -0,0 +1,28 @@ +%Notizen: + +\section{OSI Schichtenmodell} + Das OSI Schichtenmodell (Open Systems Interconnection Model) ist ein Referenzmodell für Netzwerkprotokolle. + + \subsection{Modell} + + \begin{tabular}{l | l | l | l} + \# & OSI-Schicht & Beispiele & Kopplungselemente \\ + \hline + 7 &Anwendungen (Application) & HTTP, FTP, SMTP, LDAP & Gateway, Proxy, Content-Switch \\ + + 6 & Darstellung (Presentation) & HTTP, FTP, SMTP, LDAP & Gateway, Proxy, Content-Switch \\ + + 5 & Sitzung (Session) & HTTP, FTP, SMTP, LDAP & Gateway, Proxy, Content-Switch \\ + + 4 & Transport (Transport) & TCP, UDP & Gateway, Proxy, Content-Switch \\ + + 3 & Vermittlung (Network) & ICMP, IP, IPsec & Router, Layer-3-Switch \\ + + 2 & Sicherung (Data Link) & Ethernet, Token Ring, MAC & Bridge, Layer-2-Switch \\ + + 1 & Bitübertragung (Physical) & Ethernet, Token Ring, MAC & Netzwerkkabel, Repeater, Hub \\ + \end{tabular} + +\section{Protokollstack} + + \ No newline at end of file