nerdexam
Nokia

4A0-102 · Question #79

Which of the following regarding the withdrawal of routes from one BGP speaker to another is TRUE?

The correct answer is B. An update message is used. Multiple prefixes can be withdrawn at a time. BGP uses the UPDATE message for all route advertisements and withdrawals - there is no separate "withdraw message" in the BGP specification (RFC 4271), which immediately eliminates options C and D. Within a single UPDATE message, the Withdrawn Routes field accepts a list of…

BGP Fundamentals

Question

Which of the following regarding the withdrawal of routes from one BGP speaker to another is TRUE?

Options

  • AAn update message is used. Only a single prefix can be withdrawn at a time.
  • BAn update message is used. Multiple prefixes can be withdrawn at a time.
  • CA withdraw message is used. Only a single prefix can be withdrawn at a time.
  • DA withdraw message is used. Multiple prefixes can be withdrawn at a time.

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    91% (20)
  • D
    5% (1)

Explanation

BGP uses the UPDATE message for all route advertisements and withdrawals - there is no separate "withdraw message" in the BGP specification (RFC 4271), which immediately eliminates options C and D. Within a single UPDATE message, the Withdrawn Routes field accepts a list of prefixes, meaning multiple routes can be withdrawn in one message, making option A wrong for claiming only one prefix at a time is possible. Option B is correct because it accurately reflects both facts: UPDATE is the message type used, and its structure allows batch withdrawals of multiple prefixes in a single transmission. This design is efficient - a BGP speaker can signal the loss of many routes without sending a separate message per prefix.

Memory tip: BGP has only 4 message types - OPEN, UPDATE, NOTIFICATION, and KEEPALIVE. If an answer mentions a "withdraw message," it's automatically wrong. And since UPDATE carries a list of withdrawn routes, think "one UPDATE, many withdrawals."

Topics

#BGP UPDATE messages#Route withdrawal#WITHDRAWN ROUTES field#BGP protocol mechanics

Community Discussion

No community discussion yet for this question.

Full 4A0-102 Practice