Difference between revisions of "Border Gateway Protocol"

From Computer History Wiki
Jump to: navigation, search
(Add PV name)
m (External links: +Growth of the BGP Table - 1994 to Present)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
{{semi-stub}}
 
{{semi-stub}}
  
[[Category: Networking]]
+
==External links==
 +
 
 +
* [https://bgp.potaroo.net/ Growth of the BGP Table - 1994 to Present]
 +
 
 +
[[Category: TCP/IP Protocols]]

Latest revision as of 00:45, 4 February 2025

The Border Gateway Protocol (usually known by its acronym BGP) is a routing protocol in the TCP/IP protocol suite; specifically, it is an EGP, used for providing the information needed for doing path selection across a connected group of Autonomous Systems.

It is a Destination Vector protocol; the data it carries are routing table entries. It detects and prevents routing loops by tagging each table entry with the complete path; this variant of DV is called Path Vector.

External links