What does physical layer do in OSI model

The presence or absence of light in a fiber-optic cable also produces a binary 1 or 0. It’s called current state modulation. Physical layers include topologies, analog vs. digital/encoding, bit synchronization, baseband vs. broadband, multiplexing, and serial (5-volt logic) data transfer. Hubs, wireless access points, and network cabling are examples of devices defined by physical layer standards. This layer is measured in bits. When two networked devices communicate at the physical layer, they must agree on when one bit stops, and another bit starts. A method of synchronizing bits is needed by the devices. Bit synchronization can be asynchronous or synchronous.
In the Synchronous method, the internal clocks of the sender and receiver ensure that they agree on when bits begin and end. To achieve this synchronization, an external clock is used (for example, a clock provided by a service provider). Both sender and receiver use this external clock. Asynchronous is sending a start bit to the receiver, a sender informs the receiver that it is about to start transmitting. The receiver starts its own internal clock when it sees this. The sender sends a stop bit after transmitting its data. Channels are ways to divide the available bandwidth on a medium (like copper or fiber). Different communication streams can then be sent over different channels. A cable modem uses frequency-division multiplexing (FDM). Multiple communication sessions can share a single physical medium via multiplexing. With cable TV, you can receive many channels over a single physical medium (for example, a coaxial cable plugged into the back of your TV). Specifically, a cable modem which operates in broadband, transmits data using a range of frequencies carried by the cable company and transmits data to and from TV stations. The other type of transmission is baseband. During the transmission of data, baseband technologies utilize all the available frequencies on the medium. An example of a network technology that utilizes baseband is Ethernet.
Leave a Comment