answersLogoWhite

0


Best Answer

The data link layer packs bits which have been moved by the Physical Layer, into frames, so that each frame is distinguishable from another whiles being transmitted to destination.

A point-to-point connection between two computers or devices consists of a wire in which data is transmitted as a stream of bits. However, these bits must be framed into discernible blocks of information. Framing is a function of the data link layer which provides a way for a sender to transmit a set of bits that are meaningful to the receiver. Ethernet, token ring, frame relay, and other data link layer technologies have their own frame structures. Frames have headers that contain information such as error-checking codes.

There are three different types of framing, each of which provides a way for the sender to tell the receiver where the block of data begins and ends:

  • Byte-oriented framing Computer data is normally stored as alphanumeric characters that are encoded with a combination of 8 bits (1 byte). This type of framing differentiates one byte from another. It is an older style of framing that was used in the terminal/mainframe environment. Examples of byte-oriented framing include IBM's BISYNC protocol.
  • Bit-oriented framing This type of framing allows the sender to transmit a long string of bits at one time. IBM's SDLC (Synchronous Data Link Control) and HDLC (High-level Data Link Control) are examples of bit-oriented protocols. Most LANs use bit-oriented framing. There is usually a maximum frame size. For example, Ethernet has a maximum frame size of 1,526 bytes. The beginning and end of a frame is signaled with a special bit sequence (01111110 for HDLC). If no data is being transmitted, this same sequence is continuously transmitted so the end systems remain synchronized.
  • Clock-based framing In a clock-based system, a series of repetitive pulses are used to maintain a constant bit rate and keep the digital bits aligned in the data stream. SONET (Synchronous Optical Network) is a synchronous system in which all the clocks in the network are synchronized back to a master clock reference. SONET frames are then positioned within the clocked stream.

The advantage of using frames is that data is broken up into recoverable chunks that can easily be checked for corruption. If a problem occurs during the transmission and some frames get corrupted, only the lost frames will be retransmitted, and not the entire set of data.

The usual approach and prime purpose of the Data Link Layer is to break the bit stream up into discrete frames for the purpose of Error Detection or Correction

By Louis Khim Burns

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Frames Are The Small data Units Created By Data Link Layer And The Process Of Creating Frames By The Data Link Layer Is Known As Framing.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the concept of Framing in data link layer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which OSI layer handles framing and routing?

Framing is done at the Data Link layer (Layer 2). Routing is done at the Network layer (Layer 3).


What is the role of the data link layer protocols in data transmission?

The role is to transfer frames to packets


Do frame encapsulate packet or packete encapsulate frames?

Frames are encapsulating packets. The data link layer makes framing and provide this service to the layer above layer "the network layer".


Do frame encapsulate packet or do packet encapsulate frame?

Frames are encapsulating packets. The data link layer makes framing and provide this service to the layer above layer "the network layer".


Do frame encapsulate packet or packet encapsulate frame?

Frames are encapsulating packets. The data link layer makes framing and provide this service to the layer above layer "the network layer".


Suppose transmission channels become virtually error free.Is the data link layer still needed?

The data link layer is still needed for flow control over the transmission channel and for framing the data. In a multiple access medium such as a LAN, the data link layer is required to coordinate access to the shared medium among the multiple users.


Bridge is used in which OSI layer?

Layer 2 (Data Link Layer) http://compnetworking.about.com/cs/internetworking/g/bldef_bridge.htm


Bits are packaged into frames at which layer of the OSI model?

Data link layer


Which layer is represented by frames?

The data link layer (layer 2) and the physical layer (layer 1) use the constructed frame.


What type of delivery uses data link layer addresses?

The layer 2 devices use the data link layer addresses.


Which osi model layer provides for data security?

Data Link Layer


Which layer imposes mtu?

Data link layer