internet: hosts, communication links, routers, switches · 2015. 8. 24. · packet switching versus...

59
Recap Internet: hosts, communication links, routers, switches Network edge Access networks

Upload: others

Post on 02-Sep-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Recap  

v Internet: hosts, communication links, routers, switches

v Network edge § Access networks

 

Page 2: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Chapter 1: roadmap 1.1 what is the Internet? 1.2 network edge

§  end systems, access networks, links

1.3 network core §  packet switching, circuit switching, network structure

1.4 delay, loss, throughput in networks 1.5 protocol layers, service models

Page 3: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  Mesh of interconnected routers

v  Role: send chunks of data from one host to another host §  Multiple-hops (links)

Discussion: How to transfer data?

?

Page 4: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Circuit switching end-end resources allocated

to, reserved for “call” between source & dest:

v  Example: each link has four circuits. §  call gets 2nd circuit in top

link and 1st circuit in right link.

v  dedicated resources: no sharing §  circuit-like (guaranteed)

performance v  circuit segment idle if not used

by call (no sharing) v  Commonly used in traditional

telephone networks

Page 5: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Circuit switching: FDM versus TDM

FDM

frequency

time TDM

frequency

time

4 users Example:

Page 6: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

What  might  be  the  problems  with  Circuit-­‐switching?  

Page 7: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  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

§  each packet transmitted at full link capacity

§ No reservation, runtime decision, independent hop forwarding

Alternative: Packet-switching

Page 8: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Network core: Two key functions forwarding: move packets from router’s input to appropriate router output

routing: determines source-destination route taken by packets

§  routing algorithms

routing algorithm

local forwarding table header value output link

0100 0101 0111 1001

3 2 2 1

1

2 3

dest address in arriving packet’s header

Page 9: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Host: sends packets of data

host  sending  func:on:  v  takes  applica:on  message  v  breaks  into  smaller  

chunks,  known  as  packets,  of  length  L  bits  

v  transmits  packet  into  access  network  at  transmission  rate  R  §  link  transmission  rate,  aka  link  capacity,  aka  link  bandwidth  

R: link transmission rate host

1 2

two packets, L bits each

packet transmission

delay

time needed to transmit L-bit

packet into link

L (bits) R (bits/sec) = =

Page 10: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Packet-switching: store-and-forward

v  takes L/R seconds to transmit (push out) L-bit packet into link at R bps

v  store and forward: entire packet must arrive at router before it can be transmitted on next link

one-hop numerical example: §  L = 7.5 Mbits §  R = 1.5 Mbps §  one-hop transmission

delay = 5 sec

more on delay shortly …

source  R  bps   des:na:on  

1  2  3  

L  bits  per  packet  

R  bps  

v  end-end delay = 2L/R (assuming zero propagation delay)

Page 11: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Packet switching versus circuit switching

Q:  Why  packet  switching  is  chosen  in  the  Internet?  

 

Page 12: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Packet switching versus circuit switching

example: §  1 Mb/s link §  each user:

•  100 kb/s when “active” •  active 10% of time

v circuit-switching: §  10 users

v packet switching: §  with 35 users, probability >

10 active at same time is less than .0004 *

packet switching allows more users to use network!

N users

1 Mbps link

Q: how did we get value 0.0004?

Q: what happens if > 35 users ?

…..

* Check out the online interactive exercises for more examples

Page 13: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

More on “how to calculate N?”

v  Given N users, the probability that x users are active is P(N,x)

v  In order to afford N users, the probability that more than 11 (including 11) users are active at the same should be extremely small (e.g., < 0.1%)

v  Therefore,

P(N, x) = ( Nx)px (1− p)N−x

P(N, x)x=0

10

∑ ≥ (1− 0.1%) = 0.999

Page 14: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  Given N, we can obtain the probability of no more than x active users at the same time §  Calculator §  Program (sum them up)

v  Given the maximal probability of no more than x active users at the same time, how to calculate N? §  Approach #1: program (for loop, and increment N by

1 until it meets the threshold)

§  Approach #2: Approximation via central limit theorem (optional)

More on “how to calculate N?”

Page 15: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  Step 0: Xi: random variable, status of user i §  Xi = 1: user i is active §  Xi = 0: user i is not active

v  Step 1: Z = sum(Xi), another random variable §  The number of active users, given N users in total

More on “how to calculate N?”

P(Xi =1) = p = 0.1,P(Xi = 0) = 0.9µ = E(Xi) =1*P(Xi =1)+ 0*P(Xi = 0) = pσ 2 =Var(Xi) = E[(Xi −E(Xi))2 ]= p(1− p)2 + (1− p)p2 = p(1− p)

Page 16: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  Step  II:  Z  conforms  to  normal  distribu:on  §  Xi  is  iid  (Independent  and  iden:cally  distributed)  §  Central  limit  theorem  

§  Z  conforms  to  normal  distribu:on    

v  Step  III:  look  up  the  cumula:ve  distribu:on  func:on  (CDF)  for  a  normal  distribu:on    §  Given  P(Z<=  10)  >  99.9%    §  Let  us  look  up  the  standard  normal  distribu:on,  we  have  (for  simplicity)  

 

§  Then,  we  have                                                    and  then  calculate  N  

µz = E[Z ]= Npσ z

2 =Var(Z ) = Np(1− p)(Np, Np(1− p))

https://www.stat.tamu.edu/~lzhou/stat302/standardnormaltable.pdf

P(Z <= µz+3σ z) > 99.9%

µz+3σ z ≤10

Page 17: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  great for bursty data §  resource sharing §  simpler, no call setup

v  excessive congestion possible: packet delay and loss §  protocols needed for reliable data transfer, congestion

control

Q: How to provide circuit-like behavior? §  bandwidth guarantees needed for audio/video apps §  still an unsolved problem (chapter 7)

Q: human analogies of reserved resources (circuit switching) versus on-demand allocation (packet-switching)?

is packet switching a “slam dunk winner?”

Packet switching versus circuit switching

Page 18: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

v  great for bursty data §  resource sharing §  simpler, no call setup

v  excessive congestion possible: packet delay and loss (see the following slides) §  protocols needed for reliable data transfer, congestion

control

Q: human analogies of reserved resources (circuit switching) versus on-demand allocation (packet-switching)?

is packet switching a “slam dunk winner?”

Packet switching versus circuit switching

Page 19: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks  

Optional, Reading: Chapter1.3.3

Chapter 1.4  

Page 20: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

v  End systems connect to Internet via access ISPs (Internet Service Providers) §  Residential, company and university ISPs

v  Access ISPs in turn must be interconnected. v  So that any two hosts can send packets to each other

v  Resulting network of networks is very complex v  Evolution was driven by economics and national policies

v  Let’s take a stepwise approach to describe current Internet structure

Page 21: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks Question: given millions of access ISPs, how to connect them together?

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

Page 22: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks Option: connect each access ISP to every other access ISP?

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

connecting each access ISP to each other directly doesn’t

scale: O(N2) connections.

Page 23: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

Option: connect each access ISP to a global transit ISP? Customer and provider ISPs have economic agreement.

global ISP

Page 24: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

But if one global ISP is viable business, there will be competitors ….

ISP B

ISP A

ISP C

Page 25: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

But if one global ISP is viable business, there will be competitors …. which must be interconnected

ISP B

ISP A

ISP C

IXP

IXP

peering link

Internet exchange point

Page 26: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

… and regional networks may arise to connect access nets to ISPS

ISP B

ISP A

ISP C

IXP

IXP

regional net

Page 27: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net

access net access

net

access net

… … …

… and content provider networks (e.g., Google, Microsoft, Akamai ) may run their own network, to bring services, content close to end users

ISP B

ISP A

ISP B

IXP

IXP

regional net

Content provider network

Page 28: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet structure: network of networks

v  at center: small # of well-connected large networks §  “tier-1” commercial ISPs (e.g., Level 3, Sprint, AT&T, NTT), national &

international coverage §  content provider network (e.g, Google): private network that connects

it data centers to Internet, often bypassing tier-1, regional ISPs

access ISP

access ISP

access ISP

access ISP

access ISP

access ISP

access ISP

access ISP

Regional ISP Regional ISP

IXP IXP

Tier 1 ISP Tier 1 ISP Google

IXP

Page 29: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Tier-1 ISP: e.g., Sprint

to/from customers

peering

to/from backbone

………

POP: point-of-presence

Page 30: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Chapter 1: roadmap 1.1 what is the Internet? 1.2 network edge

§  end systems, access networks, links

1.3 network core §  packet switching, circuit switching, network structure

1.4 delay, loss, throughput in networks 1.5 protocol layers, service models

Page 31: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Recap: How a host sends data packets?

host  sending  func:on:  v  takes  applica:on  message  v  breaks  into  smaller  

chunks,  known  as  packets,  of  length  L  bits  

v  transmits  packet  into  access  network  at  transmission  rate  R  §  link  transmission  rate,  aka  link  capacity,  aka  link  bandwidth  

R: link transmission rate host

1 2

two packets, L bits each

packet transmission

delay

time needed to transmit L-bit

packet into link

L (bits) R (bits/sec) = =

Page 32: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Recap: Store-and-forward

v  takes L/R seconds to transmit (push out) L-bit packet into link at R bps

v  store and forward: entire packet must arrive at router before it can be transmitted on next link

one-hop numerical example: §  L = 7.5 Mbits §  R = 1.5 Mbps §  one-hop transmission

delay = 5 sec

more on delay shortly …

source  R  bps   des:na:on  

1  2  3  

L  bits  per  packet  

R  bps  

v  end-end delay = 2L/R (assuming zero propagation delay)

Page 33: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Packet Switching: queuing delay, loss

A

B

C R = 100 Mb/s

R = 1.5 Mb/s D

E queue of packets waiting for output link

queuing and loss: v  If arrival rate (in bits) to link exceeds transmission rate of

link for a period of time: §  packets will queue, wait to be transmitted on link §  packets can be dropped (lost) if memory (buffer) fills up

Page 34: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

How do loss and delay occur? packets queue in router buffers v  packet arrival rate to link (temporarily) exceeds output link

capacity v  packets queue, wait for turn

A

B

packet being transmitted (delay)

packets queueing (delay)

free (available) buffers: arriving packets dropped (loss) if no free buffers

Page 35: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Four sources of packet delay

dproc: nodal processing §  check bit errors §  determine output link §  typically < msec

A

B

propagation

transmission

nodal processing queueing

dqueue: queueing delay §  time waiting at output link

for transmission §  depends on congestion

level of router

dnodal = dproc + dqueue + dtrans + dprop

Page 36: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

dtrans: transmission delay: §  L: packet length (bits) §  R: link bandwidth (bps) §  dtrans = L/R

dprop: propagation delay: §  d: length of physical link §  s: propagation speed in medium

(~2x108 m/sec) §  dprop = d/s dtrans and dprop

very different

Four sources of packet delay

propagation

nodal processing queueing

dnodal = dproc + dqueue + dtrans + dprop

A

B

transmission

* Check out the Java applet for an interactive animation on trans vs. prop delay

Page 37: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Caravan analogy

v  cars “propagate” at 100 km/hr

v  toll booth takes 12 sec to service car (bit transmission time)

v  car~bit; caravan ~ packet v  Q: How long until caravan is

lined up before 2nd toll booth?

§  time to “push” entire caravan through toll booth onto highway = 12*10 = 120 sec

§  time for last car to propagate from 1st to 2nd toll both: 100km/(100km/hr)= 1 hr

§  A: 62 minutes

toll booth

toll booth

ten-car caravan

100 km 100 km

Page 38: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Caravan analogy (more)

v  suppose cars now “propagate” at 1000 km/hr v  and suppose toll booth now takes one min to service a car v  Q: Will cars arrive to 2nd booth before all cars serviced at first

booth?

§  A: Yes! after 7 min, 1st car arrives at second booth; three cars still at 1st booth.

toll booth

toll booth

ten-car caravan

100 km 100 km

Page 39: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Queueing delay (revisited)  

v  R: link bandwidth (bps) v  L: packet length (bits) v  a: average packet arrival rate

traffic intensity = La/R

v  La/R ~ 0: avg. queueing delay small v  La/R -> 1: avg. queueing delay large v  La/R > 1: more “work” arriving than can be serviced, average delay infinite!

aver

age

que

uein

g de

lay

La/R ~ 0

La/R -> 1 * Check out the Java applet for an interactive animation on queuing and loss

Page 40: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Follow-up Questions

v  What if we have N hops?

v  What if we have P packets? §  Back-to-back §  Not back-to-back (interval)

Page 41: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

“Real” Internet delays and routes v  what do “real” Internet delay & loss look like? v  traceroute program: provides delay

measurement from source to router along end-end Internet path towards destination. For all i: §  sends three packets that will reach router i on path

towards destination §  router i will return packets to sender §  sender times interval between transmission and reply.

3 probes

3 probes

3 probes

Page 42: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

“Real” Internet delays, routes

traceroute: www.eurecom.fr 3 delay measurements from ohio-state.edu to gw.cs.ohio-state.edu

* means no response (probe lost, router not replying)

trans-oceanic link

* Do some traceroutes from exotic countries at www.traceroute.org

1 se4-vl3000.net.ohio-state.edu (128.146.28.1) 1.795 ms 1.711 ms 1.432 ms 2 tc1-forg2-4.net.ohio-state.edu (164.107.2.190) 1.435 ms 1.793 ms 1.481 ms 3 tc6-teng2-1.net.ohio-state.edu (164.107.2.254) 1.559 ms 1.588 ms 1.534 ms 4 clmbt-r9-xe-0-0-2s333.bb.oar.net (192.148.242.205) 1.503 ms 3.233 ms 1.632 ms 5 clmbk-r9-xe-1-1-0s101.core.oar.net (192.153.38.37) 1.488 ms 3.239 ms 3.435 ms 6 clmbn-r0-xe-1-2-0s101.core.oar.net (192.153.38.25) 2.971 ms 2.185 ms 1.773 ms 7 clmbn-r5-xe-4-2-0s101.core.oar.net (192.153.38.13) 2.170 ms 2.024 ms 3.183 ms 8 clevs-r5-et-1-0-0s101.core.oar.net (192.153.39.254) 6.488 ms 5.860 ms 6.281 ms 9 192.88.192.238 (192.88.192.238) 14.380 ms 15.203 ms 15.322 ms 10 abilene-wash.mx1.fra.de.geant.net (62.40.125.17) 137.013 ms 128.416 ms 135.878 ms 11 ae1.mx1.gen.ch.geant.net (62.40.98.108) 130.484 ms 144.101 ms 130.697 ms 12 ae4.mx1.par.fr.geant.net (62.40.98.152) 137.941 ms 151.570 ms 138.500 ms 13 renater-lb1-gw.mx1.par.fr.geant.net (62.40.124.70) 141.070 ms 127.188 ms 141.391 ms 14 193.51.179.206 (193.51.179.206) 149.290 ms 161.511 ms 160.987 ms 15  193.51.179.213 (193.51.179.213) 143.251 ms 158.927 ms 143.648 ms 16  * * *

Page 43: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Packet loss v  Queue (aka buffer) preceding link in buffer has finite

capacity v  packet arriving to full queue dropped (aka lost)

v  lost packet may be retransmitted by previous node, by source end system, or not at all

A

B

packet being transmitted

packet arriving to full buffer is lost

buffer (waiting area)

* Check out the Java applet for an interactive animation on queuing and loss

Page 44: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Throughput

v  throughput: rate (bits/time unit) at which bits transferred between sender/receiver §  instantaneous: rate at given point in time §  average: rate over longer period of time

server, with file of F bits

to send to client

link capacity Rs bits/sec

link capacity Rc bits/sec

server sends bits (fluid) into pipe

pipe that can carry fluid at rate Rs bits/sec)

pipe that can carry fluid at rate Rc bits/sec)

Page 45: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Throughput (more)

v  Rs < Rc What is average end-end throughput?

Rs bits/sec Rc bits/sec

v  Rs > Rc What is average end-end throughput?

link on end-end path that constrains end-end throughput bottleneck link

Rs bits/sec Rc bits/sec

Page 46: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Throughput: Internet scenario

10 connections (fairly) share backbone bottleneck link R bits/sec

Rs

Rs

Rs

Rc

Rc

Rc

R

v  per-connection end-end throughput: min(Rc,Rs,R/10)

v  in practice: Rc or Rs

is often bottleneck

Page 47: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Chapter 1: roadmap 1.1 what is the Internet? 1.2 network edge

§  end systems, access networks, links

1.3 network core §  packet switching, circuit switching, network structure

1.4 delay, loss, throughput in networks 1.5 protocol layers, service models

Page 48: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet:  A  SoYware-­‐View  

 v  protocols  control  sending,  receiving  of  msgs  

§  e.g.,  HTTP,  Skype,  TCP,  IP,  802.11  

v  Internet    standards  §  RFC:  Request  for  comments  §  IETF:  Internet  Engineering  Task  Force  

mobile network

global ISP

regional ISP

home network

institutional network

Page 49: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

What’s a protocol?

human protocols: v  “what’s the time?” v  “I have a question” v  introductions

… specific msgs sent … in a specific order … specific actions taken

when msgs received, or other events

network protocols: v  machines rather than

humans v  all communication activity

in Internet governed by protocols

protocols define format, order of msgs sent and received among network entities,

and actions taken on msg transmission, receipt

Page 50: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

a human protocol and a computer network protocol:

Hi

Hi

Got the time? 2:00

time

What’s a protocol?

TCP connection response

Get http://www.awl.com/kurose-ross

<file>

TCP connection request

format, order of msgs, and actions

Page 51: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Protocol “layers” Networks are complex, with many “pieces”:

§  hosts §  routers §  links of various

media §  applications §  protocols §  hardware,

software

Question: is there any hope of organizing structure of

network?

…. or at least our discussion of networks?

Page 52: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Organization of air travel

v  a series of steps

ticket (purchase) baggage (check) gates (load) runway takeoff airplane routing

ticket (complain) baggage (claim) gates (unload) runway landing airplane routing

airplane routing

Page 53: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

ticket (purchase)

baggage (check)

gates (load)

runway (takeoff)

airplane routing

departure airport

arrival airport

intermediate air-traffic control centers

airplane routing airplane routing

ticket (complain)

baggage (claim

gates (unload)

runway (land)

airplane routing

ticket

baggage

gate

takeoff/landing

airplane routing

Layering of airline functionality

layers: each layer implements a service §  via its own internal-layer actions §  relying on services provided by layer below

Page 54: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Why layering? dealing with complex systems: v  explicit structure allows identification,

relationship of complex system’s pieces §  layered reference model for discussion

v  modularization eases maintenance, updating of system §  change of implementation of layer’s service

transparent to rest of system §  e.g., change in gate procedure doesn’t affect rest of

system v  layering considered harmful?

Page 55: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Internet protocol stack v  application: supporting network

applications §  FTP, SMTP, HTTP

v  transport: process-process data transfer §  TCP, UDP

v  network: routing of datagrams from source to destination §  IP, routing protocols

v  link: data transfer between neighboring network elements §  Ethernet, 802.111 (WiFi), PPP

v  physical: bits “on the wire”

application

transport

network

link

physical

Page 56: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

ISO/OSI reference model

v  presentation: allow applications to interpret meaning of data, e.g., encryption, compression, machine-specific conventions

v  session: synchronization, checkpointing, recovery of data exchange

v  Internet stack “missing” these layers! §  these services, if needed, must be

implemented in application §  needed?

application

presentation

session

transport

network

link

physical

Page 57: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

source application transport network

link physical

Ht Hn M

segment Ht

datagram

destination

application transport network

link physical

Ht Hn Hl M

Ht Hn M

Ht M

M

network link

physical

link physical

Ht Hn Hl M

Ht Hn M

Ht Hn M

Ht Hn Hl M

router

switch

Encapsulation message M

Ht M

Hn

frame

Page 58: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Try it on Your PC (Advanced)

v  Packet sniffer and analyzer §  Wireshark (UI)

•  Protocols used in one data packet

§  tcpdump (command) •  > tcpdump –i en0 •  > tcpdump -i en0 -c 10 -w test.cap •  > tcpdump –r test.cap

•  More usage via Google “ tcpdump”

Page 59: Internet: hosts, communication links, routers, switches · 2015. 8. 24. · Packet switching versus circuit switching example: " 1 Mb/s link " each user: • 100 kb/s when “active”

Chapter 1: Overview v what’s the Internet? v network edge

§  hosts, access net, physical media

v network core §  packet/circuit switching, Internet structure

v performance: loss, delay, throughput v what’s a protocol? v protocol layers, service models