PSDU (physical service data unit)
The Physical Service Data Unit (PSDU) is a term commonly used in wireless communication systems, particularly in the context of the IEEE 802.11 standard, which is the basis for Wi-Fi networks. The PSDU represents the data payload that is transmitted over the wireless medium between the transmitter and the receiver.
In Wi-Fi networks, data is organized into a series of protocol data units (PDUs) that are transmitted between devices. These PDUs are encapsulated in various headers and trailers to provide control information and enable reliable transmission. The PSDU specifically refers to the PDU at the physical layer of the communication stack, which is responsible for the actual transmission of the data bits over the wireless channel.
The PSDU is composed of several elements, which can vary depending on the specific wireless standard being used. However, some common components typically found in a PSDU include:
- MAC Header: The MAC (Media Access Control) header contains information related to the data link layer, such as the source and destination MAC addresses, frame control information, and sequence numbers for frame sequencing.
- Payload: The payload is the actual data being transmitted, such as the IP packet or higher-level protocol data. It can include information like user data, control messages, or other network-layer information.
- FCS (Frame Check Sequence): The FCS is a checksum or cyclic redundancy check (CRC) value that is used for error detection. It allows the receiver to verify the integrity of the received data and identify any transmission errors.
The PSDU is typically formatted into a sequence of binary bits, with each bit representing a logical 0 or 1. The actual transmission of the PSDU over the wireless medium is achieved by modulating these binary bits into physical signals, such as radio waves or optical signals, depending on the underlying technology.
It's important to note that the PSDU is specific to the physical layer of the communication stack, and the exact structure and content can differ between wireless standards. For example, in the IEEE 802.11 standard, the PSDU is further encapsulated into PLCP (Physical Layer Convergence Protocol) headers before transmission. These headers provide additional control information specific to the physical layer of the Wi-Fi system.
Overall, the PSDU represents the data payload that is transmitted at the physical layer of a wireless communication system. It includes the necessary headers, payload data, and error detection information required for reliable transmission and reception of data over the wireless medium.