



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The concept of protocol hierarchies in networking, where data and control information are passed between layers until the physical medium is reached. It discusses the importance of clean interfaces between layers, the role of a network architecture, and an analogy to help understand multilayer communication.
Typology: Slides
1 / 5
This page cannot be seen from the preview
Don't miss anything!




interface. The interface defines which primitive operations andservices the lower layer offers to the upper one. When network designers decide how many layers toinclude in a network and what each one should do, one ofthe most important considerations is defining cleaninterfaces between the layers. (each layer performs aspecific collection of well-understood functions) In addition, clean-cut interfaces also make it simpler toreplace the implementation of one layer with a completelydifferent implementation without disrupting the rest of thelayers. (ex. all the telephone lines are replaced by satellitechannels) as all that is required of the implementation isthat it offers the exact same set of services to its upstairsneighbor layer as the old implementation did.
10
Fig. 2. The philosopher-translator-secretary architecture