unit 3
unit 3
Physical Layer
By- S. S. Naghate
Multiplexing
• Multiplexing is a technique used to combine multiple data streams
over a single communication medium. The process of combining
these data streams is known as multiplexing, and the hardware
used for this purpose is called a multiplexer (MUX).
Advantages of FDM:
• For analogue signals, FDM is utilized.
• The FDM modulation technique is relatively basic and
straightforward.
• An FDM may send a large number of signals at the same time.
• It does not need any sort of synchronization between the
transmitter and the recipient.
Wavelength Division Multiplexing (WDM)
WDM
Advantages
• Faster than ADSL/HDSL.
• Compatible with fiber-optic networks (FTTC/FTTN).
Limitations
• Speed decreases with distance.
• Requires quality copper wiring for best performance.
• More expensive than ADSL.
Applications
• Broadband internet for homes & businesses.
• IPTV, HD video streaming, and VoIP.
• High-speed access for smart home & enterprise
networks.
Switching
• A switch is a hardware device in a network that connects and
helps multiple devices share a network without their data
interfering with each other.
• A switch works like a traffic cop at a busy intersection. When a
data packet arrives, the switch decides where it needs to go and
sends it through the right port.
• Some data packets come from devices directly connected to the
switch, like computers or VoIP phones. Other packets come from
devices connected through hubs or routers.
• The switch knows which devices are connected to it and can
send data directly between them. If the data needs to go to
another network, the switch sends it to a router, which forwards
it to the correct destination.
• A switch is a dedicated piece of computer hardware that facilitates
the process of switching i.e., incoming data packets and
transferring them to their destination.
• A switch works at the Data Link layer of the OSI Model. A switch
primarily handles the incoming data packets from a source
computer or network and decides the appropriate port through
which the data packets will reach their target computer or
network.
• A switch decides the port through which a data packet shall pass
with the help of its destination MAC(Media Access Control)
Address.
• A network switch is more efficient than a network Hub or repeater
because it maintains a switching table, which simplifies its task
and reduces congestion on a network, which effectively improves
the performance of the network.
Types of Switching
Message Switching: This is an older switching technique that has become
obsolete. In message switching technique, the entire data block/message is
forwarded across the entire network thus, making it highly inefficient.
• Circuit Switching: In this type of switching, a connection is established between the
source and destination beforehand. This connection receives the complete bandwidth of
the network until the data is transferred completely.
• This approach is better than message switching as it does not involve sending data to the
entire network, instead of its destination only.
• Packet Switching: This technique requires the data to be broken down into
smaller components, data frames, or packets. These data frames are then
transferred to their destinations according to the available resources in the
network at a particular time.
• This switching type is used in modern computers and even the Internet. Here,
each data frame contains additional information about the destination and other
information required for proper transfer through network components.
Datagram Packet Switching: In Datagram Packet switching, each data frame is
taken as an individual entity and thus, they are processed separately. Here, no
connection is established before data transmission occurs. Although this approach
provides flexibility in data transfer, it may cause a loss of data frames or late
delivery of the data frames.
Virtual-Circuit Packet Switching: In Virtual-Circuit Packet
switching, a logical connection between the source and destination is
made before transmitting any data. These logical connections are
called virtual circuits. Each data frame follows these logical paths and
provides a reliable way of transmitting data with less chance of data
loss.
Differences between Virtual Circuit and Datagram Models