1 / 5

A Protocol for Packet Network Intercommunication

A Protocol for Packet Network Intercommunication. Wei Zhang (wez5@lehigh.edu). Introduction. Why interconnect? Facilitate the sharing of computer resources. Difficulty in intercommunication Each network may have distinct addressing scheme.

Download Presentation

A Protocol for Packet Network Intercommunication

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. A Protocol for Packet Network Intercommunication Wei Zhang (wez5@lehigh.edu)

  2. Introduction • Why interconnect? • Facilitate the sharing of computer resources. • Difficulty in intercommunication • Each network may have distinct addressing scheme. • Each network may accept data of different maximum size. • The success or failure of a transmission • Recovery from the communication disruption

  3. An important concept • GATEWAY • It is an interface between networks and plays a central role. • It routes the data in a store and forward fashion. So it works like an interpreter. • It is critical for the implementation of the intercommunication. Network 1 Network 2 GATEWAY

  4. Solutions from the paper • Address Formats • Segmentation and Reassembly • Due to the different MTU in each network. • Retransmission and Duplicate Detection • Guarantee the correctness of the transmission. Network (8 bits) TCP Identifier (16 bits)

  5. Solutions from the paper • Flow Control • Avoid overwhelming the recipients. • Connections and Associations • Unlike circuit switching network, there’s not a fixed path between two hosts. The path may vary, depending on the networking environment.

More Related