0
0
Computer Networksknowledge~10 mins

BGP and inter-domain routing in Computer Networks - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to describe BGP's main function.

Computer Networks
BGP is primarily used to [1] routing information between different autonomous systems.
Drag options to blanks, or click blank then click option'
Ablock
Bignore
Cexchange
Dencrypt
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'block' or 'ignore' because they sound like network actions but are incorrect.
2fill in blank
medium

Complete the sentence to explain what an autonomous system (AS) is.

Computer Networks
An autonomous system is a collection of IP networks under a common [1] that presents a common routing policy to the internet.
Drag options to blanks, or click blank then click option'
Aprotocol
Badministration
Chardware
Dsoftware
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing 'protocol' with 'administration'.
3fill in blank
hard

Fix the error in the statement about BGP path selection.

Computer Networks
BGP selects the best path based on the [1] attribute, which represents the number of hops to the destination.
Drag options to blanks, or click blank then click option'
AAS_PATH
BNEXT_HOP
CLOCAL_PREF
DMED
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing NEXT_HOP or LOCAL_PREF which serve different purposes.
4fill in blank
hard

Fill both blanks to complete the BGP route filtering rule.

Computer Networks
A BGP router will [1] routes from an AS if the route's [2] attribute indicates it came from that AS.
Drag options to blanks, or click blank then click option'
Areject
Baccept
CAS_PATH
DNEXT_HOP
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing NEXT_HOP with AS_PATH or choosing accept instead of reject.
5fill in blank
hard

Fill all three blanks to complete the BGP route advertisement example.

Computer Networks
The BGP router advertises a route with the prefix [1] to its neighbor [2] using the [3] attribute to indicate the next hop.
Drag options to blanks, or click blank then click option'
A192.168.1.0/24
BAS 65001
CNEXT_HOP
DAS_PATH
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing AS_PATH with NEXT_HOP or confusing prefix with AS number.