Click to return to home page
Richard Lowe Jr Home

The OSI Model

The OSI model is a seven layered standard which describes how a network is designed.

6 Application layer Program
5 Presentation layer XDR or user routines
4 Session layer RPC / sockets
3 Transport layer TCP or UDP
2 Network layer IP internet protocol. Routing occurs at this layer.
1 Data link layer ethernet (protocols)
0 Physical layer ethernet (electronics)
  1. Physical layer - the sending of a signal across a wire. This includes the cable and the equipment necessary to boost, terminate and remove noise. 

  2. Data link layer - Handshaking. This is the validation that what was sent along a cable actually arrived.

  3. Network layer - This layer of software remembers that machines are in communication. It establishes connections and deals with the delivery of data between the machines. This layer must understand about machine addresses since it has to deliver data from point to point.

  4. Transport layer - This layer builds packets (or datagrams) so the network layer can do it's job.

  5. Session layer - This is generally part of an operating system, and it helps a program set up a connection.

  6. Presentation layer - This helps interpret the data.

  7. Application layer - Programs and applications which send and receive data.

the 7 layers of OSI physical datalink network transport session presentation applilcation

Unless otherwise noted, all photos and text is Copyright © Richard G Lowe, Jr.