Computer networking 1
Computer networking 1
A server computer is the computer dedicated to servicing requests for resources from other
• Use: It is used to centralize data storage, Facilitate communication with one another, sharing
files and expensive devices like printers in an organization like a school or hospital.
Metropolitan Area Network
(MAN)
MANs cover larger geographical areas than LANs, typically connecting multiple
LANs across a city or a campus. MANs often use high-speed connections like fiber
optics.
• Scope: Ranges from several kilometers to a citywide network, like 5km to 50km
radius.
• Use : Used to connect multiple locations of organization within a city, like university
campuses or municipal networks.
Wide Area Network (WAN)
WANs are large networks that cover extensive geographical areas, even
globally. They connect multiple LANs and MANs through routers and are
often managed by multiple organizations.
In cloud computing, processing power, data and programs can be located somewhere on a network
of powerful computers and simply accessed by users.
These networks of powerful computers that have powerful processors, huge memories and data
storage capacities can be accessed anywhere using computers, mobile phone, tablets, laptops etc.
• Example: Data centers using SANs to manage storage for multiple servers.
• Use : Suitable for enterprises requiring high-performance data access, such as database and web
hosting services.
Network Topologies
Topology refers to the way in which computer and other devices have
been arranged or how data is passed from one computer to another in
the network.
• Logical topology
• Physical topology
LOGICAL TOPOLOGY
Logical topology also called signal topology which deals with the way data passes from one device to the
next on the network. Examples are Ethernet and Token ring
Ethernet topology
In this topology, all computers listen to network media and can only send when none of the others is
sending. Sending of data uses broadcasting technology However, the data has the address of the recipient
and only computers with the same address can pick the message from the bus.
In this topology, a special package for data called a token goes around the network in unidirectional
manner. The token can only be taken up by the computer whose address is on the data held in the token.
After taking it, the computer read the data and then release the token. The token can then be captured by
PHYSICAL TOPOLOGY
1. Star topology
2. Bus topology
3. Ring topology
4. Mesh topology
5. Tree/hierarchical topology.
Star topology
In star topology all devices are connected to a central device called concentrator
such as a hub or a Switch.
• Nodes communicate across the network by passing data through the concentrator.
• When the hub receives data from a transmitting computer, it broadcasts the
message to all the other nodes on the network.
Advantages of star topology
1. It is easy to install and manage: Devices connect directly to a central hub, simplifying
setup and maintenance.
2. Star topology is reliable: A failure in one device or cable doesn’t affect the rest of the
network.
3. It is Scalable: New devices can be added easily without disrupting the network.
4. It is Simple to Troubleshoot: Faults are easy to locate as each device has its own
connection to the hub.
5. It has High Performance: Direct communication with the hub minimizes data collisions.
6. It offers Centralized Control: The hub facilitates efficient management and monitoring of
the network
Disadvantages of star topology
• The star-based network is costly because it requires one complete cable per
computer.
When a device wants to send data, it broadcasts the data packet onto the bus. The data travels along the bus until it
reaches the intended recipient, identified by the packet's address. Only the target device processes the data; other devices
ignore it. Data transmission is unidirectional in simple bus networks, but some setups allow bidirectional communication
A terminator is attached to each end of the cable to avoid signal from bouncing back and forth on the cable causing
signal distortion.
• •It is less costly. Does not require a complete cable length per
computer.
Disadvantages of bus topology
• The bus topology limits the number of computers that can be connected to the
cable because each computer listen to the cable in order to transmit.
• It is relatively slow
Ring Topology
In ring topology, all devices are connected to one another in shape of a closed loop.
Each station is responsible for regenerating and retransmitting signals around the
network to its neighbor.
A token is used to exchange data from one station to another. Token can be viewed
as an envelop or a bag where data is placed for transmission and carried around the
network.
Advantages of ring topology
• No Data Collisions: The use of token passing ensures only one device
transmits at a time
• Modification may be difficult because adding or removing a device can disrupt the
entire network.
Hence multi station Access unit (MSAU) is used for station bypass in the event a station fails.
Mesh topology
This is the most common type of topology used in wide area network
where there are many paths between different locations.
Devices are connected with many redundant interconnections between
the nodes.
In a true mesh topology every node has a connection to every other
node in the network.
Advantages of Mesh topology