Data link layer is divided into two sub layer: 1) DLC 2) MAC DLC: it stands for data link control. It deals with the procedure for communication between node to node communications. It includes flow control, error control and framing. 1) Framing: Framing in the data link layer separate the message from source to destination by adding a sender address. The destination address defines where the packet has to go. Frame size: frame can be of fixed or variable size. In fixed size frame there is no need to defining the boundary of frame, the size itself can be used as delimiter. In variable size there is need of a way for defining the end of one frame and the beginning of next frame. For this [purpose two approaches are used: 1) Character oriented 2) Bit oriented. Character oriented: in character oriented framin...
Computer Networks: Amplitude Modulation (AM), Frequency Modulation (FM) and Phase Modulation (PM)