CS438 12.IP Routing
CS438 12.IP Routing
Layer reminder
Bridges - emulate single link
Everything broadcast
Same collision domain
Switches - emulate single network
Flat addressing
Broadcast supported
Internet - connect multiple networks
Hierarchical addressing
No broadcast
Highly scalable
IP service model
Service provided to transport layer (TCP, UDP)
Global name space
Host-to-host connectivity (connectionless)
Best-effort packet delivery
Not in IP service model
Delivery guarantees on bandwidth, delay or loss
Delivery failure modes
Packet delayed for a very long time
Packet loss
Packet delivered more than once
Packets delivered out of order
IP addressing
223.1.3.1 223.1.3.2
IPv4 Address Model
Class Network ID Host ID # of # of
Addresses Networks
A 0 + 7 bit 24 bit 224-2 126
B 10 + 14 bit 16 bit 65,536 - 2 214
C 110 + 21 bit 8 bit 256 - 2 221
D 1110 + Multicast Address IP Multicast
E Future Use
200.23.16.0/23
Classless Domains
Internet Archive - 207.241.224.0/20
4K hosts
207.241.224.0 - 207.241.239.255
AT&T - 204.127.128.0/18
16K hosts
204.127.128.0 - 204.127.191.255
UUNET - 63.64.0.0/10
4M hosts
63.64.0.0 - 63.127.255.255
IP forwarding
Organization 0
200.23.16.0/23
Organization 1
“Send me anything
200.23.18.0/23 with addresses
Organization 2 beginning
200.23.16.0/20”
200.23.20.0/23 . Fly-By-Night-ISP
.
. . Internet
.
Organization 7 .
200.23.30.0/23
UIUC - 130.126.0.0/16
130.126.0.0 - 130.126.255.255
CRHC - 130.126.136.0/21
130.126.136.0 - 130.126.143.255
EWS - 130.126.160.0/21
130.126.160.0 - 130.126.167.255
Forwarding Tables
Internet
130.126.136.0/21 if1 CRHC
130.126.160.0/21 if2 if1
if4
130.126.0.0/16 if3 if2
0.0.0.0/0 if4 EWS if3
UIUC
Most specific rule is used
Most hosts outside of the core have
default rules
Hierarchical Routing
aggregate routers into
regions, “autonomous
systems” (AS) Gateway router
routers in same AS run Direct link to router
same routing protocol
“intra-AS” routing protocol in another AS
routers in different AS can
run different intra-AS
routing protocol
Interconnected ASes
3c
3a 2c
3b 2a
AS3 2b
1c AS2
1a 1b AS1
1d Forwarding table is
configured by both intra-
and inter-AS routing
Intra-AS Inter-AS
algorithm
Routing Routing Intra-AS sets entries for
algorithm algorithm
internal dests
Forwarding Inter-AS & Intra-As sets
table entries for external dests
Inter-AS tasks
Suppose router in AS1 AS1 needs:
receives datagram for which
1. to learn which dests
dest is outside of AS1
Router should forward are reachable through
packet towards on of the AS2 and which through
gateway routers, but which AS3
one?
2. to propagate this
reachability info to all
routers in AS1
Job of inter-AS routing!
3c
3a 2c
3b 2a
AS3 2b
1c AS2
1a 1b AS1
1d
Example: Setting forwarding
table in router 1d
Suppose AS1 learns from the inter-AS
protocol that subnet x is reachable from AS3
(gateway 1c) but not from AS2.
Inter-AS protocol propagates reachability
info to all internal routers.
Router 1d determines from intra-AS routing
info that its interface I is on the least cost
path to 1c.
Puts in forwarding table entry (x,I).
Example: Choosing among multiple
ASes
Now suppose AS1 learns from the inter-AS protocol
that subnet x is reachable from AS3 and from AS2.
To configure forwarding table, router 1d must
determine towards which gateway it should forward
packets for dest x.
This is also the job on inter-AS routing protocol!
Hot potato routing: send packet towards closest of two
routers.
3c
3a 2c
3b 2a
AS3 2b
1c AS2
1a 1b
AS1 1d
eBGP session
iBGP session
Distributing reachability info
• With eBGP session between 3a and 1c, AS3 sends prefix
reachability info to AS1.
• 1c can then use iBGP do distribute this new prefix reach info to
all routers in AS1
• 1b can then re-advertise the new reach info to AS2 over the 1b-
to-2a eBGP session
• When router learns about a new prefix, it creates an entry for the
prefix in its forwarding table.
3c
3a 2c
3b 2a
AS3 2b
1c AS2
1a 1b
AS1 1d
eBGP session
iBGP session
Path attributes & BGP routes
When advertising a prefix, advert includes BGP
attributes.
prefix + attributes = “route”
Two important attributes:
AS-PATH: contains the ASs through which the advert for
the prefix passed: AS 67 AS 17
NEXT-HOP: Indicates the specific internal-AS router to
next-hop AS. (There may be multiple links from current AS
to next-hop-AS.)
When gateway router receives route advert, uses
import policy to accept/decline.
BGP route selection
Router may learn about more than 1 route to some
prefix. Router must select route.
Elimination rules:
1. Local preference value attribute: policy decision
2. Shortest AS-PATH
3. Closest NEXT-HOP router: hot potato routing
4. Additional criteria
BGP messages
BGP messages exchanged using TCP.
BGP messages:
OPEN: opens TCP connection to peer and
authenticates sender
UPDATE: advertises new path (or withdraws
old)
KEEPALIVE keeps connection alive in
absence of UPDATES; also ACKs OPEN
request
NOTIFICATION: reports errors in previous
msg; also used to close connection
BGP routing policy
legend: provider
B network
X
W A
customer
C network:
u destination hops
v
u 1
A B w v 2
w 2
x 3
x y 3
z C D z 2
y
RIP advertisements
Routing table in D C
Dest Next Hops 2
NW Router Dest Distance Vector
w A 2 from A to D
Dest Next hops
y B 2
w - 1
z B A
X X7 5 x - 1
z C 4
x -- 1 …. … ...
... ... ...
RIP: Link Failure and Recovery
If no advertisement heard after 180 sec --> neighbor/link declared dead
routes via neighbor invalidated
new advertisements sent to neighbors
neighbors in turn send out new advertisements (if tables
changed)
link failure info quickly (?) propagates to entire net
poison reverse used to prevent ping-pong loops
infinite distance = 16 hops
RIP Table processing
RIP routing tables managed by application-
level process called route-d (daemon)
advertisements sent in UDP packets,
periodically repeated
routed routed
Transprt Transprt
(UDP) (UDP)
network forwarding forwarding network
(IP) table table (IP)
link link
physical physical
OSPF
(Open Shortest Path First)
“open”: publicly available
Uses Link State algorithm
LS packet dissemination
Topology map at each node
Route computation using Dijkstra’s algorithm
OSPF advertisement carries one entry per neighbor
router
Advertisements disseminated to entire AS (via
flooding)
Carried in OSPF messages directly over IP (rather than
TCP or UDP
OSPF “advanced” features
(not in RIP)
Security: all OSPF messages authenticated (to
prevent malicious intrusion)
Multiple same-cost paths allowed (only one path in
RIP)
For each link, multiple cost metrics
Integrated uni- and multicast support:
Multicast OSPF (MOSPF) uses same topology data base
as OSPF
Hierarchical OSPF in large domains.
Hierarchical OSPF
Hierarchical OSPF
Two-level hierarchy: local area, backbone.
Link-state advertisements only in area
0 8 16 31
Hardware type = 1 ProtocolType = 0x0800
TargetHardwareAddr (bytes 2 – 5)
TargetProtocolAddr (bytes 0 – 3)
Host Configuration
Plug new host into network
How much information must be known?
What new information must be assigned?
How can process be automated?
Some answers
Host needs an IP address (must know it)
Host must also
Send packets out of physical (direct) network
Thus needs physical address of router
Host Configuration
Reverse Address Resolution Protocol (RARP)
Translate physical address to IP address
Used to boot diskless hosts
Host broadcasts request to boot
RARP server tells host the host’s own IP address
Boot protocol (BOOTP)
Use UDP packets for same purpose as RARP
Allows boot requests to traverse routers
IP address of BOOTP server must be known
Also returns file server IP, subnet mask, and default router
for host
Dynamic Host Configuration
Protocol (DHCP)
DHCP DHCP
Server Relay Host A
Host A broadcasts
DHCPDISCOVER
Host A message
broadcasts Relay unicasts
DHCP DHCP request Server
request to server responds
with host’s
IP address
DHCP
Host B Other
Server
Network
s