You are on page 1of 2

OSI Layer Model The International Standards Organization (ISO) developed the Open Systems Interc onnection (OSI)

Reference Model to define functional communications standards. T his reference model is widely used by equipment manufacturers to assure their pr oducts will interoperate with products from other vendors. The OSI model describ es the functions that are performed in data communications. The model architectu re is seven layers those are listed below with each layer defining specific func tions. Layer 7 Application The Application layer provides the interface to the user. Any user application t hat requires network communication accesses the communication resources through this layer. This layer also is responsible for finding and determining the avail ability of communication partners. Typical applications in the TCP/IP protocols are Simple Mail Transfer Protocol (SMTP), Telnet, and File Transfer Protocol (FT P). Layer 6 Presentation The Presentation layer is responsible for encoding and decoding data that is pas sed from the application layer to another station on the internetwork. This laye r is responsible for encoding data in a format that the receiving station can in terpret and for decoding data received from other stations. Data compression and encryption are accomplished at this layer. Typical coding schemes include ASCII , EBCDIC, MPEG, GIF, and JPEG. Layer 5 Session The session layer is responsible for creating, managing and termination sessions that are used by entities at the presentation layer. The session layer is respo nsible for coordinating the service requests and responses generated and receive d by a station when it is communication with other entities on the internetwork. Layer 4 Transport The Transport layer implements reliable internetwork data transport services tha t are transparent to upper-layer protocols. The services include flow control, m ultiplexing, and error checking and recovery. If virtual circuits are needed for the communication to be accomplished, they are built and maintained at this lay er. Flow control is responsible for making sure that a sending station does not transmit data faster than the receiving station can process it. Multiplexing all ows multiple applications to share a common network interface. Error checking is implemented to discover errors on transmission and to provide a recovery mechan ism when errors are found. Typical error recovery includes retransmission of the data. Layer 3 Network The Network layer defines routing services that allow multiple data links to be combined into an internetwork. The Network layer defines network-addressing sche mes that logically identify network devices. The logical network addresses are d ifferent from the physical addresses defined at the MAC layer, and are used by r outing protocols running at this level to transfer packets from one network to a nother. The most common network addressing protocols are IP, IPX, and AppleTalk. Typical routing protocols that run at this level are RIP, OSPF, IGRP, and NLSP. Layer 2 Data Link The Data Link layer provides reliable transit of data across a physical network link. The Data Link layer also defines the physical network-addressing scheme, s uch as the MAC Address on network interface cards in a workstation connected to a LAN. The Data Link layer also defines the topology of the network (bus, star, dual ring, and so on). Flow control at the Data Link layer is defined to ensure receiving stations are not overrun with data before they can process data alread

y received. The Institute of Electrical and Electronics Engineers (IEEE) has red efined the Data Link layer into two sublayers. The sublayers are the Logical Lin k Control (LLC) layer and the Media Access Control (MAC) layer. The LLC and MAC sublayers are defined in the IEEE 802.2 standards. The LLC manages communication s between devices over a single link of a network. The MAC sublayer manages acce ss to the physical medium from multiple upper-level protocols. The MAC layer als o defines the MAC address, which uniquely identifies devices at the Data Link la yer. Layer 1 Physical The Physical layer defines the parameters necessary to build, maintain, and brea k the physical link connections. It defines the characteristics of the connector s, data transmission rates and distances, and the interface voltages.

You might also like