Skip to content
Home » Computer Network – Layered Architecture (Osi Model Introduction )? Best 16 Answer

Computer Network – Layered Architecture (Osi Model Introduction )? Best 16 Answer

Are you looking for an answer to the topic “Computer Network – Layered Architecture (OSI Model Introduction )“? We answer all your questions at the website Chambazone.com in category: 40+ Marketing Blog Topics & Ideas. You will find the answer right below.

In the OSI reference model, the communications between a computing system are split into seven different abstraction layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.OSI model is a layered server architecture system in which each layer is defined according to a specific function to perform. All these seven layers work collaboratively to transmit the data from one layer to another. The Upper Layers: It deals with application issues and mostly implemented only in software.The Open Systems Interconnection (OSI) model describes seven layers that computer systems use to communicate over a network. It was the first standard model for network communications, adopted by all major computer and telecommunication companies in the early 1980s.


OSI Model Explained | OSI Animation | Open System Interconnection Model | OSI 7 layers | TechTerms

OSI Model Explained | OSI Animation | Open System Interconnection Model | OSI 7 layers | TechTerms
OSI Model Explained | OSI Animation | Open System Interconnection Model | OSI 7 layers | TechTerms

Images related to the topicOSI Model Explained | OSI Animation | Open System Interconnection Model | OSI 7 layers | TechTerms

Osi Model Explained | Osi Animation | Open System Interconnection Model | Osi 7 Layers | Techterms
Osi Model Explained | Osi Animation | Open System Interconnection Model | Osi 7 Layers | Techterms

In the previous post, we have seen that a network can be ified based upon the manner in which components in the network configured (P2P and Client server network model) . Before we proceed to the different reference models, we should first understand the steps involved in data transmission in any network model. For example, the task of sending an e-mail from any one point in the world to some other can be further broken into several tasks, each of these tasks performed by separate software. Each software generally uses the services of the other software (in a sequential pattern). In the lowest layer, a specific signal, or any set of signals, is sent from the designated source computer to the destination computer. Basically we will understand how a well defined layered architecture is indeed an inevitable part of a successful network transmission model . The concept of layers is also present in our daily life. So, let us understand this architecture in layman terms (with the help of a daily life example). Let us conser one scenario, say two friends who want to communicate by the means of a postal mail. The process of sending any letter to a friend would be very much complicated if there were no assistance proved by the post office. In this case, we deal with a sender, a receiver, and also a carrier (transporter) that carries (moves) the letter forward. There is a complete structure (hierarchy) of the sequential tasks. Let us see functions performed by each of them in detail: At Sender’s se  Now let us see the sequence of events taking place at the Sender’s site. Higher layer : Initially the sender first drafts the letter, but the letter in an envelope, then specifies the receiver and sender (source and destination) addresses and finally drops the letter in a mailbox. . Mdle layer: In this level, the letter is further collected by a letter carrier and then delivered it to the respective post office. . Lower layer: At last , the letter is then sorted in the post office and then a carrier (transporter) transports the letter. Work is done by Carrier: The letter finally moves on its way to the respective recipient (destination) address. On it’s way to the destination (recipient’s local post office), the letter may further actually pass through a central office. Moreover, it may finally be transported by train, truck, boat, airplane or any combination of these. At Receiver’s se: Lower layer: Now again the carrier first transports the letter to the respective post office (reverse activities will take place). Mdle layer: Then the letter is further sorted and delivered to the required recipient’s (destination) mailbox. . Higher layer: The receiver then finally collects the letter, and opens the envelope, and finally reads it. Hierarchy and layered tasks : There are precisely three different (dependent) activities happening at the sender’s se and the other three activities occurring at the receiver’s se. The activity of transporting the letter in between the respective sender (source) and the receiver (destination) is then done (undertaken) by the transporter carrier. Now, we can say that each layer at the sending site further utilizes the services of the layer present immediately below it. The sender from the upper layer generally utilizes the services furnished by the mdle layer. The mdle layer then finally uses the services of the lower layer. The lower layer normally (additionally) uses the services of the carrier ( transporter medium). Protocols in Layered architecture  From the above example, you might already get some ea about the Layered architecture in network software. Further, an important point to be noted here is that the function and contents of each layer will differ network to network. Any particular layer on one device(workstation) will communicate with the layer of any other device via a predefined set of protocols(rules). Protocols are nothing but a set of agreements between any two communicating machines(about establishing, maintaining, and releasing the communication link). To make this complete(complex) system of establishing and releasing the communication between the required machines , these set of protocols comes into picture. Hence a network architecture can be defined as a set of protocols that define the manner in which every layer is to function. Due to segmentation (in layered structure), it is possible to break the difficult problems into simpler and smaller segments(tasks) . How does Data transfer really takes place in Layered architecture? Data transfer will take place in a sequential manner through different layers. The data (message packets) is passed on to lower layers until the lowest layer is reached.Below layer 1 lies the physical layer(medium) i.e. wire, coaxial cables etc through which data will propagate. For the efficient transmission of data between the layers, we have interface between every layer. Interface basically defines the operation and services offered by the lower layer to the upper layer. Service access points (SAPs) These are available in between ‘n’ and ‘n+1’ layers . Each SAP has a unique address for its entification. Services are available at SAPs. Interface Data Unit (IDU) IDU mainly consists of ICI (Interface Control information) and SDU (Service data unit). For the efficient sharing of message communication between the ‘n’ and’ n+1′ layers, a pair of guelines (rules) in regards to the interface should be present. SDU is a part of IDU, and it is the data transferred through the network to the required peer entity and then upto the layer ‘n+1’ . Also , the ICI  further contains the required control information necessary in order to assist the lower layer i.e. ‘layer n’ to do the appropriate job. Protocol Data Unit(PDU)  To move the given SDU, the layer i.e ‘n’ entity has to split it into many smaller and compact segments. Segmentation is done in such a manner that each segment mainly consists of a header value and then delivered as an indivual PDU such as a form of  packet. These PDU headers are then employed by the entities (peer elements) in order to implement their peer protocol. Some PDUs contain data while others contain control info. The headers will entify or differentiate the various kinds of PDUs. Any layer can offer two types  of services to the layer present above it: Connection oriented service. Connectionless service. Connection oriented service  It is similar to the one in the telephone system. In this, a connection is first established , used, and finally released. The connection will act as a tube. The sender pushes bits from one end of the tube to the other end. The order generally preserved (order of bits remains the same here). Connectionless service It is similar to postal service. Each message carries the complete address of the destination. Each message routed independently from source to destination through the system. Order may or may not be preserved in the type of connection. Quality of service Each service in network connection is judged by the quality of service.Services further dived into two types : Reliable Service : This service will never lose data.This type of services generally associated with the receipt of acknowledgments from the receiver after the successful transmission of data. Transmission will be slower as compared to the below type. Unreliable Service : The services in which no acknowledgments are proved from the receiver to the sender are connectionless unreliable services . Applications that require faster transmission of data may use this type of service. Having learned all the prerequisites(of layered networks) required to proceed further, we can now dig into our main topic i.e. the reference models.The two most important reference models are: The OSI reference model and. The TCP/IP reference model. This layered architecture majorly dominated the data communications and the networking arena before the year 1990 was the Open Systems Interconnection (OSI) model. But this model wasn’t able to become the standard framework in networking. The TCP/IP protocol model then finally became the dominant (wely used) architecture because it has been used and tested extensively in the Internet space , the OSI model was never completely implemented.See you soon in my next post with a detailed analysis of this reference model.So stay tuned…. report this ad


What is OSI layered architecture?

OSI model is a layered server architecture system in which each layer is defined according to a specific function to perform. All these seven layers work collaboratively to transmit the data from one layer to another. The Upper Layers: It deals with application issues and mostly implemented only in software.

What is OSI model explain?

The Open Systems Interconnection (OSI) model describes seven layers that computer systems use to communicate over a network. It was the first standard model for network communications, adopted by all major computer and telecommunication companies in the early 1980s.

What are the seven layers of OSI model?

The 7 layers of the OSI model. The layers are: Layer 1—Physical; Layer 2—Data Link; Layer 3—Network; Layer 4—Transport; Layer 5—Session; Layer 6—Presentation; Layer 7—Application.

What is OSI model with example?

The Physical layer of the OSI model is responsible for the transfer of bits — the 1’s and 0’s which make up all computer code. This layer represents the physical medium which is carrying the traffic between two nodes. An example would be your Ethernet cable or Serial Cable.

Why is OSI model used?

The purpose of the OSI reference model is to guide technology vendors and developers so the digital communications products and software programs they create can interoperate and to promote a clear framework that describes the functions of a networking or telecommunications system that’s in use.

Why is it called the OSI model?

OSI stands for Open System Interconnection is a reference model that describes how information from a software application in one computer moves through a physical medium to the software application in another computer. OSI consists of seven-layer, each layer performs a particular network function.

How many layers are in the OSI model?

To help understand (and design) networks, the International Standards Organization (ISO) has developed a seven-layer model for networks known as Open System Interconnection (OSI) models [Sta97A]. Understanding the OSI layers will help us to understand the details of real networks.

What is OSI model PDF?

The Open Systems Interconnection (OSI) model is a reference tool for understanding data communications between any two networked systems. It divides the communications processes into seven layers. Each layer both performs specific functions to support the layers above it and offers services to the layers below it.

What are the advantages of 7 layers of OSI model?

The advantages of the OSI model are

It distinctly separates services, interfaces, and protocols. Hence, it is flexible in nature. Protocols in each layer can be replaced very conveniently depending upon the nature of the network. It supports both connection-oriented services and connectionless services.

Is OSI model used today?

For decades, the OSI model has been used to help IT professionals understand networking and resolve problems that might occur at any point during the networking process. As a result, it’s still useful for infosec professionals conducting asset inventories today.


See some more details on the topic Computer Network – Layered Architecture (OSI Model Introduction ) here:

Layers of OSI Model – GeeksforGeeks

OSI stands for Open Systems Interconnection. It has been developed by ISO – ‘International Organization for Standardization’, in the year 1984.

+ Read More Here

What is OSI Model | 7 Layers Explained | Imperva

The OSI model describes seven layers that computer systems use to communicate over a network. Learn about it and how it compares to TCP/IP model.

+ View More Here

OSI model – Wikipedia

In the OSI reference model, the communications between a computing system are split into seven different abstraction layers: Physical, Data Link, Network, …

+ View Here

What is the OSI Model? | Cloudflare

The open systems intercommunication (OSI) model is a conceptual model that standardizes communications between computers. Learn more about the OSI Model.

+ Read More Here

Related searches to Computer Network – Layered Architecture (OSI Model Introduction )

  • tcp/ip model has … layers
  • which is right order of osi layer from low to high
  • application layer protocol
  • what is osi model functions of each layer in this model
  • the tcpip model has
  • tcp/ip model
  • tcpip model has layers
  • Application layer protocol
  • List the layers of the Internet model
  • Physical layer in OSI model
  • list the layers of the internet model
  • physical layer in osi model
  • The TCP/IP model has
  • tcpip model

Information related to the topic Computer Network – Layered Architecture (OSI Model Introduction )

Here are the search results of the thread Computer Network – Layered Architecture (OSI Model Introduction ) from Bing. You can read more if you want.


You have just come across an article on the topic Computer Network – Layered Architecture (OSI Model Introduction ). If you found this article useful, please share it. Thank you very much.

Leave a Reply

Your email address will not be published. Required fields are marked *