4A0-100 · Question #369
Which of the following is NOT a goal of a layered protocol stack?
The correct answer is C. To reduce protocol overhead. A layered protocol stack is designed to simplify network communication by separating functionalities into distinct layers. Each layer has a defined role and communicates with the layers directly above and below it. The main benefits of this model include: Simplified design and…
Question
Which of the following is NOT a goal of a layered protocol stack?
Options
- ATo exchange information and divide it into simpler functions.
- BTo provide flexibility so that new protocols can be easily added.
- CTo reduce protocol overhead.
- DTo relieve some devices of some unnecessary tasks.
How the community answered
(52 responses)- A4% (2)
- B8% (4)
- C77% (40)
- D12% (6)
Explanation
A layered protocol stack is designed to simplify network communication by separating functionalities into distinct layers. Each layer has a defined role and communicates with the layers directly above and below it. The main benefits of this model include: Simplified design and implementation: Developers can focus on one layer without needing to understand the entire system. Flexibility: New protocols can be developed and inserted at specific layers without redesigning the Interoperability: Standard interfaces allow different systems and vendors to work together. Isolation of functions: Errors and updates can be managed within one layer without impacting However, reducing protocol overhead is not a primary goal of this model. In fact, the encapsulation and interaction between layers can sometimes introduce extra overhead. This overhead is a trade-off accepted to gain the other benefits listed above.
Topics
Community Discussion
No community discussion yet for this question.