Added osi

This commit is contained in:
2018-04-22 21:41:19 +02:00
parent 4a6ecdc74d
commit 290e7a7a20
3 changed files with 31 additions and 0 deletions

Binary file not shown.

View File

@@ -66,6 +66,9 @@
\tableofcontents
\newpage
\include{osi}
\newpage
\include{ipv46}
\newpage

28
its/tex/osi.tex Normal file
View 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}