Chapter 2 Requirements and Technology
Chapter 2 Requirements and Technology
TECHNOLOGY
Widely used IRPs are Routing Information Protocol (RIP), Open Shortest Path
First (OSPF) Protocol and Enhanced Interior Gateway Routing Protocol
(EIGRP).
Routing Protocols-ERP
An exterior router protocol (ERP) is a protocol that distributes routing
information to collaborating routers that connect autonomous systems.
An ERP need not collect as much detailed traffic information.
Rather, the primary concern with an ERP is to determine reachability of
networks and end systems outside of the AS.
Therefore, the ERP is typically executed only in edge nodes that connect
one AS to another.
Border Gateway Protocol (BGP) is commonly used for the ERP.
Elements of a Router
Figure 2.10 depicts the principal
elements of a router, from the
point of view of its routing
function.
Any given router has a number of
I/O ports attached to it: one or
more to other routers, and zero or
more to end systems.
On each port, packets arrive and
depart.
Elements of a Router
You can consider that there are two
buffers (or queues), at each port:
Input buffer: to accept arriving
packets, and
Output buffer: to hold packets that
are waiting to depart.
In practice, there might be two fixed-
size buffers associated with each port,
or there might be a pool of memory
available for all buffering activities.
Elements of a Router
As packets arrive, they are stored in the
input buffer of the corresponding port.
The router examines each incoming
packet, makes a routing decision based
on the forwarding tables, and then
moves the packet to the appropriate
output buffer.
Packets queued for output are
transmitted as rapidly as possible.
Each output queue can be operated as a
simple first-in, first-out (FIFO) queue.
Elements of a Router
The final element shown in
Figure 2.10 is a routing control
function.
This function includes execution
of
routing protocols,
adaptive maintenance of the
forwarding tables, and
supervising congestion control
policies.
Acknowledgement : content taken from