Akamai steers traffic based on DNS.
From what I could figure out most traffic comes from vod-ap3-aoc.tv.apple.com
So you can check which server you get served from by doing a ns lookup and specifying the DNS you want to check.
For example.
nslookup vod-ap3-aoc.tv.apple.com 169.1.1.1
This shows that the Ipv4 traffic is from our JHB Akamai caches
Code:
Server: 169.1.1.1
Address: 169.1.1.1#53
Non-authoritative answer:
vod-ap3-aoc.tv.apple.com canonical name = vod-ap3-aoc.tv.v.aaplimg.com.
vod-ap3-aoc.tv.v.aaplimg.com canonical name = hls-svod-aoc.itunes.apple.com.edgesuite.net.
hls-svod-aoc.itunes.apple.com.edgesuite.net canonical name = a1936.dscw11.akamai.net.
Name: a1936.dscw11.akamai.net
Address: 169.1.36.27
Name: a1936.dscw11.akamai.net
Address: 169.1.36.11
If you test with Cloudflare
nslookup vod-ap3-aoc.tv.apple.com 1.1.1.1
Code:
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
vod-ap3-aoc.tv.apple.com canonical name = vod-ap3-aoc.tv.v.aaplimg.com.
vod-ap3-aoc.tv.v.aaplimg.com canonical name = hls-svod-aoc.itunes.apple.com.edgesuite.net.
hls-svod-aoc.itunes.apple.com.edgesuite.net canonical name = a1936.dscw11.akamai.net.
Name: a1936.dscw11.akamai.net
Address: 197.80.130.16
Name: a1936.dscw11.akamai.net
Address: 197.80.130.11
Name: a1936.dscw11.akamai.net
Address: 197.80.130.96
Name: a1936.dscw11.akamai.net
Address: 197.80.130.128
Now you can see that traffic is from Optinet/Mweb which is the partner network for Akamai in SA.
This is why we suggest clients use our DNS as it will direct all their streaming to the caches just a few ms away or use a DNS with ECS enabled. EDNS sends the IP subnet you are on with the request enabling correct traffic steering.
Quad9 supports this on 9.9.9.11 (
https://www.quad9.net/support/faq/#edns)