Communication protocols in a network context

  • Authors:
  • André A.S. Danthine;Joseph Bremer

  • Affiliations:
  • University of Liège, Belgium;CTN-EIA, Liège, Belgium

  • Venue:
  • Proceedings of the 1975 ACM SIGCOMM/SIGOPS workshop on Interprocess communications
  • Year:
  • 1975

Quantified Score

Hi-index 0.00

Visualization

Abstract

In a distributed computers network based on a packet-swltched communication subnet, it is possible to describe the system as a hierarchical structure. We will consider here only three levels: -level 0: communication between nodes of the subnets. -level 1: communication between hosts connected to the net. -level 2: communication between users processes (subscribers) in different hosts. At each level, the communication is based on a protocol and the data structures to be exchanged are different. For instance the data structure exchanged at level 2 may be a sequential file. As there is no direct support of communication at this level, it is through the mechanisms of level 1 and 0 that the transfer will take place with data structure at each level not directly related to the upper level one. The complete definition of the system will therefore required not only the level 0, 1 and 2 protocols, but also inter-level protocols. In the following, we will concentrate on the level 1 protocol. It is the basic communication protocol of a network since it will be used by user processes in different hosts and it will use the subnet as a communication support. This level 1 entity is called a “TS” (transport station) in CYCLADES [13] and a “TCP” (transmission control program] in [2].