Talk to Tech :: Talk to Customer Service :: Shopping Cart :: Login
Search Catalog         |  Search Tips  
OSI


OSI Layer Physical
Component
7-Application Applicaton Software

LAN-Compatible Software
E-Mail. Diagnostics. Word Processing. Database

Network Applications
6-Presentation Data-
Conversion Utilities
Vendor-Specific Network Shells and Gateway™ Workstation Software
5-Session Network Operating System SPX NetBIOS DECnet™ TCP/IP AppleTalk®
4-Transport Novell® NetWare® IPX™ PC LAN LAN Mgr DECnet PC/TCP® VINES™ NFS TOPS® Apple
Share®
3-Network Control
2-Data Link Network E A TR P TR E TR E E E P E P
1-Physical E=Ethernet; TR=Token Ring; A=ARCNET®; P=PhoneNET®


In 1978, the International Standards Organization (ISO) created a universal standard for exchanging information between and within networks and across geographical boundaries. This standard for network architecture is the seven-layer model for Open Systems Interconnection (OSI). which has encouraged conformity in designing communications networks and controlling distributed processing.

Manufacturers are developing intelligent computers and equipment. and numerous private and public data networks have been created to connect it. But communication among these distributed systems and networks requires a standard approach to network design. one that defines the relationships and intersections between network services and functions via common interfaces and protocols.

The layered approach to network architecture stems from the operating system (OS) design. Because of their complexity. most computer OSs are developed in sections. each of which has a particular function. This makes it simpler to refine each section to meet its functional goal. Ultimately. all sections are integrated to provide complete capabilities and services with a smooth-running OS.

The same is true in designing networking systems. A network architecture specifies a hierarchy of independent layers that contain modules for performing defined functions.

This translates into a set of rules that defines the way participating network nodes must interact to communicate and exchange information. The OSI Model defines standard relationships between the hardware and software in today?s complex computer systems.

Each layer of the OSI Model (shown above) provides specific services that contribute to overall network functioning.

  • The Physical Layer defines the electrical and mechanical aspects of interfacing to a physical medium for transmitting data. as well as setup. maintenance. and disconnection of physical links. This layer includes the software driver for each communications device. plus the hardware itself?interface devices. modems. and communications lines.
  • The Data-Link Layer establishes an error-free communication path between network nodes over the physical channel. frames messages for transmission. checks the integrity of received messages. manages access to and use of the channel. and ensures the sequence of transmitted data.
  • The Network-Control Layer addresses messages. sets up the path between communicating nodes. routes messages across intervening nodes to their destinations. and controls the flow of messages between nodes.
  • The Transport Layer provides end-to-end control of a communication session once the path has been established. which enables the reliable and sequential exchange of data independent of both the systems that are communicating and their locations in the network.
  • The Session Layer establishes and controls system-dependent aspects of communication sessions provided by the Transport Layer and the logical functions running under the OS in a participating node.
  • The Presentation Layer translates and converts transmitted encoded data into formats that can be understood and manipulated by users.
  • The Application Layer supports user and application tasks and overall system management. including resource sharing. file transfers. remote file servers. and database and network management.
What layer does it operate on?

Sometimes network devices are described as being. for instance. Layer 2 devices or Layer 3 devices. This describes which OSI layer the device operates on. Ethernet switches are usually Layer 2 (Data-Link Layer) devices and sort traffic using physical (MAC) addresses. Routers are Layer 3 (Network-Control Layer) devices and manage network traffic using network addresses. Media converters. which provide only simple interface and electrical conversion. are usually Layer 1 (Physical Layer) devices.

Generally. the higher the network layer a device operates on. the more sophisticated (and expensive!) it is. For instance. if an Ethernet switch is described as a ?Layer 3? switch. that means it has some routing functions and more functionality than an ordinary Layer 2 Ethernet switch. A Layer 2 media converter provides more than a simple Layer 1 physical conversion and has some of the functionality of a Layer 2 switch.