1 / 10

TCP / IP

TCP / IP. Introduction. TCP/IP is a set of protocols developed to allow, computers of all sizes from different vendors , running different operating systems to communicate or share resources across a network. TCP/IP provides reliable end to end stream over unreliable network.

major
Télécharger la présentation

TCP / IP

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. TCP/IP

  2. Introduction • TCP/IP is a set of protocols developed to allow, computers of all sizes from different vendors, running different operating systems to communicate or share resources across a network.

  3. TCP/IP provides reliable end to end stream over unreliable network.

  4. TCP is responsible for breaking up the message into datagram. • Reassembling at receiving end. • Retransmission

  5. TCP/IP Protocol Suite

  6. TCP Features • The bytes of data being transferred in each connection are numbered by TCP. The numbering starts with a randomly generated number. • The value in the sequence number field of a segment defines the number of the first data byte contained in that segment.

  7. Features • The value of the acknowledgment field in a segment defines the number of the next byte a party expects to receive.

  8. Introduction (IP) • IP(internet Protocol) provides a connectionless and unreliable delivery system. It considers each datagram independently. • A packet in the IP layer is called a datagram, a variable-length packet consisting of two parts: header and data. The header is 20 to 60 bytes in length and contains information essential to routing and delivery.

  9. Introduction (IP) • Responsible for end to end transmission • Sends data in individual packets • Maximum size of packet is determined by the networks • Fragmented if too large • Unreliable • Packets might be lost, corrupted, duplicated, delivered out of order

  10. IP Datagram

More Related