Please Whitelist This Site?
I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)
If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.
If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.
Thanks for your understanding!
Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide
|
NOTE: Using software to mass-download the site degrades the server and is prohibited. If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.
|
|
|
|
TCP/IP Exterior Gateway Protocol (EGP)
(Page 2 of 2)
Routing Information Exchange Process
The actual process of exchanging
routing information involves several steps to discover neighbors and
then set up and maintain communications. Briefly, the steps are:
- Neighbor Acquisition: Each router
attempts to establish a connection to each of its neighboring routers
by sending Neighbor Acquisition Request messages. A neighbor
hearing a request can respond with a Neighbor Acquisition Confirm
to say that it recognized the request and wishes to connect. It may
reject the acquisition by replying with a Neighbor Acquisition Refuse
message. For an EGP connection to be established between a pair of neighbors,
each must first successfully acquire the other with a Confirm
message.
- Neighbor Reachability: After
acquiring a neighbor, a router checks to make sure the neighbor is reachable
and functioning properly on a regular basis. This is done by sending
an EGP Hello message to each neighbor for which a connection
has been established. The neighbor replies with an I Heard You (IHU)
message. These messages are somewhat analogous to the BGP
Keepalive message, but are used in matched
pairs.
- Network Reachability Update:
A router sends Poll messages on a regular basis to each of its
neighbors. The neighbor responds with an Update message, which
contains details about the networks that it is able to reach. This information
is used to update the routing tables of the device that sent the Poll.
A neighbor can decide to terminate
a connection (called neighbor de-acquisition) by sending a Cease
message; the neighbor responds with a Cease-ack (acknowledge)
message.
As I mentioned earlier, the primary
function in the early Internet was to connect peripheral routers or
groups of routers to the Internet core. It was therefore designed under
the assumption that the internetwork was connected as a hierarchical
tree, with the core as the root. EGP was not designed to handle
an arbitrary topology of autonomous systems like BGP, and cannot guarantee
the absence of routing loops if such loops exist in the interconnection
of neighboring routers. This is part of why BGP needed to be developed
as the Internet moved to a more arbitrary structure of autonomous system
connections; it has now entirely replaced EGP.
Error Reporting
An Error message is also defined,
which is similar to the BGP
Notification message in role and structure.
It may be sent by a neighbor in response to receipt of an EGP message
either when the message itself has a problem (such as a bad message
length or unrecognized data in a field) or to indicate a problem in
how the message is being used (such as receipt of Hello or Poll
messages at a rate deemed excessive). Unlike the BGP Notification
message, an EGP router does not necessarily close the connection when
sending an Error message.
Key Concept: The Exterior Gateway Protocol (EGP) was the first TCP/IP exterior routing protocol and was used with GGP on the early Internet. It functions in a manner similar to BGP: an EGP router makes contact with neighboring routers and exchanges routing information with them. A mechanism is also provided to maintain a session and report errors. EGP is more limited than BGP in capability and is now considered a historical protocol. |
If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support! |
|
|
Home -
Table Of Contents - Contact Us
The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005
© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.
|