DC - Lecture 2
DC - Lecture 2
INTERNET
SWITCHING DEVICES
Gateway
Bridges
9A-
12
MAN
MAN (Metropolitan Area Network) is a larger network that usually extents several
buildings in the same city or town.
In Metropolitan area network various Local area networks are connected with each other
through telephone lines.
The size of the Metropolitan area network is larger than LANs and smaller than
WANs(wide area networks), a MANs covers the larger area of a city or town.
9A-
13
WAN
WAN (Wide area network) provides long distance transmission of data. The size of
the WAN is larger than LAN and MAN.
A WAN can cover country, continent or even a whole world. Internet connection is an
example of WAN.
Other examples of WAN are mobile broadband connections such as 3G, 4G etc.
9A-
14
WIDE AREA NETWORKS (WAN)
Network
Architecture
vs
Network Topology
BUS TOPOLOGY
Every end system will receive any signal that is sent on the main
or backbone medium.
Limitations
A break in the cable will disrupt the entire network.
Only one system can transmit at a time.
No of cables: N + 1
No of Ports of each device: 1
Limitations
The basic ring topology is unidirectional so n -1 end systems
would have to transfer messages for end system #1 to talk to end
system #n
A break in the cable will disrupt the entire network.
No ofcables: 1 (backbone cable)
No of Ports of each device: 1 (Only drop line
link)
Limitations
Hosts can all be transmitting at the same time. However, if the
central device fails, the network is completely down.
STAR
TOPOLOGY
All nodes connect to a hub
Packets sent to hub
Hub sends packet to destination
Advantages
Easy to setup
One cable can not crash network
Disadvantages
One hub crashing downs entire
network
Uses lots of cable
No of cables: N
No of Ports of each device: 1
Limitations
The mesh topology (if physically realized as a mesh):
Is expensive
Hard to scale
Used in specialized applications only
MESH
TOPOLOGY
There is not a concept of a central switch, hub or computer
which acts as a central point of communication to pass on the
messages.
Introduction 2-29
CIRCUIT SWITCHING
Introduction 2-30
THREE PHASES OF CIRCUIT
SWITCHING
As circuit switching is CONNECTION ORIENTED it means we need to make
connection first.
1- Circuit establishment
2- Data Transfer
3- Circuit Disconnection
Introduction 2-31
PROS AND CONS OF CIRCUIT
SWITCHING
PROS CONS
Decreases the amount of Isn’t
right for any other type of
delay the user connections.
experiences before and channel is reserved for future
during a call. conversations.
Consistent Connected oriented.
bandwidth,
channels Link can’t be used to send any other
data even when free.
Correct sequence.
If active users exceeds the number of
channels you have available then
calls will fail to take place or will be
dropped in the middle.
Administrators are under pressure to
make sure that channels keep up.
In addition, even setting up calls
results in delay so the connection
needs to be fully established before
Introduction the conversation can take place. 2-32
CIRCUIT SWITCHING
Network Resource
i.e. Bandwidth
Frequency Division
multiplexing
2-33
https://www.youtube.com/watch?v=Cug52cpjM_g
MULTIPLEXING (IMP TOPIC)
Generally, a communication channel such as an optical fiber or
coaxial cable can carry only one signal at any moment in time. This
results in wastage of bandwidth.
However, we can overcome this drawback by using a technique
called MULTIPLEXING.
By using the multiplexing technique, we can easily send multiple
signals simultaneously over a communication channel (medium).
Definition
Multiplexing is a technique which combines multiple signals into
one signal, suitable for transmission over a communication channel
such as coaxial cable or optical fiber.
Introduction 2-34
The multiplexing technique divides the communication channel into several
logical sub-channels.
Each logical sub-channel is dedicated to an individual signal.
Thus, the multiple signals are sent simultaneously over a shared
communication channel (medium).
Multiplexing has-been used for many years in long-distance telephony.
Multiplexing is done by using a device called Multiplexer or MUX.
Introduction 2-35
A multiplexer is a device that takes multiple analog signals and forwards the selected input into
a single line. These devices are used to increase the amount of data that can be transmitted
over a network.
Introduction 1-36
https://www.youtube.com/wat
ch?v=B1tElYnFqL8
Introduction 1-37
PACKET SWITCHING
mesh of interconnected routers
packet-switching: hosts break
application-layer messages
into packets
forward packets from one router
to the next, across links on path
from source to destination
PROS CONS
paths to their unsuitable for
destination without applications that
the need for a require minimal
dedicated channel. latency.
With packet If there is too much
switching packets traffic then packets
can be resent if they will be dropped in
don’t reach their transit.
destination.
relies on a range of
complex protocols
Introduction 2-39
STORE AND
FORWARD TECHNIQUE
Packet Switching uses Store and Forward technique while
switching the packets
while forwarding the packet each hop first store that packet then
forward.
This technique is very beneficial because packets may get discarded
at any hop due to some reason (congestion)
More than one path is possible between a pair of source and
destination.
Packets belonging to the same file may or may not travel through
the same path. If there is congestion at some path, packets are
allowed to choose different path possible over existing network.
Packet-Switched networks were designed to overcome
the weaknesses of Circuit-Switched networks since circuit-switched
networks were not very effective for small messages.
Introduction 2-40
FOR YOUR INFORMATION
Introduction 2-41