Physical Layer Transmission Unit Explained | Generated by AI
I’ll search for information about the OSI model’s physical layer and its transmission units.Question: What is the transmission unit of the physical layer at the bottom of the OSI reference model?
Answer:
The physical layer is the lowest (Layer 1) layer in the OSI reference model. The transmission unit of the physical layer is the bit (binary digit).
The physical layer contains information in the form of bits and is responsible for transmitting individual bits from one node to the next. The physical layer defines the means of transmitting a stream of raw bits over a physical data link connecting network nodes. This is also the layer where the data gets converted into a bit stream, which is a string of 1s and 0s.
The physical layer handles the conversion of digital data into electrical, optical, or radio signals that can be transmitted over physical media such as cables, fiber optic lines, or wireless channels. It provides the mechanical, electrical, and procedural specifications for transmitting these individual bits across the network.
Therefore, the correct answer is A: 比特 (Bit).
References:
- GeeksforGeeks - What is OSI Model? - Physical-Layer
- Wikipedia - Physical Layer
- Cloudflare - What is the OSI Model?