IP ROUTING
Milhouse
Nelson
Homer
Indirizzi IP
• IP address:
x.x.x.x
Esempio: 172.16.10.2
 Classe A: primo ottetto da 1 a 126 (16.777.214 host)
 Classe B: primo ottetto da 128 a 191 (65.534 host)
 Classe C: primo ottetto da 192 a 223 (254 host)
• Subnet:
y.y.y.y
Esempio: 255.255.255.0
Modello OSI
172.16.20.3
Nelson
192.168.5.4
Milhouse
Homer
?
Router
?
Routing
table ?
Bart
Router – route statiche (1)
Router – route statiche (2)
Homer# conf t
10.1.128.251
Homer (config)#
Homer
10.1.2.252
Bart
Homer# show ip route
Router – route statiche (3)
Homer
10.1.128.251
Bart
10.1.2.252
Routing – RIP (1)
Routing
Information
Protocol
• Distance vector:
 Aggiornamenti per far
conoscere le reti note
 Metrica
 “Vince” il peso minore
(best path)
Routing – RIP (2)
Routing – RIP (3)
• Stato router
Routing – RIP (4)
• Comandi
Routing – RIP (5)
Debug:
Homer# debug ip rip
Homer
Bart
Routing – OSPF (1)
Open
Shortest
Path
First
• Link State:
 Costo (banda, ritardo)
 “Vince” il peso minore
(Dijkstra algorithm)
 Hello packet per far
conoscere le reti note
A -> C -> E = 210
A -> D -> E = 300
Routing – RIP vs OSPF
Distance Vector:
Link state:
Homer conosce Bart solo
se Bart manda una
tabella di routing
Ogni Simpson conosce gli
altri Simpson
Bart non conosce Lisa
Elevato tempo
computazionale
Basso tempo
computazionale
Bart ci mette molto a
conoscere Homer e Lisa
Rete non scalabile
Rete scalabile
Convergenza rapida
Aggiornamenti più
semplici (Dijkstra poco
usato)
E fu così Buon
che… Natale
Scarica

IP_ROUTING_prof_Bongini