Internetworking Lecture PartA
Internetworking Lecture PartA
WSN WSN
Source : https://cse.sc.edu/~huang48/Research.html
Resilient Network Design
• multiple access …
Why not connect each node with every other
node ?
• Number of computers that can be connected becomes
very limited
• Number of wires coming out of each node becomes
unmanageable
• Amount of physical hardware/devices required becomes
very expensive
• Solution: indirect connectivity using intermediate data
forwarding nodes
Switched Networks
Switched Networks
◼ A network can be defined recursively as...
Switched networks
end nodes send to one (or more) end nodes
propagation delay
host 1 – node1
message
processing & set-
up delay of a
message at node 1
message
time message
Store-and-Forward
Message switching
EXAMPLE
node 1 node 2
host 1 host 2
router
router
Packet switching versus circuit switching
Packet switching allows more users to use network!
• 1 Mb/s link
• each user:
• 100 kb/s when “active”
• active 10% of time
N users
• circuit-switching:
• 10 users 1 Mbps link
• packet switching:
• There are 11 or more
simultaneously active users.
Packet switching versus circuit switching
Is packet switching a “winner?”
time
Hi
TCP connection
req.
Hi
TCP connection
Got the reply.
Get http://gaia.cs.umass.edu/index.htm
time?
2:00
<file>
Standard
• Essential in creating and maintaining an open and
competitive market for equipment manufacturers
• Guaranteeing national & international interoperability
of data & telecommunication technology & process.
Layered Tasks
An example from the everyday life
Data Communication
between two devices??
Why layered communication?
• To reduce complexity of communication task by splitting it into
several layered small tasks
• Functionality of the layers can be changed as long as the service
provided to the layer above stays unchanged
• makes easier maintenance & updating
• 7 layers