-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtcp.drawio
69 lines (69 loc) · 5.26 KB
/
tcp.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<mxfile host="65bd71144e">
<diagram id="i_LJxLqSAh3Sh0YosOYB" name="Page-1">
<mxGraphModel dx="857" dy="1165" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="6" value="<font style="font-size: 25px;">Client</font>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="305" y="360" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="7" value="<font style="font-size: 25px;">Server<br></font>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="630" y="360" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="15" value="" style="endArrow=classic;html=1;fontSize=25;endSize=12;" edge="1" parent="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="450" y="389.58" as="sourcePoint"/>
<mxPoint x="610" y="389.58" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="16" value="SYN" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;fontSize=25;" connectable="0" vertex="1" parent="15">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="20" value="<font style="font-size: 25px;">Client</font>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="305" y="570" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="21" value="<font style="font-size: 25px;">Server<br></font>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="630" y="570" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="22" value="" style="endArrow=classic;html=1;fontSize=25;endSize=12;" edge="1" parent="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="450" y="599.5799999999999" as="sourcePoint"/>
<mxPoint x="610" y="599.5799999999999" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="23" value="ACK" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;fontSize=25;" connectable="0" vertex="1" parent="22">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="24" value="<font style="font-size: 25px;">Client</font>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="305" y="460" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="25" value="<font style="font-size: 25px;">Server<br></font>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="630" y="460" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="26" value="" style="endArrow=none;html=1;fontSize=25;endSize=12;endFill=0;startArrow=classic;startFill=1;startSize=12;" edge="1" parent="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="450" y="489.5799999999999" as="sourcePoint"/>
<mxPoint x="610" y="489.5799999999999" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="27" value="SYN/ACK" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;fontSize=25;" connectable="0" vertex="1" parent="26">
<mxGeometry relative="1" as="geometry">
<mxPoint x="1" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="28" value="" style="endArrow=classic;html=1;fontSize=25;startSize=12;endSize=12;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="260" y="355" as="sourcePoint"/>
<mxPoint x="260" y="625" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="29" value="Time" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=25;" vertex="1" parent="1">
<mxGeometry x="160" y="470" width="80" height="40" as="geometry"/>
</mxCell>
<mxCell id="30" value="<font style="font-size: 35px;">TCP Handshake</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=25;" vertex="1" parent="1">
<mxGeometry x="390" y="260" width="280" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>