# Physical Layer
## What is the Physical Layer
The Physical layer is the first and lowest layer of the OSI model. It is responsible for the actual physical transmission of raw bits over a communication medium. The Physical layer deals with the hardware aspects of networking, including cables, connectors, network interface cards, hubs, and repeaters. It defines the electrical, mechanical, and functional specifications for activating, maintaining, and deactivating physical connections between devices. The Physical layer is concerned only with moving individual bits from one device to another; it has no understanding of the meaning or structure of the data.
## Functions of the Physical Layer
The Physical layer converts digital bits into signals that can be transmitted over the chosen medium. For copper cables, bits are converted into electrical voltage changes. For fiber optic cables, bits are converted into light pulses. For wireless networks, bits are converted into radio wave patterns. The Physical layer defines the bit rate, which is how many bits can be transmitted per second. It defines the physical topology, meaning how devices are physically connected. It handles bit synchronization, ensuring the sender and receiver agree on when each bit begins and ends. It defines the type of connector and cable to be used.
## Transmission Modes
The Physical layer supports three modes of transmission. In simplex mode, data flows in only one direction. One device can only transmit and the other can only receive. A television broadcast is an example of simplex transmission. In half-duplex mode, data can flow in both directions but not simultaneously. When one device is transmitting, the other must wait. Walkie-talkies operate in half-duplex mode. In full-duplex mode, data can flow in both directions simultaneously. Modern Ethernet connections and telephone calls operate in full-duplex mode.
## Physical Layer Devices
Hubs operate at the Physical layer. When a hub receives a signal on one port, it simply repeats that signal out all other ports without examining the data. Repeaters also operate at the Physical layer. They receive a signal that has become weak over a long cable, amplify and clean up the signal, and retransmit it. This allows networks to cover greater distances than would otherwise be possible.
## Transmission Media at the Physical Layer
The Physical layer encompasses the actual transmission media. Twisted pair cables transmit data using electrical signals. The twisting of the wire pairs helps cancel out electromagnetic interference. Coaxial cables have a central conductor surrounded by insulation and a metallic shield. Fiber optic cables transmit data using light pulses through glass or plastic fibers. Wireless transmission uses electromagnetic waves including radio waves and microwaves.
## Standards
Various organizations define Physical layer standards. The IEEE defines standards for Ethernet and WiFi. The Electronics Industry Alliance defines standards for cable types and connectors. The International Telecommunication Union defines standards for telephone network physical connections.Back to Subject