400-007 · Question #322
Which aspect of BGP-LS makes it scalable in large network when multiarea topology information must be gathered?
The correct answer is D. TCP-based flow control. BGP-LS runs over TCP, which provides built-in flow control that allows large-scale link-state topology data to be reliably distributed across multiarea networks.
Question
Which aspect of BGP-LS makes it scalable in large network when multiarea topology information must be gathered?
Options
- Atransmit flow control
- Bopen-loop flow control
- Chardware flow control
- DTCP-based flow control
How the community answered
(40 responses)- A3% (1)
- B5% (2)
- D93% (37)
Why each option
BGP-LS runs over TCP, which provides built-in flow control that allows large-scale link-state topology data to be reliably distributed across multiarea networks.
Transmit flow control is not a defined BGP-LS mechanism and does not describe a scalability feature specific to BGP-LS operation.
Open-loop flow control provides no receiver feedback to the sender, which is the opposite of TCP's closed-loop behavior and would reduce reliability rather than improve scalability.
Hardware flow control uses physical signaling such as RTS/CTS on serial interfaces and has no relevance to BGP-LS, which operates at the application layer.
BGP-LS uses TCP as its transport, inheriting TCP's sliding-window flow control and congestion control mechanisms. This ensures that large volumes of link-state information from multiple IGP areas can be delivered to an SDN controller without overwhelming either endpoint, making BGP-LS well-suited for collecting topology across large, complex networks.
Concept tested: BGP-LS scalability via TCP-based flow control
Source: https://www.rfc-editor.org/rfc/rfc7752
Topics
Community Discussion
No community discussion yet for this question.