COMP 3400 Networks Lecture 2: Packet Switching and Internet Structure
major resource: Computer Networking (4th Edition), Kurose and Ross, Addison Wesley, 2008

[ previous | schedule | next ]

More on Packet Switching

Multiplexing occurs here too, only without reserved slots.

Since packets are sent randomly from various sources, this is called Statistical Multiplexing

Buffering occurs in router:

Sources of delay in packet-switched network:

Delay Example:

Q: 1000 byte packet arrives on 10Mbps transmission link. What is the store-and-forward delay? If the first bit arrives at time t and the last bit arrives at time t+Dt, then Dt is the store-and-forward delay. For this example, the amount of time to transmit 1000 bytes on a 10Mbps link.
A: In general, packet size divided by transmission rate. 8000 / 10,000,000 = .8 milliseconds or 800 microseconds.

Delay Example:

Q: Assuming fiber optic medium, signal propagates at near the speed of light. Assume 3 x 108 meters/second, or 300,000 km/second. What is propagation delay over 3 km link?
A: 3 km / 300,000 km per second = 1 / 100,000 second = 10 microseconds.

Delay Example:

Q: Assuming satellite in geosynchronous orbit (~36,000 km altitude), and unguided transmission at speed of light (300,000 km per second), what is propagation from earthlink to satellite?
A: 36,000 / 300,000 = 120 milliseconds.

Packet loss in a packet-switched network

Routing Illustration: traceroute service

Internet Structure

The Hierarchical Internet: truly a network of networks

Layered Structure of Internet protocols and services architecture


[ COMP 3400 | Peter Sanderson | Math Sciences home page | Otterbein ]

Last updated:
Peter Sanderson (PSanderson@otterbein.edu)