Unified AS Routing Policy | Generated by AI

Home 2026.03

Question: What term fills the blank — an Autonomous System (AS) may use multiple internal routing protocols and metrics, but it presents a ____ and consistent routing policy to other ASes?

Answer:

The answer is 单一的 (single / unified).


Explanation

An Autonomous System (AS) is defined as a collection of IP networks and routers under the control of a single administrative entity. The key principle is:

Internally, an AS can be very complex:

Externally, however, an AS must present itself as a single, unified entity:

This “single/unified” routing policy is what the AS advertises to other ASes via BGP (Border Gateway Protocol) — the exterior gateway protocol used between different ASes on the Internet.

Why is this important?

Aspect Internal (Inside AS) External (To other ASes)
Routing Protocol Multiple IGPs (OSPF, RIP, EIGRP…) Single EGP (BGP)
Routing Policy Can vary by region/department One unified policy
Metrics Different per protocol Abstracted into BGP attributes
Identity Many routers, many subnets One ASN (e.g., AS13335)

Policy decisions (such as preferring certain network paths, accepting or rejecting routes from specific sources) remain internal to the AS and invisible to external systems. This is what allows the Internet to scale — each AS handles its own internal complexity and only exposes a clean, single routing policy outward.

Therefore, the blank should be filled with: 单一的 (single)


References:


Back Donate