OSI Model

The OSI (Open Systems Interconnection) model was created by the ISO to help standardize communication between computer systems. It divides communications into seven different layers, which each include multiple hardware standards, protocols, or other types of services.

The seven layers of the OSI model include:

  1. The Physical layer
  2. The Data Link layer
  3. The Network layer
  4. The Transport layer
  5. The Session layer
  6. The Presentation layer
  7. The Application layer

When one computer system communicates with another, whether it is over a local network or the Internet, data travels through these seven layers. It begins with the physical layer of the transmitting system and travels through the other layers to the application layer. Once the data reaches the application layer, it is processed by the receiving system. In some cases, the data will move through the layers in reverse to the physical layer of the receiving computer.

The best way to explain how the OSI model works is to use a real life example. In the following illustration, a computer is using a wireless connection to access a secure website.

The communications stack begins with the (1) physical layer. This may be the computer's Wi-Fi card, which transmits data using the IEEE 802.11n standard. Next, the (2) data link layer might involve connecting to a router via DHCP. This would provide the system with an IP address, which is part of the (3) network layer. Once the computer has an IP address, it can connect to the Internet via the TCP protocol, which is the (4) transport layer. The system may then establish a NetBIOS session, which creates the (5) session layer. If a secure connection is established, the (6) presentation layer may involve an SSL connection. Finally, the (7) application layer consists of the HTTP connection to the website.

The OSI model provides a helpful overview of the way computer systems communicate with each other. Software developers often use this model when writing software that requires networking or Internet support. Instead of recreating the communications stack from scratch, software developers only need to include functions for the specific OSI layer(s) their programs use.

Updated March 22, 2011 by Per C.

quizTest Your Knowledge

How many bits are in a gigabit?

A
109
0%
B
1010
0%
C
1011
0%
D
1012
0%
Correct! Incorrect!     View the Gigabit definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of OSI Model on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.