Вы находитесь на странице: 1из 20

IT 203

PRELIMS
IT203

CHAPTER 1 – ROUTING CONCEPTS ➢ It also participates in Layer 1 and


Layer 2 processes.
CHARACTERISTICS OF A NETWORK ➢ It operates at Layers 1, 2, and 3
❖ Topology as it encapsulates the Layer 3 IP
❖ Speed packet into the data portion of a
❖ Cost Layer 2 data-link frame, then the
❖ Security frame will be encoded into the
❖ Availability Layer 1 physical signals.
❖ Scalability
❖ Reliability ROUTING TABLE
➢ It is a map used to determine the
ROUTER best path.
➢ It connects one network to another
network. FUNCTIONS OF A ROUTER
➢ It is responsible for the delivery of ❖ ROUTERS ARE COMPUTERS
packets across different networks ➢ A router is essentially a
and the routing of traffic between specialized computer.
networks. ➢ Routers have specialized
➢ It uses its routing table to ports and network interface
determine the best path to use to cards to interconnect
forward a packet. devices to other networks.
➢ It forwards packets from the
original source to the final ❖ ROUTERS INTERCONNECT
destination. NETWORKS
➢ It uses static routes and dynamic ➢ A router connects multiple
routing protocols to learn about networks, which means that
remote networks and build their it has multiple interfaces
routing tables. that each belong to a
➢ It is considered a Layer 3 device different IP network.
because its primary forwarding ➢ When a router receives an
decision is based on the IP packet on one interface,
information in the Layer 3 IP it determines which
packet, specifically the interface to use to forward
destination IP address, known as the packet to the
routing. destination.
IT203

BASIC TASK PROCESS STORAGE


❖ ROUTERS CHOOSE BEST PATHS Performing
➢ The primary functions of the POST
POST ROM
a router are to: (Power On
▪ Determine the best path Self Test)
to send packets Loading the
BOOTSTRAP Bootstrap ROM
▪ Forward packets toward
Program
their destination
Locating FLASH
CISCO IOS
Cisco IOS TFTP SERVER
MAIN INTERNAL COMPONENTS Load Cisco
❖ CPU IOS
➢ It executes Cisco IOS Locating the NVRAM
CONFIGURATI
operating instructions. Configuratio TFTP SERVER
ON
n File CONSOLE
Loading the
❖ RANDOM ACCESS MEMORY Startup
➢ It stores routing tables. Configuratio
➢ It holds ARP cache and fast- n or Entering
switching cache. Setup Mode
➢ It provides temporary ➢ It holds the IOS image.
memory for the running ➢ It allows software to be
configuration file of a router updated without removing
while the router is and replacing chips on the
➢ powered on. processor.
➢ It loses content when a ➢ It retains content when a
router is powered down or router is powered down or
restarted. restarted.
➢ It can store multiple versions
❖ NVRAM of IOS software.
➢ It provides storage for the ➢ It consists of SIMM or
startup configuration file. PCMCIA cards.
➢ It retains content when a
router is powered down or ❖ ROM
restarted. ➢ It maintains instructions for
power-on self-test (POST)
❖ FLASH MEMORY diagnostics.
IT203

➢ It stores the bootstrap ➢ It is used to connect a


program and the basic OS terminal or a PC running
software. terminal emulator software.
➢ It must be used during initial
➢ It requires replacing
configuration of the router.
pluggable chips on the
motherboard for software ❖ AUXILIARY PORT
upgrades. ➢ It is not present in all
❖ INTERFACES routers.
➢ It can be usd to attach a
INTERNETWORK OPERATING SYSTEM modem.

➢ It is responsible for
INTERFACE ON A ROUTER
managing the ➢ It refers to a physical connector on
hardware and software the router whose main purpose is
resources of the router. to receive and forward packets.
➢ It belongs to a different network.
IOS IMAGE ➢ It is a host on a different network.
➢ It has an IP address on a
➢ It is a file residing on flash that
➢ different network.
contains the entire IOS for that
router. LAN INTERFACE
THE ROUTER BOOTUP PROCESS ➢ It is used to connect the router to
the LAN.
➢ It is similar to the connection to a
ROUTER INTERFACES PC’s Ethernet NIC.
❖ PORT ➢ It is typically an RJ-45 jack (UTP).
➢ It normally means one of ➢ Fast Ethernet and Ethernet
the management ports used
for administrative access. CABLES
STRAIGHT-
Router-Switch
❖ INTERFACES THROUGH
It normally refers to Router-Router
interfaces that are capable CROSS-OVER
PC-Router
of sending and receiving
user traffic.
WAN INTERFACE
➢ It is used to connect routers to
❖ CONSOLE PORT
external networks, usually over a
larger geographical distance.
IT203

➢ It is similar to a LAN interface where not on the same local network


each WAN interface has its own IP subnet.
address and subnet mask, making it
a member of a specific network. NETWORK DOCUMENTATION
➢ Serial, ISDN, and Frame Relay ➢ This should include atleast device
➢ Mac addresses are not used on names, interfaces, IP addresses and
WAN interfaces. subnet mask, and default gateways
in a topology diagram and
PACKET FORWARDING METHODS addressing table.
❖ PROCESS SWITCHING
➢ It is an older packet STATISTICALLY ASSIGNED IP ADDRESS
forwarding mechanism still ➢ The host is manually assigned the
available for Cisco routers. IP address, subnet mask and
❖ FAST SWITCHING default gateway. DNS server IP
➢ It is a common packet address can also be assigned.
forwarding mechanism ➢ It is used to identify specific
which uses a fast-switching network resources such as network
cache to store next hop servers and printers
information.
➢ It can be used in very small
❖ CISCO EXPRESS FORWARDING
networks with few hosts.
(CEF)
➢ It is the most recent, fastest, DYNAMICALLY ASSIGNED IP ADDRESS
and preferred Cisco IOS ➢ IP Address information is
packet-forwarding
dynamically assigned by a server
mechanism.
➢ Table entries are not using Dynamic Host Configuration
packet-triggered, but Protocol (DHCP)
change-triggered.
DEVICE LEDs
IP ADDRESS
➢ It identifies a unique host on a local
network.

SUBNET MASK
➢ It identifies the host’s network
subnet.

DEFAULT GATEWAY
➢ It identifies the router a packet is
sent to to when the destination is
IT203

CONSOLE ACCESS ➢ It is a data file in RAM that is used


➢ This requires a console cable (e.g. to store route information about
RJ-45-to-DB-9 console cable) and a directly connected networks and
remote networks.
terminal emulation software (e.g.
TeraTerm, PuTTY, and
HyperTerminal). LINK LOCAL INTERFACE
➢ It is added to the routing table
BASIC ROUTER CONFIGURATION when an interface is configured.

DIRECTLY CONNECTED INTERFACE


➢ It is added to the routing table
when an interface is configured and
active.

STATIC ROUTE
➢ It added when a route is manually
configured and the exit interface is
active.

DYNAMIC ROUTING PROTOCOL


➢ It is added when EIGRP or OSPF are
implemented and networks are
identified.

ROUTING TABLE SOURCES

LOOPBACK INTERFACE
➢ It is a logical interface internal to
the router.
CODES
➢ It is considered a software interface
➢ It indicates how the route was
that is automatically in an UP state.
learned.
➢ It is useful for testing and important
in the OSPF routing process.

ROUTING TABLE
IT203

REMOTE NETWORK ROUTING ENTRIES ❖ The router only knows about its
own directly connected networks.
❖ Static and dynamic routes cannot
exist in the routing table without
first configuring a router’s own
directly connected networks.
❖ The router cannot send packets out
an interface unless that interface is
enabled with an IP address and
subnet mask.

STATIC ROUTE
➢ It is defined using the network
address and subnet mask of the
remote network and the IP address
DIRECTLY CONNECTED NETWORK
of the next-hop router.
➢ It is a network that is directly
attached to one of the router DYNAMIC ROUTING
interfaces. ➢ It is used by routers to share
➢ It is added to the routing table information about the reachability
when activated. and status of remote networks.
➢ It performs network discovery and
REMOTE NETWORK maintaining routing tables.
➢ It is a network that is not directly
connected to a router. IPv4 ROUTING PROTOCOLS
➢ It is added to the routing table ❖ EIGRP – Enhanced Interior Gateway
using two methods: Dynamic Routing Protocol
Routing Protocols and Static ❖ OSPF – Open Shortest Path First
Routes. ❖ IS-IS – Intermediate System-to-
Intermediate System
❖ DYNAMIC ROUTING PROTOCOLS
❖ RIP – Routing Information Protocol
➢ Routes to remote networks
that were learned IPv6 ROUTING PROTOCOLS
automatically by the routes. ❖ RIPng (RIP next generation)
❖ STATIC ROUTES ❖ OSPF v3
➢ Routes manually configured. ❖ EIGRP for IPv6
❖ MP-BGP4 (Multicast Protocol-
BEFORE ANY STATIC OR DYNAMIC Border Gateway Protocol)
ROUTING IS CONFIGURED
ROUTING TABLE PRINCIPLES
IT203

❖ Every router makes its decision ➢ Routing Information Protocol (RIP)


alone, based on the information it
has in its own routing table. BANDWIDTH
❖ The fact that one router has certain ➢ It is the carrying capacity (speed) of
information in its routing table does the link.
not mean that other routers have ➢ The metric is a calculated value that
the same information. represents the fastest route to the
❖ Routing information about a path destination based on the speed of
from one network to another does the links between the source and
not provide routing information destination.
about the reverse, or return, path. ➢ Open Shortest Path First (OSPF)

ASYMMETRIC ROUTING ADMINISTRATIVE DISTANCE


➢ It is more common in the Internet, ➢ It is the “trustworthiness” of the
which uses the BGP routing route.
protocol, than it is in most internal ➢ It is included in the path installed in
networks. the routing table if multiple paths
are configured on a router.
BEST PATH DETERMINATION ➢ The lower AD, the more trustworthy
➢ It involves evaluating multiple paths the route.
to the same destination and
choosing the optimum route. FUNCTIONS OF PACKET FORWARDING
➢ The best path is the metric that has ❖ Path Determination
the lowest value ❖ Switching

METRIC (VALUE)
PATH DETERMINATION
➢ It is the protocol uses to determine
➢ It is the process of how the router
the distance to the destination
determines which path to use when
network
forwarding a packet.
HOP COUNT ➢ The router searches its routing
➢ It is the number of routers that a table for a network address that
packet must traverse between the matches the packet’s destination
source and destination networks. network
➢ The fewer number of hops (lowest
metric), the better the route.
IT203

SOME PATH DETERMINATIONS RESULT CONSOLE CONNECTION


❖ DIRECTLY CONNECTED NETWORK ➢ PC COM1 port using HyperTerminal
- The packet is forwarded directly
COMMANDS
to the device with the packet’s
show ip route:
destination IP address.
➢ This displays the routing table.
❖ REMOTE NETWORK - The packet is
forwarded to another router. show interfaces:
Remote networks can only be ➢ This shows the status and gives a
reached by forwarding packets to detailed description of all interfaces
another router. on the router.

❖ NO ROUTE DETERMINED - If the


show interfaces [interface]:
router does not have a default ➢ This shows the status and gives a
route, the packet is discarded. The detailed description for a specific
router sends an Internet Control interface on the router.
Message Protocol (ICMP)
Unreachable message to the source show ip interface brief:
➢ This shows the status of all
IP address of the packet.
interfaces in a condensed format.
CHAPTER 2– STATIC ROUTING
logging synchronous
SERIAL CONNECTORS ➢ the messages no longer interfere
DTE CABLE with command entry.
➢ It is connected to the serial
interface on the router to a show controllers
CSU/DSU device (DCE). ➢ It is useful in determining the
DTE/DCE status of a serial link
CSU/DSU without having to physically check
➢ It controls the line and controls the the cables
clock rate for the bandwidth set by
the service provider. ROUTING TABLE
➢ It consists of a list of known
DCE CABLE network addresses
➢ It is connected to the router
wherein it provides the clock rate. CISCO DISCOVERY PROTOCOL (CDP)
➢ It is a powerful network-monitoring
ETHERNET CONNECTORS and troubleshooting tool.
➢ Standard RJ45 UTP cables. ➢ It enables you to access
a summary of protocol
IT203

and address ADVANTAGES OF STATIC ROUTING


information. ❖ Not advertised over the network
➢ It can be a security risk. ❖ Better security.
❖ Uses less bandwidth
CDP ADVERTISEMENTS
❖ Knows the path it uses to send data
➢ These are periodic messages that
❖ Easy to implement in a small
are sent by each Cisco device to
directly connected Cisco devices. network
❖ Route to destination is always the
CDP NEIGHBOURS same
➢ These are Cisco devices that share ❖ Requires no routing algorithm or
the same physical data connection. update mechanism

CDP OPERATION DISADVANTAGES OF STATIC ROUTING


❖ DEVICE ID ❖ Time consuming
➢ It is the configured host
❖ Error-prone configuration
name of the device.
❖ Requires administrator intervention
❖ PORT IDENTIFIERS ❖ Does not scale well with growing
➢ It is the name of the local networks
and remote ports that share ❖ Requires complete knowledge of
the physical connection. the whole network

❖ CAPABILITY
USES OF STATIC ROUTING
➢ It is the type of device.
❖ Provides ease of routing table
❖ PLATFORM maintenance in smaller networks
➢ It is the hardware platform ❖ Routing to and stub networks
of the device. ❖ Uses a single default route to
represent a path to any network
TWO WAYS ON HOW A ROUTER LEARNS that does not have a more specific
ABOUT REMOTE NETWORKS
match with another route in the
❖ MANUALLY - Remote networks are
routing table
manually entered into the route
table using static routes.
STUB NETWORK
❖ DYNAMICALLY - Remote routes
➢ It is a network accessed by a single
are automatically learned using a
route, and the router has no other
dynamic routing protocol.
neighbors.
IT203

DEFAULT STATIC ROUTE ➢ How the destination is specified


➢ It is a route that matches all creates one of the three
packets. following route types:
➢ It identifies the gateway IP address ❖ NEXT-HOP ROUTE - Only
to which the router sends all IP the next-hop IP address is
packets that it does not have a specified.
learned or static route. ❖ DIRECTLY CONNECTED
➢ It is simply a static route with STATIC ROUTE - Only the
0.0.0.0/0 as the destination IPv4 router exit interface is
address. specified.
➢ It is a static route that is used when ❖ FULLY SPECIFIED STATIC
there are no routes that have a ROUTE - The next-hop IP
specific match to the destination address and exit interface
network. are specified.
➢ It used when a router has only one - is used when the
other router to which it is output interface is a multi-
connected access interface and it is
necessary to explicitly
FLOATING STATIC ROUTE
identify the next hop.
➢ It is used to provide a backup path
to a primary static or dynamic ALEX ZININ’S ROUTING TABLE
route, in the event of a link failure. PRINCIPLES
➢ It is only used when the primary
❖ Every router makes its decision alone,
route is not available.
based on the information it has in its
➢ It is configured with
own routing table.
a higher administrative
❖ The fact that one router has certain
distance than the primary
information in its routing table does
route.
not mean that other routers have the
➢ It takes over when the preferred
same information.
route is lost, and traffic can be sent
❖ Routing information about a path
through this alternate route.
from one network to another does
NEXT HOP not provide routing information
➢ It can be identified by an IP about the reverse, or return, path.
address, exit interface, or both.
IT203

RECURSIVE ROUTE LOOKUP CLASSLESS INTER-DOMAIN ROUTING


➢ It is when the router performs (CIDR)
multiple lookups in the routing ➢ It was introduced in 1993 by the
table before forwarding a packet. IETF where there is more efficient
use of IPv4 address space.
IPV6 STATIC ROUTES ➢ It is a form of route summarization IT203
❖ Standard IPv6 static route and is synonymous with the term
❖ Default IPv6 static route supernetting.
❖ Summary IPv6 static route ➢ It ignores the limitation of classful
❖ Floating IPv6 static route boundaries, and allows
summarization with masks that are
ETHERNET EXIT INTERFACES smaller than that of the default
➢ Uses both the exit interface and classful mask.
next-hop address.
PREFIX AGGREGATION
CHARACTERIZATION OF ROUTING ➢ This reduced the size of routing
PROTOCOLS tables.
❖ Classful
❖ Classless NETWORK SUBNET MASK
➢ It is also known as the network
USING CLASSFUL IP ADDRESS prefix.
➢ Subnet mask of a network address ➢ It determines the network portion
could be determined by the value of the address.
of the first octet.

RIPv1 SUPERNET
➢ Only needed to propagate the ➢ It summarizes multiple network
network address of known routes addresses with a mask that is less
and did not need to include the than (or a summary of) the classful
subnet mask in the routing update. mask.

SUMMARY ROUTE
➢ It is a single route that can be used
to represent multiple routes.
IT203

➢ It is comprised of the least number ➢ These are tables or databases


of bits that are common to all for their operations, kept in
subnets. RAM.

VLSM ❖ ALGORITHM
➢ It allows the use of different masks ➢ It is a finite list of steps used in
for each subnet.
accomplishing a task.
➢ It is simply subnetting a subnet.
➢ It is used for processing routing
➢ It can be thought of as sub-
information and for best-path
subnetting
determination.

ROUTE SUMMARIZATION
❖ ROUTING PROTOCOL MESSAGES
➢ It is also known as route
➢ It is for discovering neighboring
aggregation.
routers.
➢ It is the process of advertising a
➢ It exchanges, learns, and
contiguous set of addresses as a
maintains accurate network
single address with a less-specific,
routing information.
shorter subnet mask.
➢ It helps reduce the number of
PURPOSE OF DYNAMIC ROUTING
entries in routing updates and
PROTOCOLS
lowers the number of entries in
local routing tables.
IT203❖ Discovery of remote networks
❖ Maintaining up-to-date routing
information IT203
CHAPTER 3 – DYNAMIC ROUTING ❖ Choosing the best path to
destination networks
ROUTING PROTOCOLS
❖ Ability to find a new best path if the
➢ It is used to facilitate the exchange
current path is no longer available
of routing information between
routers. ADVANTAGES OF DYNAMIC ROUTING
❖ Less administrative overhead.
❖ Scales better.
COMPONENTS OF DYNAMIC ROUTING ❖ Less prone to configuration errors.
PROTOCOLS ❖ Suitable in all topologies where
❖ DATA STRUCTURES multiple routes are required
IT203

❖ Generally independent of the ➢ It allows one AS to exchange


network size routing information with another
❖ Automatically adapts topology to AS.
reroute traffic if possible
❖ Automatically shares information DISTANCE VECTOR
about remote networks ➢ It does not know the entire
❖ Determines the best path to each topology of a network.
network and adds this information ➢ It only knows the routing
to their routing tables information received from its
❖ Helps the network administrator neighbors.
manage the time-consuming ➢ It does not have the knowledge of
process of configuring and the entire path to a destination
maintaining static routes network.

DISADVANTAGES OF DYNAMIC ROUTING


PERIODIC UPDATES
❖ Dedicates part of a routers
➢ This happens when routing
resources for protocol operation,
protocols periodically broadcast the
including CPU time and network
entire routing table to each of its
link bandwidth
neighbors. (e.g. RIP – every 30
❖ Can be more complex to
seconds)
implement
➢ These are sent even there have
❖ Less secure
been no changes for weeks or
❖ Route depends on the current
months.
topology
➢ This is inefficient because its
❖ Requires additional CPU, RAM, and
updates consume bandwidth and
link bandwidth
router CPU resources.
AUTONOMOUS SYSTEMS (AS)
➢ It is a network or group of networks ROUTING PROTOCOL ALGORITHM
identified and administered as a ➢ It is responsible for building and
single entity. maintaining the router’s routing
INTERIOR GATEWAY PROTOCOL (IGP) table.
➢ It allows routers within an AS to
exchange information. ROUTING PROTOCOL CHARACTERISTICS
❖ TIME TO CONVERGENCE
EXTERIOR GATEWAY PROTOCOL (EGP) ➢ Faster the better
IT203
IT203
❖ SCALABILITY enables routers to learn about
➢ How large a network the remote networks for the first time.
routing protocol can handle.
WHEN A ROUTER POWERS UP
❖ CLASSLESS OR CLASSFUL
❖ Knows nothing about the network
➢ Support VLSM and CIDR
topology.
❖ RESOURCE USAGE
❖ Knows only the information saved
➢ Routing protocol usage of
in NVRAM.
RAM, CPU utilization, and
❖ Sends updates about its known
link bandwidth utilization
networks out all ports.
❖ IMPLEMENTATION AND
MAINTENANCE CONVERGENCE
➢ Level of knowledge of a ➢ The amount of time it
network administrator takes for a network to
converge is directly
ROUTING INFORMATION PROTOCOL proportional to the
(RIP) size of that network.
➢ Metric: Hop count
SPEED TO CONVERGENCE
➢ Its hop count should not be greater
➢ This is the basis of the comparison
than 15, or else it is unreachable.
of routing protocols on how fast
➢ Broadcasts every 30 seconds
they can propagate information.
ENHANCED INTERIOR GATEWAY DISTANCE VECTOR UPDATES
ROUTING PROTOCOL (EIGRP)
❖ Periodic
➢ Cisco proprietary
❖ Bounded
➢ Metric: bandwidth, delay, reliability,
❖ Triggered
and load
➢ It used Diffusing Update Algorithm RIP TIMERS
(DUAL) to calculate the shortest ❖ INVALID TIMER
path. ➢ If an update has not
➢ No periodic updates been received in
180 seconds
NETWORK DISCOVERY
(the default), the route is
➢ It is part of the process of the
marked as invalid by setting
routing protocol algorithm that
the metric to 16.
❖ FLUSH TIMER
IT203

➢ 240 seconds resulting in degraded network


❖ HOLD-DOWN TIMER performance or even network
➢ It helps stabilize routing downtime.
information and helps prevent
routing loops. LINK BANDWIDTH
➢ It will be used
BOUNDED UPDATES
for traffic looping back and
➢ These are about a route when a
forth between the routers.
path changes or the metric for that
route changes that are sent by
COUNT-TO-INFINITY
EIGRP.
It is a condition that exists when
❖ NONPERIODIC - Because IT203 ➢ inaccurate routing updates increase
they are not sent out on a
the metric value to infinity for a
regular basis.
network that is no longer
❖ PARTIAL - Because they are
reachable.
sent only when there is a
➢ RIP defines infinity as 16 hops.
change in topology.
❖ BOUNDED - Because they
HOLD-DOWN TIMERS
are sent to only those
➢ These are used to prevent regular
routers that need the
update messages from
information
inappropriately reinstating a route
TRIGGERED UPDATES that may have gone bad.
➢ It is a routing table update that is ➢ They instruct routers to hold any
sent immediately in response to a changes that might affect routes for
routing change. a specified period.
➢ It speeds up convergence.
SPLIT HORIZON
ROUTING LOOP ➢ It is another method used to
➢ It is a condition in which a packet is prevent routing loops
continuously transmitted within a
series of routers without ever SPLIT HORIZON RULE
reaching its intended destination ➢ It says that a router should not
network. advertise a network through the
➢ It can have a interface from which the update
devastating effect on a network, came.
IT203

➢ It calculates the SPF algorithm after


TIME TO LIVE (TTL) the flooding is complete..
➢ It is an 8-bit field in the IP header ➢ It reaches convergence much faster
that limits the number of hops a than distance vector routing
packet can traverse through the protocols.
network before it is discarded. DJIKSTRA’S ALGORITHM
➢ Its purpose is to avoid a situation in ➢ It is commonly referred to as the
which an undeliverable packet Shortest Path First (SPF) algorithm.
keeps circulating on the network ➢ It accumulates costs along each
endlessly. path, fom source to destination.
➢ It is decreased by 1 by every router
on the route to its destination.
LINK-STATE ROUTING PROCESS
❖ Each router learns about its own
INTERNET CONTROL MESSAGE
directly connected networks.
PROTOCOL (ICMP)
➢ It an error message sent by a router ❖ Each router is responsible for
to the source of the IP packet if the contacting its neighbors on directly
TTL field reaches 0 before the connected networks.
packet arrives at its destination.
❖ Each router builds a link-state packet
(LSP) containing the state of each
DISTANCE VECTOR
directly connected link.
➢ These are routing protocols that
are like road signs. ❖ Each router floods the LSP to all
➢ Routers must make preferred path neighbors, who then store all LSPs
decisions based on a distance or received in a database.
metric to a network.

IT203 ❖ Each
router uses the LSPs to
LINK-STATE construct a database that is a
➢ These are routing protocols that complete map of the topology and
are like road maps. computes the best path to each
➢ They create a topological map of destination network.
the network and each router uses
this map to determine the shortest NEIGHBOR
path to each network ➢ It is any other router that is
enabled with the same link-state
routing protocol.
IT203

➢ The flooding
HELLO PACKETS of link-state
➢ These continue to be exchanged packets can
between two adjacent neighbors. adversely
➢ These serve as a keepalive function affect the
to monitor the state of the available
neighbor. bandwidth on
a network.
LINK-STATE PACKET (LSP) IS-IS
➢ It contains the link-state ➢ It was designed by International
information about the sending Organization for Standardization
(ISO).
router’s link.
➢ It is sent only during initial startup
CLASSFUL PROTOCOL
of the router or routing protocol or ➢ This does not send subnet mask
when there is a change in the information in routing updates and
topology (link going down or it must be the same throughout the
coming up) or a neighbor entire topology.
adjacency being established or ➢ This does not support
discontiguous networks.
broken.

CLASSLESS PROTOCOL
LINK STATE REQUIREMENTS ➢ This includes subnet mask
❖ MEMORY REQUIREMENTS information in routing updates and
➢ Link-state protocols require it does not have to be the same
more throughout the enitre topology.
memory, more
CONVERGENCE
CPU processing
➢ The network has converged when
and, at times, all routers have complete and
more bandwidth accurate information about the
❖ PROCESSING REQUIREMENTS network.
➢ Link-state ➢ Slower convergence: RIP; Faster
protocols can also convergence: EIGRP and OSPF
require more CPU
processing.
❖ BANDWIDTH REQUIREMENTS
IT203

METRICS ROUTING TABLE


➢ It a way to measure and/or ➢ It is a hierarchical structure that is
compare routes to determine which used to speed up the lookup
route is the best path process when locating routes and
LOAD BALANCING forwarding packets.
➢ This is what the router does among
all-equal cost paths when two or LEVEL 1 ROUTE
more routes to the same ➢ It is a route with a subnet mask
destination have identical metric equal to or less than the classful
values. mask of the network address.

ADMINISTRATIVE DISTANCE (AD) ULTIMATE ROUTE


➢ It is used to ➢ It includes a next-hop IP address or IT203
determine which route is to be an exit interface.
installed in the routing table.
➢ The term trustworthy is FUNCTIONS OF LEVEL 1 ROUTE
commonly used when defining ❖ DEFAULT ROUTE - A static route
administrative distance. with the address 0.0.0.0/0.
❖ SUPERNET ROUTE - Mask less than
the classful mask
Route Source AD ❖ NETWORK ROUTE - A route that
has a subnet mask equal to that of
Direct Connect 0 the classful mask.

Static 1
LEVEL 1 PARENT ROUTE
EIGRP Summary 5
➢ It is created whenever a route with
External BGP 20 a mask greater than the classful
mask is entered into the routing
Internal EIGRP 90 table.

OSPF 110 LEVEL 2 ROUTE


➢ It is a route that is a subnet of a
IS-IS 115
classful network address.
RIP 120 ➢ The source of a level 2 route can be
a directly connected network, a
External EIGRP 170 static route, or a dynamic routing
protocol.
Internal BGP 200
BEST MATCH/LONGEST MATCH
IT203

➢ It is the route in the routing table


that has the greatest number of
leftmost matching bits with the
destination IP address of the
packet.

PREFERRED ROUTE
➢ It is the route with the greatest
number of equivalent leftmost bits,
or the longest match.

CLASSFUL AND CLASSLESS ROUTING


PROTOCOLS
➢ These affect how the routing table
is populated.

CLASSFUL AND CLASSLESS ROUTING


BEHAVIOURS
➢ These determine how the routing
table is searched.

Вам также может понравиться