What is Transit?
Also known as: IP Transit
Transit is a commercial Internet connectivity service where one network pays another to carry its traffic to and from all destinations reachable on the global Internet.
Transit is a business and technical arrangement in which an Internet Service Provider (ISP) or other network operator purchases upstream connectivity from a larger network in order to reach every publicly routable prefix on the Internet. The upstream provider agrees to advertise the customer's IP prefixes to its BGP peers and to forward traffic from the customer to any destination, effectively providing a full default-free zone (DFZ) routing table. This is distinct from peering, where two networks exchange traffic for free because they both benefit from the exchange.
In practice, a transit customer usually connects to the transit provider via a physical port or a VLAN, runs BGP, and receives a default route or a full BGP table (often 1M+ routes). The transit provider announces the customer's prefixes to the rest of the Internet. The customer pays based on either committed port speed (e.g., a 10 Gbps port) or 95th percentile usage, measured over a monthly billing cycle. Transit is the primary way smaller networks gain universal reachability without having to negotiate hundreds of individual peering agreements.
Transit sits at the top of the network hierarchy. Tier 1 networks (like NTT, CenturyLink, or Telia) only sell transit; they never buy it because they can reach the entire Internet without paying a transit fee. Tier 2 networks both sell transit to smaller networks and buy transit from Tier 1 providers. Tier 3 access networks typically buy transit only. The economics of transit have changed dramatically since the 1990s: prices have fallen by orders of magnitude due to deregulation, undersea cable investment, and the rise of large content delivery networks like Google and Netflix that force transit providers to upgrade internal capacity.
Key facts
- Transit provides reachability to all networks on the global Internet, unlike peering which is limited to bilateral exchange.
- Transit pricing is typically based on committed port speed or 95th percentile traffic measurement.
- A transit provider must carry a full BGP routing table or at least a default route for the customer.
- Tier 1 networks sell transit globally but never purchase it from anyone.
- Transit costs have dropped more than 90% since 2005 due to competition and capacity expansion.
- The customer's prefixes must be announced via BGP to the transit provider for global propagation.
How it works in practice
Related terms
References
More in Networking & Routing
Anycast
Anycast is a network addressing and routing method where a single IP address is assigned to multiple servers, and routers send traffic to the nearest server based on routing protocol metrics.
AS Path
A BGP path attribute that lists the sequence of autonomous system numbers a route has passed through, used for loop detection and path selection.
ASN
A globally unique 16 or 32 bit number assigned to an autonomous system for use in BGP routing between organizations on the Internet.
Autonomous System
An Autonomous System (AS) is a group of IP networks under a single administrative routing policy, identified by a unique ASN (Autonomous System Number) for exterior gateway routing.
BGP
BGP (Border Gateway Protocol) is the path vector routing protocol that networks use to exchange reachability information between autonomous systems on the public internet.
CIDR
CIDR (Classless Inter-Domain Routing) is a method for allocating IP addresses and routing packets using variable-length subnet masks (e.g., /24) instead of fixed classful boundaries.
Hop
A hop is one passage of a packet through a router or other layer-3 forwarding device as it travels from source to destination across an internetwork.
IPv4
IPv4 is the core Internet Protocol using 32-bit addresses, providing roughly 4.3 billion unique identifiers for network interfaces on the global internet.
IPv6
IPv6 is the most recent version of the Internet Protocol, using 128-bit addresses to provide an effectively unlimited number of unique identifiers for networked devices.
Latency
Latency (or round-trip time, RTT) is the time required for a packet to travel from a source to a destination and back, measured in milliseconds, and is a critical metric in network performance.