📖 What is BGP?
Border Gateway Protocol is the path vector routing protocol used to exchange routing information between autonomous systems (AS) on the Internet. It determines the best path for data packets based on policies and attributes, ensuring efficient and reliable internet routing. BGP is essential for global network connectivity.
"BGP is an exterior gateway protocol (EGP). Understand the concepts of AS numbers, route reflectors, and BGP attributes. Exam questions often focus on BGP’s role in internet routing and its scalability. Distinguish BGP from Interior Gateway Protocols (IGPs) like OSPF."
📚 Certification: CompTIA Network+ Certification Exam (N10-009)
🔑 What are the Key Concepts of BGP?
- ▸ BGP uses AS numbers to identify autonomous systems, enabling routing policies between different networks like ISPs and large organizations.
- ▸ Path vector routing means BGP advertises complete paths, not just next hops, preventing routing loops and allowing policy-based decisions.
- ▸ BGP attributes (like AS-PATH, MED, and Local Preference) are used to influence routing decisions and determine the best path for traffic.
- ▸ Route reflectors are used to scale BGP networks by reducing the number of full mesh peerings required between BGP routers.
- ▸ BGP is an exterior gateway protocol (EGP) used for routing *between* autonomous systems, unlike IGPs used *within* an AS.
🎯 How does BGP appear on the N10-009 Exam?
You may be asked to identify the protocol used for routing between your organization’s network and its internet service provider (ISP).
A scenario might describe a network outage caused by a routing loop – determine how BGP’s path vector mechanism prevents this.
Expect questions about how BGP attributes are used to manipulate inbound and outbound traffic flow between ASes, impacting path selection.
❓ Frequently Asked Questions
What’s the difference between iBGP and eBGP?
iBGP (internal BGP) is used for routing within an AS, while eBGP (external BGP) is used for routing between ASes. iBGP requires a full mesh or route reflectors for scalability.
How do AS-PATH and MED affect routing decisions?
AS-PATH shows the autonomous systems a route has traversed; shorter paths are preferred. MED (Multi-Exit Discriminator) influences inbound traffic from neighboring ASes, allowing preference for specific entry points.
Why is BGP considered a policy-based protocol?
BGP allows network administrators to implement routing policies based on attributes and AS paths. This control is crucial for traffic engineering, security, and cost optimization between networks.