Unit 1. Lesson 5. Static Vs Dynamic Routing, Protocols
Unit 1. Lesson 5. Static Vs Dynamic Routing, Protocols
Unit 1. Lesson 5. Static Vs Dynamic Routing, Protocols
Distance vector routing protocols are protocols that use distance to work out
the best routing path for packets within a network.
These protocols measure the distance based on how many hops data has to
pass to get to its destination. The number of hops is essentially the number of routers
it takes to reach the destination.
Link state protocols take a different approach to finding the best routing path
in that they share information with other routers in proximity. The route is
calculated based on the speed of the path to the destination and the cost of
resources.
Link state routing protocols use an algorithm to work this out. One of the key
differences to a distance vector protocol is that link state protocols don’t send out
routing tables; instead, routers notify each other when route changes are detected.
Routers using the link state protocol create three types of tables; neighbor
table, topology table, and routing table. The neighbor table stores details of
neighboring routers using the link state routing protocol, the topology table stores the
whole network topology, and the routing table stores the most efficient routes.
IPGs
IGPs are routing protocols that exchange routing information with other routers
within a single autonomous system (AS). An AS is defined as one network or a
collection of networks under the control of one enterprise. The company AS is thus
separate from the ISP AS.
EGPs
On the other hand, EGPs are routing protocols that are used to transfer routing
information between routers in different autonomous systems. These protocols are
more complex and BGP is the only EGP protocol that you’re likely to encounter.
However, it is important to note that there is an EGP protocol named EGP.
RIPv1 interacts with the network by broadcasting its IP table to all routers
connected to the network. RIPv2 is a little more sophisticated than this and sends its
routing table on to a multicast address. RIPv2 also uses authentication to keep data
more secure and chooses a subnet mask and gateway for future traffic. The main
limitation of RIP is that it has a maximum hop count of 15 which makes it unsuitable
for larger networks.
Open Shortest Path First or OSPF protocol is a link-state IGP that was tailor-
made for IP networks using the Shortest Path First (SPF) algorithm. The SPF
routing algorithm is used to calculate the shortest path spanning-tree to ensure
efficient data transmission of packets. OSPF routers maintain databases detailing
information about the surrounding topology of the network. This database is filled
with data taken from Link State Advertisements (LSAs) sent by other routers. LSAs
are packets that detail information about how many resources a given path would
take.
OSPF also uses the Dijkstra algorithm to recalculate network paths when the
topology changes. This protocol is also relatively secure as it can authenticate
protocol changes to keep data secure. It is used by many organizations because it’s
scalable to large environments. Topology changes are tracked and OSPF can
recalculate compromised packet routes if a previously-used route has been blocked.
Classful routing protocols don’t send subnet mask information during routing
updates but classless routing protocols do. RIPv1 and IGRP are considered to be
classful protocols. These two are classful protocols because they don’t include subnet
mask information in their routing updates. Classful routing protocols have since
become outdated by classless routing protocols.
As you can see, routing protocols can be defined and thought of in a wide array
of different ways. The key is to think of routing protocols as distance vector or link
state protocols, IGP or EGP protocols, and classful or classless protocols. These are
the overarching categories that common routing protocols like RIP, IGRP, OSPF, and
BGP fall within.
Of course, within all of these categories, each protocol has its own nuances in
how it measures the best routing path, whether that is by hop count, delay, or other
factors. Learning everything you can about these protocols that you retain during day-
to-day networking will aid you greatly in real-world environment.
(https://www.comparitech.com/net-admin/routing-protocol-types-guide/)
VOCABULARY
TECHNICAL NON-TECHNICAL
Routing Information Protocol (RIP) ˗ determine ˗ визначити
протокол інформації про
маршрутизацію (RIP)
Interior Gateway Protocol (IGRP) ˗ smooth ˗ гладкий
протокол внутрішнього шлюзу (IGRP)
Open Shortest Path First (OSPF) ˗ to keep track of them all ˗ щоб
спочатку відкрити найкоротший шлях
стежити за ними всіма
(OSPF)
Exterior Gateway Protocol (EGP) ˗ measure ˗ міра
протокол зовнішнього шлюзу (EGP)
Enhanced Interior Gateway Routing essentially ˗ по суті
Protocol (EIGRP) ˗ розширений
внутрішній протокол маршрутизації
шлюзу (EIGRP)
Border Gateway Protocol (BGP) ˗ low investment ˗ низькі інвестиції
протокол прикордонного шлюзу (BGP)
Intermediate System-to-Intermediate can be deployed ˗ можна розгорнути
System (IS-IS) ˗ проміжна система-
проміжна система (IS-IS)
Distance Vector Protocols ˗ протоколи issue ˗ проблема
вектора відстані
Link State Protocols ˗ протокол run into ˗ зіткнутися
маршрутизації на основі стану каналу
Interior Gateway Protocols (IGP) ˗ take a different approach ˗
протоколи внутрішнього шлюзу (IGP)
застосувати інший підхід
Exterior Gateway Protocols (EGP) ˗ in proximity ˗ в безпосередній
протоколи зовнішнього шлюзу (EGP)
близькості
Classful Protocols ˗ класові протоколи to work this out ˗ щоб це вирішити
Classless Protocols ˗ безкласові exchange ˗ обмін
протоколи
routing loops ˗ петлі маршрутизації enterprise ˗ підприємства
neighbor table ˗ сусідська таблиця separate ˗ окремо
topology table ˗ таблиця топології you’re likely to encounter ˗ ви,
ймовірно, зіткнетеся
routing table ˗ таблиця маршрутизації limitation ˗ обмеження
a single autonomous system (AS) ˗ єдина tailor-made ˗ на замовлення
автономна система (АС)
Routing Information Protocol or RIP ˗ scalable to large environments ˗
протокол інформації про
масштабована до великих середовищ
маршрутизацію або RIP
broadcast ˗ передача convergence ˗ конвергенція
a multicast address ˗ групова адреса distinction ˗ відзнака
a subnet mask ˗ маска підмережі executing ˗ виконання
Open Shortest Path First (OSPF) ˗ become outdated ˗ застаріти
протокол маршрутизації за принципом
вибору найкоротшого шляху (OSPF)
spanning-tree ˗ сполучне дерево nuances ˗ нюанси
maintain databases ˗ підтримувати бази retain ˗ зберегти
даних
Link State Advertisements (LSAs) ˗ aid ˗ допомога
повідомлення про стан каналу (LSAs)
Dijkstra algorithm ˗ алгоритм Дейкстри in real-world environment ˗ у
реальному середовищі
Enhanced Interior Gateway Routing
Protocol or EIGRP ˗ розширений
внутрішній протокол маршрутизації
шлюзу
a Cisco proprietary protocol ˗ власний
протокол Cisco
to query for a route ˗ запитати маршрут
nearby devices ˗ пристрої поблизу
Reliable Transport Protocol (RTP) ˗
надійний транспортний протокол (RTP)
a Diffusing Update Algorithm (DUAL) ˗
алгоритм розповсюджуваного
оновлення (DUAL)
classful and classless routing protocols ˗
протоколи класової та безкласової
маршрутизації
1. One of the main advantages of a) that a network link will fail based on
dynamic routing protocols error counts and previous failures.
2. OSPF, EIGRP, and RIP b) based on which takes the least time.
4. A routing protocol can identify d) there will be clear metrics that are
used to measure which route is the best
to take.
5. Metrics allow the protocol to e) is that they reduce the need to manage
determine configurations.
10. Bandwidth metrics chooses the j) the distance it takes for a data packet
routing path to reach its destination.
11. Delay metrics chooses the routing k) that a packet must travel through.
path
12. Reliability metrics assesses the l) the farther the packet has to travel.
likelihood
Exercise 3. Fill in the gaps in the sentences. Use the words from the box
an intradomain protocol, transient, maintain, point-to-point link, was developed,
router, internet redundancy, a single autonomous system, is based on,
is primarily used
FACTOID
1982 – EGP
1985 – IGRP
1988 – RIPv1
1990 – IS-IS
1991 – OSPFv2
1992 – EIGRP
1994 – RIPv2
1995 – BGP
1997 – RIPng
1999 – BGPv6 and OSPFv3
2000 – IS-ISv6