Circuit and Packet Switching
Circuit and Packet Switching
Zamah Sari
Jose Santos
2.
1
Switching nodes
Circuit switching
Packet switching
2.
2
2.
2
2.
2
Data transfer
Circuit disconnect
2.
2
Circuit SwitchinG,
PROPERTIES
Inefficiency
Delay
For voice connections, the resulting circuit will enjoy a high percentage of
utilization because most of the time one party or the other is talking.
2.
3
Introduction to Packet
Switching
Both ends must operate at the same rate during the entire period of connection
2.
3
Introduction to Packet
Switching, advantages
Line efficiency
Single node-to-node link can be dynamically shared by many packets over time
On each node, packets with higher priority can be forwarded first. They will
experience less delay than lower-priority packets.
2.
3
Introduction to Packet
Switching, basic operations
Each packet contains a portion of user data plus some control info
On each switching node, packets are received, stored briefly (buffered) and
passed on to the next node.
2.
3
Introduction to Packet
Switching, use of packets
2.
4
Some common protocols are HTTP (for web pages), FTP (for file
transfer), and SMTP (Simple Mail Transfer Protocol)
2.
4
2.
4
2.
4
In order for the computer to make sense of the information, it must know what
protocol is being used
2.
4
2.
4
The job of the Network layer protocol is send packets from one
point to another point
2.
4
2.
4
There arent enough IP addresses for the number of computers there are these
days
2.
4
http://www.realmadrid.com:80/ad/index.html#specials
2.
5
2.
5
2.
5
How it work:
2.
5
2.
5
2.
5
2.
6
MOBILE INTERNET
PROTOCOL
Mobile IP is a standard communication protocol defined by IETF
2.
6
MOBILE INTERNET
PROTOCOL,
Increase in the variety of mobile devices, such as PDAs,
why?
laptops and cellular phones, more and more internet services
2.
6
Mobile Node (MN) - A Node moving to different network, with permanent Home
Address.
Home Agent (HA) - A router on a mobile node's home network which tunnels
datagrams for delivery to the mobile node when it is away from home, and maintains
current location information for the mobile node.
Home Address - The static fixed IP Address allocated to a mobile node by Home
Agent.
Foreign Agent - Router in foreign network that provides CoA and tunneling with HA
and forward the packets to MN.
Mobility Binding - The association of a home address with a care-of address (CoA).
2.
6
2.
6
2.
6
When CN sends the data to MN, it uses the original address of the MN,
so the packet goes to HA.
The FA de-capsulate the packet and extracts the original packet that
was sent by the CN.
The FA then sends this packet to the MN using the Home address
destination.
The reverse route from MN to CN may or may not follow this path.
2.
6
MULTIMEDIA TRANSPORT
PROTOCOLS
2.
6
MULTIMEDIA TRANSPORT
PROTOCOLS
2.
6
MULTIMEDIA TRANSPORT
PROTOCOLS,
time
stamp
The Time Stamp
(TS) is responsible for placing the incoming
2.
6
MULTIMEDIA TRANSPORT
PROTOCOLS,
Sequence
The Sequence Number number
(SN) is used to detect packet loss
occurrences.
2.
6
MULTIMEDIA TRANSPORT
PROTOCOLS,
There is a separate
control
protocol that isProtocol
generally used with
Real
Time
Control
RTP, which is named Real Time Control Protocol (RTCP)
Home Work #1
Make