aboutsummaryrefslogtreecommitdiff
path: root/slides/images/tcpip.pgf
diff options
context:
space:
mode:
Diffstat (limited to 'slides/images/tcpip.pgf')
-rw-r--r--slides/images/tcpip.pgf12
1 files changed, 12 insertions, 0 deletions
diff --git a/slides/images/tcpip.pgf b/slides/images/tcpip.pgf
new file mode 100644
index 0000000..def5a31
--- /dev/null
+++ b/slides/images/tcpip.pgf
@@ -0,0 +1,12 @@
+\begin{tikzpicture}[
+mybox/.style={draw, rectangle, minimum width=4cm, minimum height=1 cm,font=\bfseries}
+]
+
+%\draw (0,0) rectangle (3cm, 1cm) {wat};
+
+\node at (0, -0) [mybox] {Application};
+\node at (0, -1) [mybox] {Transport};
+\node at (0, -2) [mybox] {Internet};
+\node at (0, -3)[mybox] {Network interface};
+
+\end{tikzpicture}