Elements of Layered Architecture

There are three different types of elements of a layered architecture. They are described below:

  • Service: Service is defined as a set of functions and tasks being provided by a lower layer to a higher layer. Each layer performs a different type of task. Therefore, actions provided by each layer are different.
  • Protocol: Protocol is defined as a set rule used by the layer for exchanging and transmission of data with its peer entities. These rules can consists details regarding a type of content and their order passed from one layer to another.
  • Interface: Interface is defined as a channel that allows to transmit the messages from one layer to the another.

Layered Architecture in Computer Networks

Every network consists of a specific number of functions, layers, and tasks to perform. Layered Architecture in a computer network is defined as a model where a whole network process is divided into various smaller sub-tasks. These divided sub-tasks are then assigned to a specific layer to perform only the dedicated tasks. A single layer performs only a specific type of task. To run the application and provide all types of services to clients a lower layer adds its services to the higher layer present above it. Therefore layered architecture provides interactions between the sub-systems. If any type of modification is done in one layer it does not affect the next layer.

Layered Architecture

As shown in the above diagram, there are five different layers. Therefore, it is a five-layered architecture. Each layer performs a dedicated task. The lower-level data for example from layer 1 data is transferred to layer 2. Below all the layers Physical Medium is present. The physical medium is responsible for the actual communication to take place. For the transfer of data and communication layered architecture provides with a clean cut interface.

Similar Reads

Features of Layered Architecture

Use of Layered architecture in computer network provides with the feature of modularity and distinct interfaces. Layered architecture ensures independence between layers, by offering services to higher layers from the lower layers and without specifying how these services are implemented. Layered architecture segments as larger and unmanageable design into small sub tasks. In layer architecture every network has different number of functions, layers and content. In layered architecture, the physical route provides with communication which is available under the layer 1. In layered architecture, the implementation done by one layer can be modified by another layer....

Elements of Layered Architecture

There are three different types of elements of a layered architecture. They are described below:...

Need of Layered Architecture

Divide and Conquer Approach: Layered architecture supports divide and conquer approach. The unmanageable and complex task is further divided into smaller sub tasks. Each sub task is then carried out by the different layer. Therefore, using this approach reduces the complexity of the problem or design process....

Application of Layered Architecture in computer Networks

In computer networks, layered architecture is majorly used for communication. The two network models that makes use of layered architecture are:...

OSI Model

OSI stands for Open Systems Interconnection. OSI is a seven layered architecture. All these seven layers work collaboratively to transmit data from one layer to another. Below are the layers of OSI Model....

FAQs on Layered Architecture in Computer Networks

1. Give an example of operating system that makes use of layered architecture approach?...