NETWORKING
NETWORKING
A computer network is a group of two or more computers that are connected to each other to share data,
information and resources, and communicate electronically.
Key Components of a Computer Network
A computer network is made up of two main parts: devices (called nodes) and connections
(called links).
The links connect the devices to each other.
The rules for how these connections send information are called communication protocols.
The starting and ending points of these communications are often called ports.
Network Devices
Discussed below are a few important network devices from the exam point of view:
Star Topology
Each device in a star topology has a dedicated point-to-point link to a central controller, which
is commonly referred to as the HUB. There is no direct connection between the devices.
Traffic between the devices is not allowed in this topology. As an exchange, the controller is
used.
Advantages
When attaching or disconnecting devices, there are no network interruptions
It’s simple to set up and configure
Identifying and isolating faults is simple
Less Expensive than mesh
Easy to install & configure
Disadvantages
Nodes attached to the hub, switch, or concentrator is failed if they fail
Because of the expense of the hubs, it is more expensive than linear bus topologies
More cable is required compared to a bus or ring
Too much dependency on Hub
Example: Used in high-speed LANs
Mesh Topology
Every device in a mesh topology has dedicated point-to-point connectivity to every other
device. The term “dedicated” refers to the fact that the link exclusively transports data between
the two devices it links. To connect n devices, a fully connected mesh network contains n *(n-
1)/2 physical channels.
Advantages
Data can be sent from multiple devices at the same time. This topology can handle a lot of
traffic.
Even if one of the connections fails, a backup is always available. As a result, data transit is
unaffected.
Physical boundaries prevent other users from gaining access to messages.
Point to Point links make fault transmission & fault isolation easy.
Disadvantages
The amount of cabling and the number of I/O ports that are necessary.
The sheer bulk of wiring can be greater than the available space can accommodate.
It is difficult to install and reconfigure.
Example: connection of telephone regional office in which each regional office needs to be
connected to every other regional office.
Tree Topology
The topology of a tree is similar to that of a star. Nodes in a tree, like those in a star, are
connected to a central hub that manages network traffic. It has a root node, which is connected
to all other nodes, producing a hierarchy. Hierarchical topology is another name for it. The
number of Star networks is connected via Bus in Tree Topology.
Advantages
Network expansion is both possible and simple.
We partition the entire network into pieces (star networks) that are easier to manage and
maintain.
Other segments are unaffected if one segment is damaged.
Disadvantages
Tree topology relies largely on the main bus cable because of its basic structure, and if it
fails, the entire network is handicapped.
Maintenance becomes more challenging when more nodes and segments are added.