Which TWO are benefits of using Segment Routing over LDP in a service provider core?
SR assigns a single label per prefix independent of the outgoing interface, simplifying label management.
Why this answer
Segment Routing (SR) uses a centralized control plane (via PCE or BGP-LS) to allocate labels per prefix, unlike LDP which allocates labels per interface on a hop-by-hop basis. This reduces the number of labels in the control plane and simplifies label management, as SR-MPLS uses a single label stack entry per segment rather than per-interface labels.
Exam trap
Cisco often tests the misconception that Segment Routing eliminates IGP convergence entirely, when in fact it still depends on IGP for topology discovery and SID advertisement, but removes the need for a separate label distribution protocol like LDP.