Added osi
This commit is contained in:
Binary file not shown.
@@ -66,6 +66,9 @@
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
\include{osi}
|
||||
\newpage
|
||||
|
||||
\include{ipv46}
|
||||
\newpage
|
||||
|
||||
|
28
its/tex/osi.tex
Normal file
28
its/tex/osi.tex
Normal file
@@ -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<69>bertragung (Physical) & Ethernet, Token Ring, MAC & Netzwerkkabel, Repeater, Hub \\
|
||||
\end{tabular}
|
||||
|
||||
\section{Protokollstack}
|
||||
|
||||
|
Reference in New Issue
Block a user