<< Chapter < Page Chapter >> Page >
The layers of protocol in computer networks.

The complexity of information transmission in a computer network—reliable transmissionof bits across a channel, routing, and directing information to the correct destination within the destination computersoperating system—demands an overarching concept of how to organize information delivery. No unique set of rules satisfiesthe various constraints communication channels and network organization place on information transmission. For example,random access issues in Ethernet are not present in wide-area networks such as the Internet. A protocol is a set of rules that governs how information is delivered. For example,to use the telephone network, the protocol is to pick up the phone, listen for a dial tone, dial a number having a specificnumber of digits, wait for the phone to ring, and say hello. In radio, the station uses amplitude or frequency modulation with aspecific carrier frequency and transmission bandwidth, and you know to turn on the radio and tune in the station. In technicalterms, no one protocol or set of protocols can be used for any communication situation. Be that as it may, communicationengineers have found that a common thread runs through the organization of the various protocols. This grand design of information transmission organization runsthrough all modern networks today.

What has been defined as a networking standard is a layered, hierarchical protocol organization. Asshown in [link] , protocols are organized by function and level of detail.

Protocol picture

Protocols are organized according to the level of detail required for information transmission. Protocols at the lowerlevels (shown toward the bottom) concern reliable bit transmission. Higher level protocols concern how bits areorganized to represent information, what kind of information is defined by bit sequences, what software needs theinformation, and how the information is to be interpreted. Bodies such as the IEEE (Institute for Electronics andElectrical Engineers) and the ISO (International Standards Organization) define standards such as this. Despite being astandard, it does not constrain protocol implementation so much that innovation and competitive individuality are ruledout.
Segregation of information transmission, manipulation, and interpretation into these categories directly affects howcommunication systems are organized, and what role(s) software systems fulfill. Although not thought about in this way inearlier times, this organizational structure governs the way communication engineers think about all communication systems,from radio to the Internet.

How do the various aspects of establishing and maintaining a telephone conversation fit into this layered protocolorganization?

When you pick up the telephone, you initiate a dialog with your network interface by dialing the number. The networklooks up where the destination corresponding to that number is located, and routes the call accordingly. The routeremains fixed as long as the call persists. What you say amounts to high-level protocol while establishing theconnection and maintaining it corresponds to low-level protocol.

Got questions? Get instant answers now!

We now explicitly state whether we are working in the physical layer (signal set design, for example), the data link layer(source and channel coding), or any other layer. IP abbreviates Internet protocol, and governs gateways (how information istransmitted between networks having different internal organizations). TCP (transmission control protocol) governs howpackets are transmitted through a wide-area network such as the Internet. Telnet is a protocol that concerns how a person at onecomputer logs on to another computer across a network. A moderately high level protocol such as telnet, is not concernedwith what data links (wireline or wireless) might have been used by the network or how packets are routed. Rather, it establishesconnections between computers and directs each byte (presumed to represent a typed character) to the appropriate operation systemcomponent at each end. It is not concerned with what the characters mean or what programs the person istyping to. That aspect of information transmission is left to protocols at higher layers.

Recently, an important set of protocols created the World Wide Web. These protocols exist independently of the Internet. TheInternet insures that messages are transmitted efficiently andintact; the Internet is not concerned (to date) with what messages contain. HTTP (hypertext transfer protocol) frame whatmessages contain and what should be done with the data. The extremely rapid development of the Web on top of an essentiallystagnant Internet is but one example of the power of organizing how information transmission occurs without overly constrainingthe details.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Fundamentals of electrical engineering i. OpenStax CNX. Aug 06, 2008 Download for free at http://legacy.cnx.org/content/col10040/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fundamentals of electrical engineering i' conversation and receive update notifications?

Ask