answersLogoWhite

0


Best Answer

1. Protocol layering is a common technique to simplify networking designs by dividing them into functional layers, and assigning protocols to perform each layer's task.

For example, it is common to separate the functions of data delivery and connection management into separate layers, and therefore separate protocols. Thus, one protocol is designed to perform data delivery, and another protocol, layered above the first, performs connection management. The data delivery protocol is fairly simple and knows nothing of connection management. The connection management protocol is also fairly simple, since it doesn't need to concern itself with data delivery.

2. Protocol layering produces simple protocols, each with a few well defined tasks. These protocols can then be assembled into a useful whole. Individual protocols can also be removed or replaced as needed for particular applications.

The most important layered protocol designs are the Internets original DoD model, and the OSI Seven Layer Model. The modern internet represents a fusion of both models.

1. Protocol layering is a common technique to simplify networking designs by dividing them into functional layers, and assigning protocols to perform each layer's task.

For example, it is common to separate the functions of data delivery and connection management into separate layers, and therefore separate protocols. Thus, one protocol is designed to perform data delivery, and another protocol, layered above the first, performs connection management. The data delivery protocol is fairly simple and knows nothing of connection management. The connection management protocol is also fairly simple, since it doesn't need to concern itself with data delivery.

2. Protocol layering produces simple protocols, each with a few well defined tasks. These protocols can then be assembled into a useful whole. Individual protocols can also be removed or replaced as needed for particular applications.

The most important layered protocol designs are the Internets original DoD model, and the OSI Seven Layer Model. The modern Internet represents a fusion of both models.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

The following are the two main reasons:

Reduction of the Domino Effect - Another very important advantage of a layered protocol system is that it helps to prevent changes in one layer from affecting other layers. This helps to expedite technology development.

Rapid Application Development (RAD) - Work loads can be evenly distributed which means that multiple activities can be conducted in parallel thereby reducing the time taken to develop, debug, optimize and package new technologies ready for production implementation.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

because it provide independent layer on those we can implement individual implementation without affecting other layers. new delivery technology can be introdused without affecting other layers.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the two main reason for using layered protocol architecture for network communication?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Art & Architecture

What is layered architecture protocol?

layered model architecture is tcp/ip model .you can reference this model as layered model architecture protocol.


Which functions are provided by lcp and ncp as part of the ppp layered architecture?

LCP sets up the PPP connection and its parameters. NCP handles higher layer protocol configurations.


What do you mean by WAP explain WAP architecture with diagram?

WAP is designed in a layered fashion so that it can be extensible,flexible, and scalable. As a result, the WAP protocol stack is divided into five layers:Application LayerWireless Application Environment (WAE). This layer is of most interest to content developers because it contains, among other things, device specifications and the content development programming languages, WML and WMLScript.Session LayerWireless Session Protocol (WSP). Unlike HTTP, WSP has been designed by the WAP Forum to provide fast connection suspension and reconnection.Transaction LayerWireless Transaction Protocol (WTP). The WTP runs on top of a datagram service such as User Datagram Protocol (UDP) and is part of the standard suite of TCP/IP protocols used to provide a simplified protocol suitable for low bandwidth wireless stations.Security LayerWireless Transport Layer Security (WTLS). WTLS incorporates security features that are based upon the established Transport Layer Security (TLS) protocol standard. It includes data integrity checks, privacy, service denial, and authentication services.Transport LayerWireless Datagram Protocol (WDP). The WDP allows WAP to be bearer-independent by adapting the transport layer of the underlying bearer. The WDP presents a consistent data format to the higher layers of the WAP protocol stack, thereby offering the advantage of bearer independence to application developers.Each of these layers provides a well-defined interface to the layer above it. This means that the internal workings of any layer are transparent or invisible to the layers above it. The layered architecture allows other applications and services to utilise the features provided by the WAP-stack as well. This makes it possible to use the WAP-stack for services and applications that currently are not specified by WAP.


What are the disadvantages of layered network architecture?

The following are the disadvantages of a layered architecture:There might be a negative impact on the performance as we have the extra overhead of passing through layers instead of calling a component directly.Development of user-intensive applications can sometime take longer if the layering prevents the use of user interface components that directly interact with the database.The use of layers helps to control and encapsulate the complexity of large applications, but adds complexity to simple applications.Changes to lower level interfaces tend to percolate to higher levels, especially if the relaxed layered approach is used.


What is the difference between protocol and service interface in ISO-OSI 7 layer model?

Protocol is the special set of rules that end points in a telecommunication connection use when they communicate. In other words Protocol is an agreed-upon format for transmitting data between two devices. The protocol determines the following: * the type of error checking to be used * data compression method, if any * how the sending device will indicate that it has finished sending a message * how the receiving device will indicate that it has received a message Service is a program, routine, or process that performs a specific system function to support other programs, particularly at a low (close to the hardware) level

Related questions

What is layered architecture protocol?

layered model architecture is tcp/ip model .you can reference this model as layered model architecture protocol.


What is layered architecture?

layered model architecture is tcp/ip model .you can reference this model as layered model architecture protocol.


What is the need for protocol syntax protocol semantics and protocol timing in the description of layered protocol?

as we know the protocol is collection of rules and regulation.while every communication takes place there is a protocol.protocol states whwt is format of data ,how much time to given.


Do protocols require layer dependent encapsulations?

Not always, but the more complex the protocol the more likely a layered architecture will simplify design and implementation.


Which functions are provided by lcp and ncp as part of the ppp layered architecture?

LCP sets up the PPP connection and its parameters. NCP handles higher layer protocol configurations.


What is the difference between a purely layered architecture and microkernel architecture?

Micro kernel's have more fun. Where layered models tend to have drinking problems


The benefits of layered network architecture?

k


What has the author David B Hanna written?

David B. Hanna has written: 'The layered city' -- subject(s): Architecture, Domestic, Domestic Architecture


What term is used to describe how TCP IP protocols are layered and interact to format address and transmit information across a network?

protocol stack


Advantages layered architecture operating system?

The O.S has been divided into different layers and each layer has mentained some hierarchy.


What are two reason using layer protocols?

A layered protocol architecture provides a conceptual framework for dividing the complex task of exchanging information between remote hosts into simpler tasks.Each protocol layer has a narrowly defined responsibility.A protocol layer provides a standard interface to the next higher protocol layer.Consequently, it hides the details of the underlying physical network infrastructure.Benefit: The same user-level (application) program can be used over very diverse communication networks.Example: The same WWW browser can be used when you are connected to the internet via a LAN or a dial-up line.


Which protocols are used to control the transfer of web resources from a web server to a client browser?

HTTP protocols transfer data from web servers to a client browser. This application is officially known as Hypertext Transfer Protocol.