티스토리 뷰
TCP/ UDP
TCP
Error correction/ recovery
UDP
No error detection, no window / Fast speed.
-Audio and Video
TCP – three-way handshake
syn(synchronising), ack(acknowledgement)
2000-byte segment. Server request Seq 6000 as seq 6000 is missing.
After receive seq 6000, acknowledge 10000 so host send seq 12000 next time without sending duplicates.
Size of window is automatically negotiated between device. Which will make faster or slower. Receiver send this whenever they need.
Amount of overhead(amount of header): TCP > UDP
Multiplex
Send multiple protocol at once attaching port number and protocol.
TCP 4-way handshake. Fin(final)
'IT > CCNA: Udemy' 카테고리의 다른 글
Sec11: Hub and spoke network, loopback (0) | 2018.03.10 |
---|---|
Sec10: DNS, ARP, DHCP (0) | 2018.03.08 |
Sec8: port description (0) | 2018.03.07 |
Sec8: Switch duplex setting (0) | 2018.03.04 |
Sec8: Telnet (0) | 2018.03.03 |
댓글