OSI model

From Computer Science Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Networks[1]

Please Do Not Touch Steve’s Pet Alligator!!

In the context of computer networking, communication is often broken down into different layers, each with a specific purpose and role. These layers are called the "OSI model" or the "OSI reference model," and they are as follows:

  1. Physical layer: This layer is concerned with the transmission of raw data over a physical medium, such as a copper wire or a fiber optic cable. It defines things like the type of cable to be used and the signaling method for transmitting data.
  2. Data link layer: This layer is responsible for creating a reliable link between devices on a network. It does this by adding a layer of error-checking to the data transmitted at the Physical layer, ensuring that the data arrives at its destination without any errors.
  3. Network layer: This layer is responsible for routing data between devices on a network. It determines the best path for data to travel and ensures that it gets to its destination by passing it from one device to another until it reaches its destination.
  4. Transport layer: This layer is responsible for ensuring that data is delivered reliably and in the correct order. It does this by adding features such as error correction and flow control to the data transmitted at the lower layers.
  5. Session layer: This layer is responsible for establishing, maintaining, and terminating connections between devices on a network. It ensures that data is exchanged correctly between devices, even if the connection is temporarily lost.
  6. Presentation layer: This layer is responsible for formatting and encoding data so that it can be understood by the application that is receiving it. It may also perform tasks such as data compression and encryption.
  7. Application layer: This is the top layer of the OSI model, and it is the layer that is most visible to users. It is responsible for providing network services to applications and allowing them to access the network.

In summary, the OSI model breaks down communication over networks into seven different layers, each with a specific role and purpose in the process of transmitting data from one device to another.

There are two things you need to do here: 
1. simply state two layers (just their names)
2. you MUST be able to describe how communication is broken down into layers 

Graphic[edit]

I use this excellent diagram from Cloudflare[2] illustration of OSI model

Standards[edit]

  1. Describe how communication over networks is broken down into different layers.
  2. List the stages in the OSI model

References[edit]