Networking
Networking
Features of MAN
• Network size generally ranges from 5 to 50 km. It may be as small as a
group of buildings on campus to as large as covering the whole city.
• In general, a MAN is either owned by a user group or by a network
provider who sells service to users, rather than a single organization as
in LAN.
• Data rates are moderate to high.
• It facilitates the sharing of regional resources.
• They provide uplinks for connecting LANs to WANs and the Internet.
Wide Area Network (WAN)
As the name suggests, WAN covers a very large area i.e. an entire country,
continent, whole world or even more. Communication is done through radio
waves, VSAT, satellite etc. It links different LANs and MANs which are
situated in separate geo-graphical location. It connects very large number
of different computers with different transmission media, protocols,
topologies etc.
Features of WAN
• Multiple computers are connected together
• It connect devices that are separated by a broader geographical area than
a LAN
• A WAN usually interconnects multiple LANs and MANs.
• Communication links between computers are provided by telephone
networks, public data networks, satellites etc.
• Low bandwidth for data transfer.
• The data rates of WAN is low as compare to data transfer rate of LAN and
MAN
Types of Network…
Bus
C D
As shown in the figure, all the computers in the network are connected
to a single cable. That cable is called a ‘bus’. Any message originating
from a computer is transmitted in both directions on the bus. It is based
on broadcasting network architecture. So, after receiving the message
all the computers check the IP address of the message with their own IP
address. If the IP addresses are similar, then the message is accepted
other wise the message is discarded.
Bus Topology….
Advantages
• It is simple, reliable and easy to use.
• If any computer in the network is down, then other
computer can continue their function.
• It is more flexible because we can easily connect and
disconnect any number of computers in the bus.
Disadvantages
• Data traffic is very high because all the data are
transmitted from the central wire.
• Data collision is very high.
• Finding out the fault and troubleshooting them is very
hard.
Star Topology
It is also based on broadcasting or client-server network architecture. So,
all the computers in the network are connected to a central computer or
hub. The communication is done in both direction of the wire. The server is
the main component which manages and controls the whole network
system. So message from any client is transmitted at first to the server or
hub and it forwards the message to all the clients with destination IP
address.
Client A Server
Client C
Hub
Client B
Star Topology…..
Advantages
• It is the most popular and widely used topology.
• It is simple, reliable and easy to use.
• It is flexible to connect new computer and remove existing
computer in the network.
• It is easy to find out fault because of the use of the hub.
• If any computer in the network is down, then other computers can
continue their function.
Disadvantages
• If the central compute or hub gets failure, then the entire network
system gets disturbed.
• High network traffic.
• The cost of cable is more because each client needs a separate
cable to connect with the server.
Ring Topology
Advantages
• There is no dependence on the server or hub. So each computer is
capable of acting as server as well as client.
• Data transfer speed is very high.
• There is less chance of data collision as data travels in one direction
only.
• Every computer has equal access facility to the network resources.
Disadvantages
• If any computer in the network is down, then the whole network
system gets disturbed.
• It is very hard to find out the errors and troubleshoot them.
• It is not very flexible as connecting new computer and disconnecting
existing computer is very difficult.
Tree Topology
Advantages
• It is a combination of bus and star topology
• It provides high scalability, as leaf nodes can add more nodes in the
hierarchical chain.
• Other nodes in a network are not affected, if one of their nodes get
damaged
• It provides easy maintenance and fault identification.
• Supported by several hardware and software vendors.
• Point-to-point wiring for individual segments.
Disadvantages
• Large cabling is required as compared to star and bus topology.
• On the failure of a bus, the entire network fails.
• Tree network is very difficult to configure than other network
topologies
Mesh Topology
Thank you