Global Traffic Management
Global traffic management decides which healthy application location should receive a user’s connection. It combines traffic-steering policy, health signals, and global delivery mechanisms such as DNS, anycast, and proxies.
itWeb servers, proxies, and traffic management | OpenSkills.info
Intro
Global Traffic Management
An application can run in several regions and still fail its users. A healthy region may be far away. A failed region may remain in cached DNS answers. A health check may test the wrong path. A sudden failover may send more traffic than the surviving region can handle.
Global traffic management addresses these problems. It selects an application location for each user or resolver. The selection can reflect availability, latency, geography, capacity, rollout policy, or a fixed priority.
The key idea is separation. A traffic manager makes a placement decision. The selected location still needs a local load balancer, healthy application instances, sufficient capacity, and consistent data.
The control loop
A useful mental model has five stages:
- Observe endpoint health and performance from relevant locations.
- Evaluate a policy against the eligible locations.
- Publish or enforce a traffic decision.
- Observe the result from the user’s path.
- Adjust the policy or endpoint set when evidence changes.
The loop is only as good as its signals. A TCP connection proves that a port accepted a connection. An HTTP check can test a path and expected response. Neither test automatically proves that every dependency or user journey works.
Three steering planes
DNS steering
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
