Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do different types of networks use different types of protocol layers (also known as protocol stacks)?

0
Posted

Why do different types of networks use different types of protocol layers (also known as protocol stacks)?

0

The bit stream oriented protocol at the lowest level supports simple streams of bits flowing between two points. Since the only language understood at this level is “0” and “1”, the protocol recognizes only peers to which it is directly connected by the physical link across which the bits flow. It simply has no way of addressing anyone else, and that’s not its job anyway. Since higher levels can pass more complex messages, they can include routing information, making it possible for data to flow across more than one communication link, and making large networks possible. In a system with a layered architecture, programs at a high level deal with more complicated data but don’t have to deal with implementation details and routine tasks. For example, in a network the routing of messages is done by lower levels, so upper level programs need not be aware of it. The data flow only through the highest level that is concerned with handling them. So when a message flows through an intermediate

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123