H12-821_V1.0 · Question #899
BGP establishes neighbor relationships through UDP interaction.
The correct answer is B. FALSE. B is correct because BGP (Border Gateway Protocol) establishes neighbor (peer) relationships using TCP, not UDP - specifically TCP port 179. BGP relies on TCP's reliable, connection-oriented delivery to ensure control messages (OPEN, UPDATE, KEEPALIVE, NOTIFICATION) are…
Question
Options
- ATRUE
- BFALSE
- C
- D
How the community answered
(41 responses)- A15% (6)
- B73% (30)
- C5% (2)
- D7% (3)
Explanation
B is correct because BGP (Border Gateway Protocol) establishes neighbor (peer) relationships using TCP, not UDP - specifically TCP port 179. BGP relies on TCP's reliable, connection-oriented delivery to ensure control messages (OPEN, UPDATE, KEEPALIVE, NOTIFICATION) are received and acknowledged, which is critical for routing stability.
A is wrong because UDP is connectionless and provides no delivery guarantees - BGP's session-oriented design fundamentally requires TCP's reliability and ordered delivery to function correctly.
Memory tip: Think "BGP = Big Guys Protocol = TCP 179." The number 179 is odd, just like the idea of using UDP for something as critical as inter-domain routing. If you remember TCP port 179, you'll never confuse this.
Topics
Community Discussion
No community discussion yet for this question.