Physical Layer
What Is the Physical Layer?
The physical layer is the lowest layer of the Open Systems Interconnection (OSI) reference model, responsible for the transmission and reception of raw bit streams over a physical communications medium. It defines the electrical, optical, or radio-frequency characteristics of the signals that carry data, including voltage levels, timing, modulation schemes, and connector specifications. The physical layer does not concern itself with the meaning or organization of the bits it carries; those responsibilities belong to higher layers. Its domain is the conversion between the logical ones and zeros of a digital system and the physical signals that traverse wire, fiber, or air.
The OSI model, developed in the early 1980s under the joint work of the International Organization for Standardization (ISO) and what is now the ITU, defined seven layers to standardize how heterogeneous networks could interoperate. Layer 1, the physical layer, provides the foundation on which all higher-layer protocols depend, and its specifications are among the most precisely defined in all of networking standards.
Signal Transmission and Encoding
At the physical layer, digital data is encoded into a signal waveform suited to the medium. Line coding schemes such as Manchester encoding, 8b/10b, and 4D-PAM5 map bit patterns to signal levels or transitions while preserving synchronization and supporting error detection at the receiver. Modulation techniques, including amplitude-shift keying (ASK), phase-shift keying (PSK), and quadrature amplitude modulation (QAM), vary one or more properties of a carrier signal to encode information, and the choice of modulation order determines how many bits each transmitted symbol carries. The ITU-T standards catalog specifies physical layer modulation and coding for many wireline and optical systems. Multiplexing techniques such as frequency-division multiplexing (FDM) and wavelength-division multiplexing (WDM) allow a single physical medium to carry multiple independent channels simultaneously.
Physical Media and Interfaces
The physical medium determines the fundamental constraints on bandwidth, attenuation, and noise. Twisted-pair copper cable, coaxial cable, multimode and single-mode optical fiber, and free-space radio channels each present different propagation characteristics. Single-mode fiber can carry signals over distances of tens of kilometers at rates exceeding 100 gigabits per second, while Cat 6A twisted-pair cable supports 10-gigabit Ethernet at up to 100 meters. Physical connectors and transceivers, including small form-factor pluggable (SFP) modules, standardize the mechanical and electrical interface between networking equipment and the medium. The IEEE 802.3 Ethernet standards define the physical layer for a wide range of wired Ethernet implementations, specifying everything from pin assignments to signal timing with a precision that enables equipment from different manufacturers to interoperate.
Protocols and Standards
Physical layer standards are published by organizations including IEEE, ITU, and 3GPP. Within the IEEE 802 family, 802.3 covers wired Ethernet, 802.11 covers Wi-Fi, and 802.15 covers short-range wireless including Bluetooth and Zigbee. The 3GPP Long Term Evolution (LTE) and 5G New Radio (NR) standards define physical layer procedures for mobile networks, including the resource element structure of the OFDM radio frame and the mapping of transport blocks to physical channels. USB, HDMI, PCIe, and DisplayPort are physical layer standards for close-range device interconnects, each specifying its own signaling protocol and connector geometry. Physical layer performance is typically characterized by bit error rate (BER), signal-to-noise ratio (SNR), and channel capacity, the last of which is bounded by the Shannon-Hartley theorem. The IETF's document on physical and data link considerations situates the physical layer within the broader Internet protocol architecture.
Applications
The physical layer has applications in a wide range of fields, including:
- Local area networking via Ethernet and Wi-Fi in enterprise and home environments
- Cellular mobile communications including 4G LTE and 5G NR base stations
- Long-haul optical fiber transmission for backbone internet infrastructure
- Industrial control networks using standards such as PROFIBUS and EtherNet/IP
- Satellite communications and radar systems