5g pdu


5G (fifth generation) networks, a Protocol Data Unit (PDU) refers to the smallest data unit that is transmitted over the network. The PDU is encapsulated in various layers of the protocol stack, and its structure depends on the specific layer it belongs to. Let's break down the 5G PDU technically, considering the key protocol layers involved:

  1. Physical Layer (Layer 1):
    • At the physical layer, the PDU is typically referred to as a transport block. In 5G New Radio (NR), the transport block is the basic unit of data transmission between the transmitter and receiver.
    • The transport block is further divided into code blocks for error correction purposes, and these code blocks are then mapped to physical resource elements for transmission over the wireless channel.
  2. MAC Layer (Medium Access Control, Layer 2):
    • At the MAC layer, the PDU is known as a MAC Protocol Data Unit (MPDU). The MAC layer is responsible for handling the access to the shared communication medium and coordinating the transmission of data between the user equipment (UE) and the base station.
    • The MPDU includes the MAC header and payload. The MAC header contains control information such as the destination and source addresses, and the payload contains higher-layer data.
  3. RLC Layer (Radio Link Control, Layer 2):
    • The RLC layer is responsible for reliable data transfer over the radio link. Here, the PDU is called the RLC Protocol Data Unit (RLC PDU).
    • The RLC PDU includes the RLC header and payload. The RLC header provides information for error detection, reordering, and segmentation/reassembly of RLC SDUs (Service Data Units).
  4. PDCP Layer (Packet Data Convergence Protocol, Layer 2):
    • The PDCP layer is responsible for header compression, encryption, and integrity protection. The PDU at this layer is called the PDCP Protocol Data Unit (PDCP PDU).
    • The PDCP PDU includes the PDCP header and payload. The PDCP header contains information needed for decompression, deciphering, and integrity verification.
  5. SDAP Layer (Service Data Adaptation Protocol, Layer 2):
    • The SDAP layer manages the mapping of different QoS (Quality of Service) flows to the radio bearers. The PDU at this layer is referred to as the SDAP Protocol Data Unit (SDAP PDU).
    • The SDAP PDU includes the SDAP header and payload. The SDAP header carries information related to QoS, flow identification, and other service-specific parameters.
  6. Application Layer (Layer 7):
    • At the application layer, the PDU corresponds to the Application Protocol Data Unit (APDU). The APDU contains the data generated by the application.