Border Gateway Protocol: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
m clarify |
Add PV name |
||
| Line 1: | Line 1: | ||
The '''Border Gateway Protocol''' (usually known by its acronym '''BGP''') is a [[routing protocol]] in the [[TCP/IP]] [[protocol suite]]; specifically, it is an [[ | The '''Border Gateway Protocol''' (usually known by its acronym '''BGP''') is a [[routing protocol]] in the [[TCP/IP]] [[protocol suite]]; specifically, it is an [[exterior gateway protocol|EGP]], used for providing the information needed for doing [[path selection]] across a connected group of [[Autonomous System]]s. | ||
It is a [[routing architecture|Destination Vector]] protocol; the data it carries are [[routing table]] entries. It detects and prevents [[routing loop]]s by tagging each table entry with the complete path. | It is a [[routing architecture|Destination Vector]] protocol; the data it carries are [[routing table]] entries. It detects and prevents [[routing loop]]s by tagging each table entry with the complete path; this variant of DV is called '''Path Vector'''. | ||
{{semi-stub}} | {{semi-stub}} | ||
[[Category: Networking]] | [[Category: Networking]] | ||
Revision as of 15:18, 17 November 2018
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.