1 / 49

source

Destination. Reassembly Required. router. IP packet fragments. Fragments Created. router. IP packet. source. TCP. Connection Oriented state Stream Oriented Sequence number Full Duplex Reliable acknowledgment. TCP Commands. Syn – synchronize sequence numbers Ack – acknowledgement

Download Presentation

source

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Destination Reassembly Required router IP packet fragments Fragments Created router IP packet source

  2. TCP • Connection Oriented • state • Stream Oriented • Sequence number • Full Duplex • Reliable • acknowledgment

  3. TCP Commands • Syn – synchronize sequence numbers • Ack – acknowledgement • Fin – close connection • Push – send data immediately • Urgent – look at data out of sequence • Reset – reject connection

  4. TCP Connection • Passive Open • Server opens known port and waits for client to connect (no traffic on network) • Active open • Client opens any available port and connects to server on known port (starts three way handshake)

  5. TCP Connection States

  6. CLOSED LISTEN ESTABLISHED SYN-SENT CLOSE-WAIT SYN-RCVD FIN-WAIT-1 LAST-ACK FIN-WAIT-2 TIME-WAIT Active open/syn Passive open Syn/ syn+ack Syn+ack/ack ack Fin/ack Close/fin Ack/ Close/fin Fin/ack timeout ack

  7. TCP Sliding Window • Sequence No. - number of first byte in the segment • Acknowledgement – number of next byte expected • Sliding Window – number of bytes that can be transmitted without an acknowledgement

  8. Sender Sliding Window Receiver Sliding Window

  9. Sent, not yet acked Ready to send Sliding Window

  10. Sent, not yet acked Sent and ACKed Sliding Window Ready to send

  11. Sent and ACKed Sliding Window

  12. Server Client Syn Seq 7280 Client sends syn to open connection

  13. Server Client Syn Seq 5965 Ack 7281 Syn, Ack Server sends Ack and Syn

  14. Server Client Syn Syn, Ack Ack Cient sends Ack, connection is established Seq 7281 Ack 5966

  15. Server Client Syn Syn, Ack Ack Client requests Web Page Ack, Push Seq 7281 Ack 5966

  16. Server Client Syn Syn, Ack Ack Ack Server sends first part of Web Page Ack Seq 5966 ack 7532

  17. Ack Ack Ack Server Client Syn Syn, Ack Ack Ack Server sends remainder of page Seq 5966 ack 7531 Seq 7426 ack 7531

  18. Ack Ack Ack Server Client Syn Syn, Ack Ack Ack Ack Client sends ack Seq 7531 ack 8886

  19. Ack Ack Ack Server Client Syn Syn, Ack Ack Ack Server starts closing of connection Ack Ack, Fin, Push Seq 8886 ack 7531

  20. Ack Ack Ack Server Client Syn Syn, Ack Ack Ack Ack Ack, Fin, Push Ack Client acks closing of server’s side of connection Seq 7531 ack 9203

  21. Ack Ack Ack Server Client Syn Syn, Ack Ack Ack Ack Ack, Fin, Push Seq 7531 ack 9203 Ack Ack, Fin Client requests closing of its side of connection

  22. Ack Ack Ack Ack Server Client Syn Syn, Ack Ack Ack Ack Ack, Fin, Push Seq 9203 ack 7532 Ack Ack, Fin Server sends Ack, connection closed

  23. http://www.rhyshaden.com/arp.htm

  24. 16 0 8 31 TYPE CODE CHECKSUM IDENTIFIER SEQUENCE NUMBER OPTIONAL DATA ICMP Echo message

  25. ftp client ftp server 131.123.8.111 131.123.250.211 2353 2349 21 20 TCP Segments Proto Local Address Foreign Address TCP 131.123.8.111:2349 131.123.250.211:21 TCP 131.123.8.111:2353 131.123.250.211:20

More Related