Radio Link Control (RLC) Overview

Radio Link Control (RLC) is a layer 2 (data link layer) protocol within the Universal Mobile Telecommunications System (UMTS) and Long-Term Evolution (LTE) wireless communication standards. It is responsible for managing the reliable and efficient transfer of data between the Radio Resource Control (RRC) layer and the Medium Access Control (MAC) layer.

Here is a technical overview of Radio Link Control (RLC):

  1. Role in Protocol Stack:
    • RLC operates in the data link layer, which is Layer 2 of the OSI (Open Systems Interconnection) model.
    • It sits above the Physical layer and below the Radio Resource Control (RRC) layer in the UMTS and LTE protocol stacks.
  2. Functions of RLC:
    • Segmentation and Reassembly: RLC divides the data received from higher layers into smaller units called Protocol Data Units (PDUs) during the transmission and reassembles them at the receiving end.
    • Error Correction: RLC provides error correction mechanisms to ensure the reliability of data transmission. This involves adding sequence numbers to PDUs, allowing the receiver to detect and correct errors.
  3. RLC Modes:
    • RLC operates in three different modes: Transparent Mode, Unacknowledged Mode (UM), and Acknowledged Mode (AM).
      • Transparent Mode: This mode is used when no error correction or retransmission is required.
      • Unacknowledged Mode (UM): In UM, data is transmitted without requiring acknowledgment from the receiver.
      • Acknowledged Mode (AM): In AM, data is transmitted with acknowledgment, and the sender retransmits any lost or corrupted packets.
  4. PDU Formats:
    • RLC PDUs come in different formats depending on the RLC mode.
    • For AM, PDUs include the header with sequence numbers, status information, and the actual data.
    • For UM, PDUs contain only the data without sequence numbers or acknowledgment information.
  5. Flow Control:
    • RLC implements flow control mechanisms to ensure that the sender does not overwhelm the receiver or the network. It uses techniques like window-based flow control to manage the rate of data transmission.
  6. Status Reporting:
    • In Acknowledged Mode (AM), the receiver sends status reports to the sender indicating which packets were received successfully and which need to be retransmitted.
  7. Timer-Based Retransmission:
    • RLC uses timers to manage retransmission in AM. If an acknowledgment is not received within a specified time, the sender retransmits the data.
  8. Priority Handling:
    • RLC supports priority handling for different types of data, allowing for differentiated quality of service.

Radio Link Control (RLC) is a crucial protocol within the UMTS and LTE wireless communication standards, providing segmentation, error correction, flow control, and reliable data transmission between the RRC and MAC layers. The choice of RLC mode (Transparent, Unacknowledged, or Acknowledged) depends on the specific requirements of the communication scenario.