Introduction To Computer Networks1
Introduction To Computer Networks1
Computer Networks
The collection of interconnected computers is called a computer network. Two
computers are said to be interconnected if they are capable of sharing and exchanging
information.
Application of Computer Networks
Modem Hub
A modem (modulator/demodulator) is a A Hub is an electronic device that
hardware device that allows a computer connects several computers together to
to send and receive information over form a network and redirects the received
telephone lines. When sending a signal, information to all the connected nodes in
the modem converts (modulates) digital broadcast mode. The computer(s) for
data to an analog signal and transmit it which the information is intended
over a telephone line. Similarly when an receive(s) this information and accept(s)
analog signal is received, the modem it. Other computers on the network
converts it back (demodulates) to a digital simply
signal.
Working of Hub
Computer A wants to send a message to
computer B .It send the message
through the Ethernet cable to the hub,
then the hub repeats the message to all
of the connected computers.
Switch
A switch is a network device which is
used to interconnect computers or devices
on a network. It filters and forwards data
packets across a network. The main
difference between hub and switch is that
hub replicates what it receives on one
port onto all the other ports while switch
keeps a record of the MAC addresses of
the devices attached to it and forwards
How a switch works
data packets onto the ports for which it is
addressed across a network, that’s why Computer A sends a message to computer B the other
switch is intelligent Hub. computers do not see the message. Those computers can
send other messages at the same time without interfering.
A 4-Port Switch
Network Topologies
Topology means the way by which a network is formed.
Advantage
Extension of bus and Disadvantage
star topologies. Heavily cabled.
Expansion of nodes is Costly.
If more nodes are added
possible and easy.
maintenance is difficult.
Easily managed and Central hub fails,
maintained. network fails.
Error detection is easily
done
Mesh Topology
Mesh topology is a group of nodes which are all connected to each other
and many types of connections are possible in a mesh topology.
Advantage
Disadvantage
The arrangement
Installation and
of the network configuration is
nodes is such that difficult.
it is possible to Cabling cost is
transmit data more.
from one node to Bulk wiring is
many other nodes required.
at the same time.
Fault is
diagnosed easily.