| Introduction to Data Communications | ||
|---|---|---|
|
|
7b. Introduction to the ISO - OSI Model (cont'd) | Next
|
The Network layer converts the segments into smaller protocol data units (PDUs) called packets that the network can handle. The Network layer is connectionless in that it does not guarantee that the packet will reach its destination. It is often referred to as "send and pray". The packet is sent out on the wire and we pray that it arrives.
Networks are identified by network addresses that are separate from node addresses. Since the Network layer is concerned with finding networks, it adds the source and destination addresses to the packet.

Fig. 7 Network Layer
The Data Link layer is in charge of whose turn it is to talk on the wire. It will have a method for determining how its going to control the communication.
The Data Link layer has the job putting the bits in the correct order for sending out on the wire. The Data Link layer has the job of organizing the data in a frame. The frame consists of sections called fields. Each field will have a specific function such as Destination Address which identifies the host for which the data is being sent to. Other fields will be used for synchronizing source and destination clocks and others for error checking.
The Data Link layer resides in the firmware layer of the network interface card. Firmware is software that is burnt into a read only memory. The node will have a unique address that identifies it from all other nodes. This address is called a hardware address because it is burnt into the firmware. Ethernet network interface cards' unique address is typcially called a MAC address after a Data Link sub-layer called the Media Access Control (MAC) layer.
The Data Link layer takes the packets and puts them into frames of bits: 1s and 0s for transmission and assembles received frames into packets. The Data Link layer works at the bit level and is concerned about bit sequence. Error checking is at the bit level and frames with errors are discarded and a request for re-transmission is sent out.

Fig. 8 Data Link Layer

Fig. 9 Physical Layer
| Introduction to Data Communications | ||
|---|---|---|
|
|
Table of Contents | Next
|