28 lines
943 B
TeX
28 lines
943 B
TeX
%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}
|
|
|
|
|