Computer Networks I-Lesson 1
Computer Networks I-Lesson 1
ICT 2303
Lesson 1
Introduction to Computer
Networks
In the early days computer systems were
centralised in a single large room.
These rooms were called computer centres.
A large computer was housed in the room and
users brought their work for processing.
What is a Computer Network?
Is a collection of autonomous computers
interconnected by a single technology, either
using cables, telephone line or through a
wireless media to share resources.
Computers are said to be interconnected only if
hey are able to exchange information.
There are different types of networks.
companies
For resource sharing
The goal is to make programs, equipment and data
available to anyone on the network regardless of the
physical location of the resource and the user.
E.g. networked printer, client-server model
As a communication medium
Sending and receiving emails
Group working e.g. people can write a report together
even if they are in different locations.
Videoconferencing
Employees at distant locations can hold a meting, seeing &
hearing each other & even writing on a virtual blackboard.
Switching elements
When data arrive on an incoming line, the switching
element must choose an outgoing line on which to
forward them.
WANs contain numerous transmission lines, each one
connected to a pair of routers.
If two router that do not share a transmission line wish to
communicate, they do so indirectly via other routers.
When a packet is sent from one router to another via one
or more intermediate routers, the packet is received at
each intermediate router in its entirety, stored there until
the required output line is free, and then forwarded.
This is called Store-and-forward or Packet-switched
subnet .
Cont…
Packet Switched WAN
When a process on some host has a message to send to a
process on some other host, the sending host first cuts
the message into packets.
Each one bearing a number in the sequence.
The packets are then injected into the network one at a
time in quick succession.
The packets are transported individually over the network
Individual blocks containing addressing information
indicate both their origination point and their final
destination.
The devices within the network itself are unaware of the
content of the individual packets, only visible is the
address of the final destination and the next device in the
path to that destination.
At the receiving host the packets are reassembled into
the original message and delivered to the receiving
process.
Cont…
Another example of WAN is the satellite
system.
Each router has an antenna through which it can send
and receive.
Routers can hear the output from the satellite and
transmissions from other routers.
Satellite networks are broadcast.
Networks Defined by Topology
Physical Versus Logical Topology
Logical topology determines The actual traffic flow in
the network
Physical topology determines how components are
physically interconnected in the network.
Bus Topology
Uses a cable running through the area requiring connectivity.
Devices that need to connect to the network then tap into
this nearby cable.
Ring Topology
Traffic flows in a circular fashion around a closed network
loop.
A ring topology sends data, in a single direction, to each
connected device in turn, until the intended destination
receives the data.
E.g. Token ring, FDDI
Cont…
Star Topology
Star topology has a central point from which all attached
devices radiate.
Star topology is the most popular physical LAN topology
in use today, with an Ethernet switch at the center of the
star.
Unshielded Twisted-Pair cable (UTP) are used to connect
from the switch ports to clients.
Hub-and-Spoke Topology
When interconnecting multiple sites (for example,
multiple corporate locations) via WAN links, a hub-and-
spoke topology has a WAN link from each remote site (a
spoke site) to the main site (the hub site).
Mesh Topology
Used in WAN where each site has a link to any other site.