Complete the sentence to describe BGP's main function.
BGP is primarily used to [1] routing information between different autonomous systems.BGP (Border Gateway Protocol) is used to exchange routing information between different autonomous systems (ASes) on the internet.
Complete the sentence to explain what an autonomous system (AS) is.
An autonomous system is a collection of IP networks under a common [1] that presents a common routing policy to the internet.An autonomous system (AS) is a group of IP networks managed by a single organization or administration that shares a routing policy.
Fix the error in the statement about BGP path selection.
BGP selects the best path based on the [1] attribute, which represents the number of hops to the destination.The AS_PATH attribute in BGP lists the autonomous systems a route has passed through and is used to select the shortest path (fewest AS hops).
Fill both blanks to complete the BGP route filtering rule.
A BGP router will [1] routes from an AS if the route's [2] attribute indicates it came from that AS.
BGP routers can reject routes if the AS_PATH attribute shows the route originated from a specific AS, helping prevent routing loops.
Fill all three blanks to complete the BGP route advertisement example.
The BGP router advertises a route with the prefix [1] to its neighbor [2] using the [3] attribute to indicate the next hop.
The router advertises the IP prefix 192.168.1.0/24 to neighbor AS 65001 and uses the NEXT_HOP attribute to specify the next hop IP address.