Website Models  «Prev 

Network and Internet Support of Software Layer

The OSI network model layers are arranged from the lower levels starting with the hardware to the higher levels.
  1. Physical Layer: The actual hardware.
  2. Data Link Layer: Data transfer method puts data in frames and ensures error free transmission. Also controls the timing of the network transmission. Adds frame type, address, and error control information. IEEE divided this layer into the two following sublayers.
  3. Logical Link control (LLC): Maintains the Link between two computers by establishing Service Access Points (SAPs) which are a series of interface points.
  4. Media Access Control (MAC): Used to coordinate the sending of data between computers. The 802.3, 4, 5, and 12 standards apply to this layer. When discussing the MAC address of a network card, they are referring to the hardware address of the card.
  5. Network Layer: IP network protocol. Routes messages using the best path available.
  6. Transport Layer: TCP, UDP. Ensures properly sequenced and error free transmission.
  7. Session Layer: The user's interface to the network. Determines when the session is begun or opened, how long it is used, and when it is closed. Controls the transmission of data during the session. Supports security and name lookup enabling computers to locate each other.
  8. Presentation Layer: ASCII or EBCDEC data syntax. Makes the type of data transparent to the layers around it. Used to translate date to computer specific format such as byte ordering. It may include compression. It prepares the data, either for the network or the application depending on the direction it is going.
  9. Application Layer: Provides services software applications need. Provides the ability for user applications to interact with the network.

Software Defined Networks