1-Introduction To Computer Networks
1-Introduction To Computer Networks
Networks
S.S. Satapathy
Introduction
- Computer Network
- Collection of Computer Systems interconnected by
communication channels
H H
H H
H
H
Subnet
H
H
H H
- Switch
H - Host
Network Types
• Based on the scope and size the networks
are classified as:
– WAN – Satellite, Long distance optical
fiber, leased line based networks spread
across cities, states or countries.
– MAN – Spread over an area with a radius
of up to several tens of km.
• Wi Max, Cable based networks.
– LAN – Confined within a hall, building or
a campus.
• Ethernet, Wi Fi.
– PAN/ BAN – Confined within a room.
• Bluetooth
Topology
Network Topology
• A network's topology is the layout of the
cables and devices that connect the nodes.
• The four most common network topologies
are:
– Bus. Each node is connected in series along a
single conduit.
– Star. All nodes are connected to a central hub.
– Ring. Nodes are connected in a circular chain,
with the conduit beginning and ending at the
same computer.
– Mesh. Each node has a separate connection to
every other node.
NETWORK TOPOLOGY
FULLY PARTIALLY
CONNECTED CONNECTED
Frequency
Partition of signal
space into time slots
and frequency bands
Time
FDMA
Frequency
Different users
transmit at different
frequency bands
simultaneously.
Time
Frequency Division Multiple Access
(FDMA)
• The spectrum of each link (forward or reverse) is
further divided into frequency bands
• Each station assigned fixed frequency band
frequency bands
idle
idle
idle
TDMA
Frequency
Different users
transmit at different
time slots.
Each user occupy the
whole freq. spectrum.
Time
Time Division Multiple Access
(TDMA)
• The mobile users access the channel in round-
robin fashion.
• Each station gets one slot in each round.
f
960 MHz 124
20 MHz
915 MHz 124
890.2 MHz 1
1 2 3 7 8
Frequency
Time
Network Architecture
– Has to deal with very wide range of issues
– Cable, connector, signal form, voltage, current . . .
– Procedural steps in sending signals.
– Reliably exchanging data between adjacent switches.
– Dealing with interference, errors, loss of data.
– Specifying the destination host.
– Finding the path to the destination.
– Security issues.
– Issues specific to kind of use- Application
– . . .
– Designed in layered modules- each module/
layer taking care of a set of issues
– Each layer has a set of rules & mechanisms (protocol)
for the exchange of information.
– The set of layers, also called the protocol stack,
define the architecture of the network.
ISO/OSI Reference Model