Podcast
Questions and Answers
What primary function does the Border Gateway Protocol (BGP) serve?
What primary function does the Border Gateway Protocol (BGP) serve?
- To control how data flows across different autonomous systems. (correct)
- To provide error correction and flow control over UDP.
- To manage local network traffic within a single autonomous system.
- To automatically configure network peering relationships.
Over which transport protocol does BGP operate?
Over which transport protocol does BGP operate?
- ICMP
- UDP
- TCP (correct)
- IPSec
What is the purpose of an Autonomous System Number (ASN) in BGP?
What is the purpose of an Autonomous System Number (ASN) in BGP?
- To prioritize traffic based on quality of service (QoS) metrics.
- To encrypt data exchanged between routers.
- To dynamically allocate IP addresses to devices.
- To identify different entities within the network, such as different peers. (correct)
What does it mean when an Autonomous System is described as a 'black box' from a BGP perspective?
What does it mean when an Autonomous System is described as a 'black box' from a BGP perspective?
What is the primary function of the AS Path attribute in BGP?
What is the primary function of the AS Path attribute in BGP?
In the context of the Brisbane network example, what does a 'Next Hop' IP address of 0.0.0.0 indicate in the route table?
In the context of the Brisbane network example, what does a 'Next Hop' IP address of 0.0.0.0 indicate in the route table?
When Brisbane advertises its network to Adelaide, what action does Adelaide take concerning the AS Path?
When Brisbane advertises its network to Adelaide, what action does Adelaide take concerning the AS Path?
Why does BGP, by default, prefer the shortest AS Path when selecting a route?
Why does BGP, by default, prefer the shortest AS Path when selecting a route?
What is AS path prepending, and why would a network administrator implement it?
What is AS path prepending, and why would a network administrator implement it?
Which of the following best describes the function of BGP in a network?
Which of the following best describes the function of BGP in a network?
Which organization allocates Autonomous System Numbers (ASNs)?
Which organization allocates Autonomous System Numbers (ASNs)?
What is the range of private ASNs?
What is the range of private ASNs?
What is the key difference between Internal BGP (iBGP) and External BGP (eBGP)?
What is the key difference between Internal BGP (iBGP) and External BGP (eBGP)?
Which of the following is NOT a characteristic of BGP?
Which of the following is NOT a characteristic of BGP?
How does BGP contribute to the construction of a network topology map?
How does BGP contribute to the construction of a network topology map?
If a network engineer wants to ensure that the satellite connection between Alice Springs and Brisbane is only used as a backup, what BGP technique should they implement?
If a network engineer wants to ensure that the satellite connection between Alice Springs and Brisbane is only used as a backup, what BGP technique should they implement?
Which of these statements is true regarding private ASNs?
Which of these statements is true regarding private ASNs?
What does the 'I' in the ASPATH column of a BGP route table signify?
What does the 'I' in the ASPATH column of a BGP route table signify?
Which of the following protocols is BGP most closely related to?
Which of the following protocols is BGP most closely related to?
What characteristic differentiates BGP from protocols like OSPF or RIP?
What characteristic differentiates BGP from protocols like OSPF or RIP?
What does it mean when BGP is described as a 'path-vector' protocol?
What does it mean when BGP is described as a 'path-vector' protocol?
If the network administrator for Alice Springs configures AS path prepending, what is the likely outcome?
If the network administrator for Alice Springs configures AS path prepending, what is the likely outcome?
What is the most significant reason BGP does not account for link speed or link condition by default when choosing a path?
What is the most significant reason BGP does not account for link speed or link condition by default when choosing a path?
Which of the following statements about Autonomous Systems (AS) interconnected with BGP is most accurate?
Which of the following statements about Autonomous Systems (AS) interconnected with BGP is most accurate?
Imagine a scenario where the link between Adelaide and Brisbane fails completely. What will happen to the routing of traffic between Alice Springs and Brisbane?
Imagine a scenario where the link between Adelaide and Brisbane fails completely. What will happen to the routing of traffic between Alice Springs and Brisbane?
Which of the following best describes the relationship between BGP and Autonomous Systems (AS)?
Which of the following best describes the relationship between BGP and Autonomous Systems (AS)?
In the context of BGP, what does the term 'peering' refer to?
In the context of BGP, what does the term 'peering' refer to?
The range of AS numbers from 0 to 65535 represents 16 bit ASN; however, the range 64,512 to 65,534 are private and can be used within private peering arrangements. What would occur if two companies both used the same private AS number and then tried to peer?
The range of AS numbers from 0 to 65535 represents 16 bit ASN; however, the range 64,512 to 65,534 are private and can be used within private peering arrangements. What would occur if two companies both used the same private AS number and then tried to peer?
Which statement best describes how BGP chooses between multiple paths to the same destination?
Which statement best describes how BGP chooses between multiple paths to the same destination?
Which of the following is true regarding traffic flow originating from Alice Springs destined for Brisbane, assuming default BGP configuration and both a direct satellite link and a path via Adelaide are available?
Which of the following is true regarding traffic flow originating from Alice Springs destined for Brisbane, assuming default BGP configuration and both a direct satellite link and a path via Adelaide are available?
What is the purpose of having private Autonomous System Numbers (ASNs)?
What is the purpose of having private Autonomous System Numbers (ASNs)?
If an Autonomous System is multi-homed (connected to multiple other ASs), how does BGP influence traffic engineering and path selection outbound?
If an Autonomous System is multi-homed (connected to multiple other ASs), how does BGP influence traffic engineering and path selection outbound?
What happens if a router receives multiple BGP advertisements for the same network prefix?
What happens if a router receives multiple BGP advertisements for the same network prefix?
What information that influences routing is contained in the AS Path?
What information that influences routing is contained in the AS Path?
What is a typical result of configuring AS Path Prepending on a BGP router?
What is a typical result of configuring AS Path Prepending on a BGP router?
In the context of the Australia network diagram, Brisbane's routing table shows two possible routes to the 10.18.0.0/16 network: a direct route via the satellite link with an AS Path of '202, i' and an indirect route via Adelaide with an AS Path of '201, 202, i'. Assuming default BGP configuration, which route will Brisbane prefer, and why?
In the context of the Australia network diagram, Brisbane's routing table shows two possible routes to the 10.18.0.0/16 network: a direct route via the satellite link with an AS Path of '202, i' and an indirect route via Adelaide with an AS Path of '201, 202, i'. Assuming default BGP configuration, which route will Brisbane prefer, and why?
An enterprise network is connected to two different Internet Service Providers (ISPs) using eBGP. Due to a business agreement, the enterprise wants most of its outbound traffic to use ISP A, but maintain a backup route through ISP B. How can the enterprise achieve this using BGP?
An enterprise network is connected to two different Internet Service Providers (ISPs) using eBGP. Due to a business agreement, the enterprise wants most of its outbound traffic to use ISP A, but maintain a backup route through ISP B. How can the enterprise achieve this using BGP?
Given the multi-attribute decision process in BGP, what is an attribute that causes a router to prefer one learned route over another?
Given the multi-attribute decision process in BGP, what is an attribute that causes a router to prefer one learned route over another?
Flashcards
What is BGP?
What is BGP?
A routing protocol used to control how data flows between networks.
What is an Autonomous System (AS)?
What is an Autonomous System (AS)?
Routers controlled by a single entity, representing a network.
What are Autonomous System Numbers (ASN)?
What are Autonomous System Numbers (ASN)?
Unique identifiers allocated by IANA to Autonomous Systems.
What is a path-vector protocol?
What is a path-vector protocol?
Signup and view all the flashcards
What is a peering relationship?
What is a peering relationship?
Signup and view all the flashcards
What is an AS Path?
What is an AS Path?
Signup and view all the flashcards
What is Internal BGP (iBGP)?
What is Internal BGP (iBGP)?
Signup and view all the flashcards
What is External BGP (eBGP)?
What is External BGP (eBGP)?
Signup and view all the flashcards
What is AS Path Prepending?
What is AS Path Prepending?
Signup and view all the flashcards
What is TCP?
What is TCP?
Signup and view all the flashcards
What are internet assigned numbers?
What are internet assigned numbers?
Signup and view all the flashcards
What is 16 bits?
What is 16 bits?
Signup and view all the flashcards
Study Notes
- Border Gateway Protocol (BGP) is a routing protocol to control how data flows between points.
Border Gateway Protocol (BGP) Key Points
- Autonomous System (AS) describes routers controlled by one entity within BGP.
- Autonomous System Numbers (ASN) identify entities; public ASNs are allocated by IANA.
- ASN are 16 bits in length and range from 0 to 65,535.
- IANA directly allocates most public ASN, but ranges like 64,512 to 65,534 are private.
- Operates over TCP port 179 meaning it's reliable because it includes error correction and flow control.
- Requires manual configuration of peering relationships.
- Exchanges the best path to a destination between peers and doesn't exchange every path, only the best path that an AS is aware of.
- Path-vector protocol; the path is known as the ASPATH or AS Path.
- BGP focuses on paths and building a network topology map to allow the exchange between different autonomous systems.
- Doesn't take link speed or condition into account.
- iBGP focuses on routing inside an autonomous system.
- eBGP focuses on routing between autonomous systems.
- Autonomous systems are allocated a number by IANA, the Internet Assigned Numbers Authority.
- BGP is responsible for choosing the best path for network traffic, and announcing that path to other routers on the internet.
BGP Australia Example
- Brisbane has an IP address range of 10.16.0.0/16, router IP of 10.16.0.1, and an ASN of 200.
- Adelaide has a network range of 10.17.0.0/16, router IP of 10.17.0.1, and an ASN of 201.
- Alice Springs uses network 10.18.0.0/16, router 10.18.0.1, and ASN 202.
- Brisbane and Adelaide has A1 Gigabit Fiber links.
- Alice Springs is connected to Brisbane by A5 megabit satellite link with unlimited data cap.
- Autonomous systems advertise the shortest route they're aware of to any other autonomous systems that they have peering relationships with.
- AS Path prepares to configure BGP at Alice Springs to make the satellite link look worse than it actually is by adding additional Autonomous systems to the path to make it appear longer.
Route Table Information
- The route table included the destination.
- The route table included the next hop so what IP address is needed as the first or next hop to get to that network and 0.0.0.0 means that it's locally connected.
- The ASPATH shows the path or way to get from one autonomous system to another and the I in this case means that it's the origin, so it's this network.
- Each AS prepends its number onto the path and peers exchange the best paths they have to a destination.
- A BGP Autonomous system advertises the shortest path to a destination that it's aware of to all of the other BGP routers that it's paired with.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.