Computer Network
Computer Network
TOPIC -3
Computer Networks
Applications of Networking
Network Topologies- Mesh, Bus, Star, Ring,
Types of Network (LAN, MAN, WAN),
Network Cables- Optical Fiber, Twisted, Co-
axial,
Network Devices- Hubs, Switch, Router,
Network Interface Card, Ethernet.
Computer Network
A network is a set of devices (often referred to as
nodes) connected by communication links.
A node can be a computer, printer, or any other device
capable of sending and/or receiving data generated by
other nodes on the network.
“Computer network’’ to mean a collection of
autonomous computers interconnected by a single
technology.
Two computers are said to be interconnected if they are
able to exchange information. The connection need not
be via a copper wire; fiber optics, microwaves, infrared,
and communication satellites can also be used.
A computer network is a set of nodes like computers
and networking devices that are connected through
communication for the purpose of communication and
sharing resources(hardware/software) among the users.
Networks are used to: (Benefits of computer
network)
• Facilitate communication through email / video
conferencing / instant messaging or any other mode.
• Share hardware devices like a printer or scanner
• Enable file sharing
• Share software or operating programs
• Share information
Applications of Networking
1. Data Sharing
It is the capability of sharing data with multiple users over the
network. In order to share the data among multiple users, it is
generally stored on servers. Different applications can
therefore access the data from these servers easily. A special
software locking mechanism is maintained over the network,
so as to prevent multiple users from modifying the data. The
sharing of data among the multiple users in an interactive
way is known as data conferencing.
2. Remote Data Access
Remote data access is the process of accessing the data from
remote location in an efficient way. Different software
programs are used to provide an interface to the end users for
accessing the data remotely.
3. Resource Sharing
Resource sharing is the process of sharing the
resources such as storage devices, input/output
devices, etc. over the network. For example,
printer can be shared among the computers
connected in a network by attaching it to the
server computer. When the users want their
documents to be printed they can simply give
the print command from their computers and
get their document printed. network.
4. Communication
The far-reaching applications of network are
electronic mail and teleconferencing. These
applications allow individuals as well as organizations
to use networks for exchanging messages (written,
voice and video) extensively. Electronic mail enables
a person to send and receive instant messages over a
computer network with the help of Internet. On the
other hand, teleconferencing enables real-time
communication over a distance by allowing people at
different locations to communicate with each other by
seeing the video picture of people at other sites. This
is also referred as virtual meeting.
Network topology
Structure of a network-
The geometrical arrangement of computer resources, network
devices along with communication channel is known as Network
structure or Network topology.
Topology can be physical or logical
• Physical Topology-physical layout of nodes and cables in the
network.
• Logical topology - the way information flows between different
components.
Types of Physical Network Topologies
• Bus Topology
• Star Topology
• Ring Topology
• Mesh Topology
• Tree Topology
Bus Topology
Bus Topology Nodes are connected through a
common communication media like diagram
given below.
Bus Topology is a network type in which
every computer and network device is
connected to a single cable. It is bi-
directional. It is a multi-point connection and a
non-robust topology because if the backbone
fails the topology crashes.
Advantages of Bus Topology
If N devices are connected to each other in a bus
topology, then the number of cables required to
connect them is 1, known as backbone cable, and
N drop lines are required.
Coaxial or twisted pair cables are mainly used in
bus-based networks that support up to 10 Mbps.
The cost of the cable is less compared to other
topologies, but it is used to build small networks.
Bus topology is familiar technology as installation
and troubleshooting techniques are well known.
Drawbacks of Bus Topology
A bus topology is quite simpler, but still, it
requires a lot of cabling.
If the common cable fails, then the whole
system will crash down.
If the network traffic is heavy, it increases
collisions in the network.
Adding new devices to the network would
slow down networks.
Security is very low.
Star Topology
In Star Topology, all the devices are connected to
a single hub through a cable. This hub is the
central node and all other nodes are connected to
the central node.
The hub can be passive in nature i.e., not an
intelligent hub such as broadcasting devices, at
the same time the hub can be intelligent known as
an active hub. Active hubs have repeaters in them.
Coaxial cables or RJ-45 cables are used to
connect the computers.
Advantages of Star Topology
If N devices are connected to each other in a star
topology, then the number of cables required to
connect them is N. So, it is easy to set up.
Each device requires only 1 port i.e. to connect to
the hub, therefore the total number of ports required
is N.
It is Robust. If one link fails only that link will
affect and not other than that.
Easy to fault identification and fault isolation.
Star topology is cost-effective as it uses
inexpensive coaxial cable.
Drawbacks of Star Topology
If the concentrator (hub) on which the whole
topology relies fails, the whole system will
crash down.
The cost of installation is high.
Performance is based on the single
concentrator i.e. hub.
Ring Topology
In a Ring Topology, it forms a ring connecting devices
with exactly two neighboring devices.
A number of repeaters are used for Ring topology with
a large number of nodes, because if someone wants to
send some data to the last node in the ring topology
with 100 nodes, then the data will have to pass through
99 nodes to reach the 100th node.
Hence to prevent data loss repeaters are used in the
network.
The data flows in one direction, i.e. it is unidirectional,
but it can be made bidirectional by having 2
connections between each Network Node, it is
called Dual Ring Topology.
Advantages of Ring Topology
The data transmission is high-speed.
The possibility of collision is minimum in this type of
topology.
Cheap to install and expand.
It is less costly than a star topology.
Drawbacks of Ring Topology
The failure of a single node in the network can cause
the entire network to fail.
Troubleshooting is difficult in this topology.
The addition of stations in between or the removal of
stations can disturb the whole topology.
Less secure.
Mesh Topology
Disadvantages of WAN