Difference Between LAN
Difference Between LAN
Network The LAN is private. The MAN can be The WAN can also be
Ownership Hospitals, homes, both private or both private or public.
schools, offices, etc., public. Many
may own it. organizations and
telecom operators
may own them.
Speed LAN offers a very high MAN offers a WAN offers a low
Internet speed. moderate Internet Internet speed.
speed.
Faulty The LAN exhibits a The MAN exhibits a The WAN also exhibits
Tolerance better fault tolerance lesser fault a lesser fault
than the rest of the tolerance. tolerance.
networks.
Congestion The congestion in the It exhibits a higher It exhibits a higher
network is very low. network congestion. congestion in the
network.
What is Multiplexing?
Multiplexing is the sharing of a medium or bandwidth. It is the process in which multiple signals
coming from multiple sources are combined and transmitted over a single communication/physical
line.
Types of Multiplexing
There are Five types of Multiplexing :
3.
4. Frequency Division Multiplexing is used in radio and television transmission.
5. In FDM, we can observe a lot of inter-channel cross-talk, due to the fact that
in this type of multiplexing the bandwidth is divided into frequency
channels. In order to prevent the inter-channel cross talk, unused strips of
bandwidth must be placed between each channel. These unused strips
between each channel are known as guard bands.
What is Bandwidth?
Wireless communications are normally carried out over a limited range of frequencies, known
as a frequency band. This frequency band is known as the bandwidth. It is a networking term
that refers to the maximum quantity of data that may be sent per unit of time. In technical
terms, bandwidth is frequency range within a given band that is typically used for signal
transmission. Signal bandwidth refers to the frequency range that makes up a specific signal.
Its measure unit is bits/sec.
What is Frequency?
The term "frequency" defines the number of oscillations that happen in a data transmission
per second. In terms of networking, the data is transmitted in the form of signals, which are
composed of waves. The number of oscillations per second specifies the signal frequency.
It is commonly measured in Hertz (Hz).
What is internetworking?
Tunneling
If they are two geographically separate networks, which want to
communicate with each other, they may deploy a dedicated line
between or they have to pass their data through intermediate
networks.
Process of Switching
The switching process involves the following steps:
Frame Reception: The switch receives a data frame or packet from a computer
connected to its ports.
• MAC Address Extraction: The switch reads the header of the data
frame and collects the destination MAC Address from it.
• MAC Address Table Lookup: Once the switch has retrieved the MAC
Address, it performs a lookup in its Switching table to find a port that
leads to the MAC Address of the data frame.
• Forwarding Decision and Switching Table Update: If the switch
matches the destination MAC Address of the frame to the MAC address
in its switching table, it forwards the data frame to the respective port.
However, if the destination MAC Address does not exist in its forwarding
table, it follows the flooding process, in which it sends the data frame to
all its ports except the one it came from and records all the MAC
Addresses to which the frame was delivered. This way, the switch finds
the new MAC Address and updates its forwarding table.
• Frame Transition: Once the destination port is found, the switch sends
the data frame to that port and forwards it to its target
computer/network.
Types of Switching
There are three types of switching methods:
• Message Switching
• Circuit Switching
• Packet Switching
• Datagram Packet Switching
• Virtual Circuit Packet Switching
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.