CSC 101 Intro to Computer Lecture 4
CSC 101 Intro to Computer Lecture 4
Computer Networks
LECTURE OUTLINE
Classification of Network
LAN
MAN
WAN
Client/Server Network
Peer-to-Peer Network (Work Group)
Network Topology
o Star Topology
o Ring Topology
o Bus Topology
Review questions
Computer Network
Computer systems and peripherals are connected to form
a network. They provide numerous advantages:
Resource sharing such as printers and storage devices
Exchange of information by means of e-Mails and FTP
Information sharing by using Web or Internet
Interaction with other users using dynamic web pages
IP phones
Video conferences
Parallel computing
Instant messaging
Computer Network Contd.
• Generally, networks are distinguished based
on their geographical span. A network can be
as small as distance between your mobile
phone and its Bluetooth headphone and as
large as the internet itself, covering the whole
geographical world.
Bluetooth Network
NETWORK TOPLOGIES
•A Network Topology is the arrangement with
which computer systems or network devices are
connected to each other. Topologies may define
both physical and logical aspect of the network.
Both logical and physical topologies could be
same or different in a same network.
Point-to-Point
Point-to-point networks contains exactly two hosts
such as computer, switches or routers, servers
connected back to back using a single piece of
cable. Often, the receiving end of one host is
connected to sending end of the other and vice-
versa. If the hosts are connected point-to-point
logically, then may have multiple intermediate
devices. But the end hosts are unaware of
underlying network and see each other as if they
are connected directly.
Point-to-Point Network Diagram
Bus Topology
In case of Bus topology, all devices share single
communication line or cable. Bus topology may have problem
while multiple hosts sending data at the same time.
Therefore, Bus topology either uses CSMA/CD technology or
recognizes one host as Bus Master to solve the issue. It is one
of the simple forms of networking where a failure of a device
does not affect the other devices. But failure of the shared
communication line can make all other devices stop
functioning. Both ends of the shared channel have line
terminator. The data is sent in only one direction and as soon
as it reaches the extreme end, the terminator removes the
data from the line.
BUS TOPOLOGY DIAGRAM
Star Topology
All hosts in Star topology are connected to a central device, known
as hub device, using a point-to-point connection. That is, there
exists a point to point connection between hosts and hub. The hub
device can be any of the following:
•Layer-1 device such as hub or repeater
•Layer-2 device such as switch or bridge
•Layer-3 device such as router or gateway