DNS can distribute traffic by returning different IP addresses for the same domain. Round-robin DNS rotates through a list of IPs. Weighted DNS returns IPs proportionally.
Limitations: DNS TTL means slow failover (minutes vs seconds). Clients cache results. No health awareness unless using managed DNS like Route 53 with health checks.