Category glossary

Routing glossary

18 definitions associated with Routing.

Browse the glossary

Browse Routing definitions

18 matching terms

Page 1 of 1

Anycast

A routing design in which multiple nodes advertise the same service IP address and the network directs a client to a reachable instance, often the topologically closest one. Anycast is widely used for authoritative and recursive DNS resilience.

Read definition

Autonomous system number (ASN)

A globally unique identifier assigned to an autonomous system for interdomain routing. BGP uses autonomous system numbers in route origination and the AS_PATH attribute; modern BGP supports the original 16-bit space and newer 32-bit ASNs.

Read definition

Bogon

An address or prefix that should not appear as legitimate Internet-routed source or destination space, such as unallocated, reserved, or improperly advertised space. Bogon lists change as registries allocate resources.

Read definition

CIDR

Classless Inter-Domain Routing, the use of variable-length prefixes rather than legacy address classes. CIDR notation combines an address with a prefix length, such as 10.20.0.0/16.

Read definition

FEC

Forwarding Equivalence Class, an MPLS concept grouping packets that receive the same forwarding treatment. It can appear in network architecture documents but is not a core DDI object.

Read definition

IRR

Internet Routing Registry, a collection of route and policy databases used to document intended routing relationships. IRR objects can support filtering but are distinct from RPKI cryptographic authorization.

Read definition

Least-specific route

The route with the shortest matching prefix length. When no more-specific route exists, traffic follows the least-specific matching route, often the default route.

Read definition

Longest-prefix match

The routing rule that chooses the matching route with the greatest prefix length. It explains why a more-specific route overrides an aggregate or default route.

Read definition

Next hop

The neighboring router or gateway to which a packet is forwarded on its path to a destination. DHCP can distribute default and classless routes that define next hops.

Read definition

Null route

A route that discards matching traffic, often used for emergency mitigation or to make sinkhole destinations unreachable. It operates at IP routing rather than DNS policy.

Read definition

Option 121

The Classless Static Route option, which distributes destination prefixes and next-hop routers. It supersedes the older classful static route option for capable clients.

Read definition

Route aggregation

Combining multiple contiguous prefixes into a larger summary route. Hierarchical address planning preserves aggregation and reduces routing-table size and policy complexity.

Read definition

Route leak

The unintended propagation of routing information beyond its intended scope, potentially diverting or exposing traffic. DDI service anycast prefixes and BYOIP routes require filtering to prevent leaks.

Read definition

Route object

An IRR database object declaring that an autonomous system intends to originate a prefix. It is used for routing-policy documentation and filter generation.

Read definition

Static route

A manually configured route rather than one learned through a dynamic routing protocol. DHCP can provide limited static-route information to hosts through options.

Read definition

Supernet

A larger aggregate prefix that contains multiple smaller networks. Supernetting supports route summarization and hierarchical address management.

Read definition

uRPF

Unicast Reverse Path Forwarding, a source-validation technique that checks whether the routing table has an acceptable return path for a packet's source. Strict, loose, and feasible-path modes have different multihoming tradeoffs.

Read definition

VRF

Virtual Routing and Forwarding, a separate routing-table context on a device or network. VRFs allow overlapping addresses and should be modeled explicitly in IPAM or network views.

Read definition