Routing protcollen

Routing protocollen
__________________

Link-state routing:

-> Routing protocol (wordt gebruikt door OSPF / IS-IS, Weet direct een alternatieve route, belast de router meer = nadeel).

Distance vector routing:

-> Routing protocol (Een protocol dat iedere 30 seconden een broadcast doet BV RIP v1, veel dataverkeer).

Hybrid routing:

-> Routing protocol (Een protocol dat tussen de distance vector en linkstate protocol in).

CLassfull routing protocol:

-> RIP v1 / IGRP (Classfull routing protocol stuurt geen Mask mee) (subnetten maar geen VLSM) automatische summeray.

Classless routing protocol:

-> OSPF RIP v2 IS-IS (geen auto summary)(Classfull routing protocol stuurt Mask mee) (kan subnetten en VSLM).

Protocollen:

RIP -> Kijkt de route op basis van hops
RIP -> per 30 seconden een broadcast van de bekend zijnde netwerken (veel broadcast)
RIP V1 -> Broadcast | Classfull | No VLMS | Auto Summary | NO Authentication | Send no mask |
RIP V2 -> Multicast | Classless | VLMS    | No Auto summary | Authentication | Send mask |
OSPF -> Routing protocol (Link state routing protocol) (Open Shortes Path First)
OSPF -> Kijkt route op basis van cost (de bandbreedte)OSPF -> Gebruikt het Dijkstra algoritme
EIGRP-> Enhanced Interior Gateway Routing Protocol (ontwikkeld door Cisco)
EIGRP -> Zal bij meerdere routing protocolen de voorkeur krijgen afhankelijk van de Administrator distance)
EIGRP -> Maakt gebruik van zowel het Link-state routing als van het Distance vector protocol
S-IS -> Routing protocol (link-state protocol)
IGRP -> Interior Gateway Routing Protocol (Distance vector protocol)

Routing protocollen verschillen
_______________________________
RIP V1   -> DV                    -> CF    -> Metric Hops   -> AD = 120       -> ALG = DV alg                 -> IGP
RIP V1   -> DV                    -> CF    -> Metric Hops   -> AD = 120       -> ALG = DV alg                 -> IGP
IGRP      -> DV                    -> CF    -> Metric B/D      -> AD = 100       -> ALG = Dual                    -> IGP
EIRGP    -> Hybrid / ADV    -> CL    -> Metric B/D     -> AD = 90         -> ALG = Dual                    -> IGP
IS-IS     -> LS                      -> CL    -> Metric Cost    -> AD = 115       -> ALG = Dijkstra / SPF     -> IGP
OSPF     -> LS                      -> CL    -> Metric Cost    -> AD = 110      -> ALG = Dijkstra / SPF      -> IGP

DV  = Distance vector
LS  = Linkstate
CF  = Classfull
CL  = Classless

Ezelsbrug
_________

RIP v1 IGRP RIP v2 = Routeren In Rommel (Distance vector & CF)
IS-IS OSPF = Is OK (Linkstate & CL)
EGRP = Eigenwijs (Hybride (tussen distance vector en linkste)

Follow

Get every new post delivered to your Inbox.