I am curious to know what Logical Link Layer Does. what is its main significance. Is it part of Software ?.
I am looking some detail's of LLC.
Advance Thanks.
I am curious to know what Logical Link Layer Does. what is its main significance. Is it part of Software ?.
I am looking some detail's of LLC.
Advance Thanks.
The LLC sublayer is primarily concerned with:
* Multiplexing protocols transmitted over the MAC layer (when transmitting) and demultiplexing them (when receiving).
* Providing flow and error control
The protocol used for LLC in IEEE 802 networks and in some non-IEEE 802 networks such as FDDI is specified by the IEEE 802.2 standard.
Some non-IEEE 802 protocols can be thought of as being split into MAC and LLC layers. For example, while HDLC specifies both MAC functions (framing of packets) and LLC functions (protocol multiplexing, flow control, detection, and error control through a retransmission of dropped packets when indicated), some protocols such as Cisco HDLC can use HDLC-like packet framing and their own LLC protocol.
An LLC header tells the Data Link layer what to do with a packet once a frame is received. It works like this: A host will receive a frame and look in the LLC header to find out where the packet is destined for - for example, the IP protocol at the Network layer or IPX.
LLC also does ciphering and deciphering of SN-PDU (SNDCP)packets.
The above details are found on Wikipedia. http://en.wikipedia.org/wiki/Logical_Link_Control