SlideShare a Scribd company logo
1 of 41
Traffic Engineering for CDNs
Matt Jansen
Akamai Technologies
APRICOT 2015
©2012 AKAMAI | FASTER FORWARDTM
The world’s largest on-demand, distributed computing
platform delivers all forms of web content and applications
The Akamai Intelligent Platform
Typical daily traffic:
• More than 2 trillion requests served
• Delivering over 25 Terabits/second
• 15-30% of all daily web traffic
The Akamai Intelligent Platform:
170,000+
Servers
2,000+
Locations
102+
Countries
1,300+
Networks
700+
Cities
©2012 AKAMAI | FASTER FORWARDTM
When content is requested from CDNs, the user is
directed to the optimal server to serve this user
There’s 2 common ways to do that:
• anycast: the content is served from the location the
request is received (easy to build, requires symmetric
routing to work well)
• DNS based: the CDN decides where to best serve
the content from based on the resolver it receives the
request from, and replies with the optimal server
How CDNs Work
©2012 AKAMAI | FASTER FORWARDTM
Users querying a DNS-based CDNs will be returned
different A (and AAAA) records for the same hostname
depending on the resolver the request comes from
This is called “mapping”
The better the mapping, the better the CDN
How DNS based CDNs Work
©2012 AKAMAI | FASTER FORWARDTM
Example of Akamai mapping
• Notice the different A records for different locations:
[NYC]% host www.symantec.com
www.symantec.com CNAME e5211.b.akamaiedge.net.
e5211.b.akamaiedge.net. A 207.40.194.46
e5211.b.akamaiedge.net. A 207.40.194.49
[Boston]% host www.symantec.com
www.symantec.com CNAME e5211.b.akamaiedge.net.
e5211.b.akamaiedge.net. A 81.23.243.152
e5211.b.akamaiedge.net. A 81.23.243.145
DNS based Mapping Example
©2012 AKAMAI | FASTER FORWARDTM
DNS based Mapping
1) end-user requests www.example.com from ISP NS
2) ISP NS recursively (multiple iterations) looks up www.example.com being referred to
authoritative CDN NS (by CNAME)
3) ISP NS asks authoritative CDN NS
4) CDN NS looks up IP of requestor (ISP NS) and replies with IP of optimal cluster to
serve content (closest cluster for that ISP)
5) ISP NS replies to end-user who
6) requests content from local Cluster
end-user
ISP NS
1.2.3.4
root/tld/intermediate NS
(recursive lookup until
reaching authoritative NS)
CDN NS
Closest cluster 5.6.7.8
1
3
6
2
NS 1.2.3.4?
best cluster =
5.6.7.8
4
5
©2012 AKAMAI | FASTER FORWARDTM
Types of CDN Deployments (simplified)
end-user
ISP
Internet
IX
Transit
Embedded cluster
in ISP
Colocated Cluster
with IX
Infrastructure Cluster
with Transit
Backend
Mapping system
©2012 AKAMAI | FASTER FORWARDTM
DNS based CDNs don’t necessarily have a backbone
Those clusters can be standalone ‘Islands’ with no
connectivity between them!
DNS based CDNs usually don’t announce many
prefixes as they will only include the local servers
• it is not uncommon to see a single /24 from Akamai at an IX
• you will receive a different set of prefixes on each peering
This does not mean you will not see a lot of traffic
• how many servers do you need to serve 10g nowadays?
Typical DNS based Topology
©2012 AKAMAI | FASTER FORWARDTM
Transit
Peer
• Akamai does not have a backbone,
each IX instance is independent
• Cluster uses transit to fetch content
origin
• Content is served to peers over the IX
• BGP session serves 2 purposes:
• Route traffic strictly within the
local instance
• Tell our system which prefixes
this cluster is allowed to serve
• New prefixes being picked up by
the system can take up to 24hrs
Origin Server
IX
Content
Typical large IX deployment
Origin
Scenario 1: prefix withdrawal
©2012 AKAMAI | FASTER FORWARDTM
Attempting to shift traffic to another path
ISP peers with CDN over 2 IXs
• wants to shift traffic from A to B
due to reduce backbone traffic
• Typical BGP based techniques:
1) AS-Path prepending
2) MEDs
3) more/less specific
announcements
None of the above have the desired effect!
• no network between clusters, any BGP parameters
are only locally relevant
• Might have undesired effect of shifting traffic to a
upstream/competitor on the same IX
end-user
ISP A
IX A
IX B
©2012 AKAMAI | FASTER FORWARDTM
Problem solved…
end-user
IX B
ISP withdraws some of their
prefixes over IX A
• Traffic falls back to transit on the
same cluster (provided that still
has the best performance)
• this might result in them receiving
the traffic in another location in
their network so they’re happy
Transit
ISP A
IX A
©2012 AKAMAI | FASTER FORWARDTM
…but not for long
within 24hrs
• The CDN backend system
processes the fact that they don’t
receive their prefixes at the IX A
cluster
• Traffic switches to another cluster
where they do receive them (this
might be one of their upstreams
they have a PNI with in the same
city)
• Traffic comes back into their
network again at the same
router!
Upstream
of ISP A
end-user
Transit
ISP A
IX A
©2012 AKAMAI | FASTER FORWARDTM
Issues
• BGP parameters only locally relevant
• Delayed effect of BGP announcements on Mapping System
• CDNs typically see your prefixes in many different locations
©2012 AKAMAI | FASTER FORWARDTM
Better solution
• Talk to the CDN if you have issues with their traffic in a specific
location
• You can work together to achieve the result you’re looking for
• Get a local embedded cluster
Scenario 2: more specific Route
Announcement
©2012 AKAMAI | FASTER FORWARDTM
• ISP A is multi-homed to Transit Providers AS2002 and AS3003
• Transit Provider AS2002 peers with CDN
• Transit Provider AS3003 does not peer with CDN
• CDN sends traffic to ISP A via Transit Provider AS2002
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003
Consistent Announcements
IX
©2012 AKAMAI | FASTER FORWARDTM
• ISP A would like to balance traffic between the two upstream
providers
• ISP A prepends, then applies MED to Transit Provider AS2002. This
has no effect on CDN traffic.
• Eventually, ISP A de-aggregates the /20 and advertises more specific
routes to Transit Provider AS3003
• What will happen?
Loadbalancing
©2012 AKAMAI | FASTER FORWARDTM
• ISP A announces more specific routes to Transit Provider AS3003
• Transit Provider AS3003 announces new /24 to AS2002
• CDN IX router does not have a full-table, so traffic continue route to the
/20 of AS2002
• ISP A is happy with the balanced traffic on dual Transit Providers
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
AS2002 Routing Table
100.100.100.0/24 AS3003 AS1001
100.100.99.0/24 AS3003 AS1001
100.100.96.0/20 AS1001
CDN AS20940 Routing Table
100.100.96.0/20 AS2002 AS1001
0.0.0.0/0 AS4003
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003
Loadbalancing works...
IX
Peering
©2012 AKAMAI | FASTER FORWARDTM
• Lost of revenue for Transit Provider AS2002 even though their
peering/backbone is utilized
• What happens if AS2002 does not like the traffic from one peer to the
other?
…but
©2012 AKAMAI | FASTER FORWARDTM
Transit provider filters traffic
• In order to get rid of traffic between peers, Transit Provider AS2002
implements an ACL on IX port facing AS3003
• Traffic gets blackholed, ISP A’s eyeballs don’t receive traffic anymore!
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
100.100.96.0/20
ACL
0.0.0.0/0
Transit Provider
AS4003
hostname AS2002-R1
!
interface TenGigabitEthernet1/1
ip access-group 101 out
!
access-list 101 deny ip any 100.100.100.0 0.0.0.255
access-list 101 deny ip any 100.100.99.0 0.0.0.255
access-list 101 permit ip any any
IX
Peering
©2012 AKAMAI | FASTER FORWARDTM
• CDN observes ISP A end-users are unable to access some websites
• CDN stops serving unreliable prefixes received from Transit Provider
AS2002, traffic shifts from IX to Transit Provider AS4003
• ISP A can access all websites happily
• Transit Provider AS2002 loses revenue
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
100.100.96.0/20
ACL
0.0.0.0/0
Transit Provider
AS4003
Unintended Result
IX
Peering
©2012 AKAMAI | FASTER FORWARDTM
Issues
• Don’t assume a full-table on any device on the internet
• Filtering traffic results in:
• short term traffic blackholing!
• long term widthdrawal of traffic resulting in revenue loss
©2012 AKAMAI | FASTER FORWARDTM
• AS2002 filters the specific prefixes instead of the actual traffic
• work with upstreams and/or CDN for finetuning
• Get Transit Provider AS3003 to peer with CDN directly ;)
• Get a local embedded cluster
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
100.100.96.0/20
Filter Specific route
100.100.99.0/24
100.100.100.0/24
0.0.0.0/0
Transit Provider
AS4003
neighbor PEER-GROUP prefix-list DENY-SPECIFIC in
!
ip prefix-list DENY-SPECIFIC seq 5 deny 100.100.100.0/24
ip prefix-list DENY-SPECIFIC seq 10 deny 100.100.99.0/24
ip prefix-list DENY-SPECIFIC seq 100 permit 0.0.0.0/0 le 32
Better solutions
IX
Peering
©2012 AKAMAI | FASTER FORWARDTM
• ISP A is single homed to Transit Provider AS2002
• ISP A obtains a /24 from Transit Provider AS2002’s address space
• all works well
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
100.100.97.0/24100.100.96.0/20
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003
100.100.97.0/24
CDN AS20940 Routing Table
100.100.96.0/20 AS2002
100.100.97.0/24 AS2002 AS1001
0.0.0.0/0 AS4003
100.100.97.0/24
Another variation of this Scenario
IX
©2012 AKAMAI | FASTER FORWARDTM
• ISP A moves to new Transit Provider AS3003, but keeps using his
previously assigned prefix 100.100.96.0/24
• CDN keeps serving traffic to ISP A via Transit Provider AS2002 due to
the /20 being received there
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
100.100.97.0/24
100.100.96.0/20
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003 100.100.97.0/24
CDN AS20940 Routing Table
100.100.96.0/20 AS2002
0.0.0.0/0 AS4003
Transit Provider
AS3003
Provider Change
Peering
IX
©2012 AKAMAI | FASTER FORWARDTM
• Lost of revenue for Transit Provider AS2002 even though their
peering/backbone is utilized
• What happens if AS2002 does not like the traffic from one peer to the
other?
…but
©2012 AKAMAI | FASTER FORWARDTM
• In order to get rid of traffic between peers, Transit Provider AS2002
implements an ACL on IX port facing AS3003
• Traffic gets blackholed, ISP A’s eyeballs don’t receive traffic anymore!
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
100.100.97.0/24
100.100.96.0/20
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003 100.100.97.0/24
CDN AS20940 Routing Table
100.100.96.0/20 AS2002
0.0.0.0/0 AS4003
Transit Provider
AS3003
ACL
hostname AS2002-R1
!
interface TenGigabitEthernet1/1
ip access-group 101 out
!
access-list 101 deny ip any 100.100.97.0 0.0.0.255
access-list 101 permit ip any any
Transit provider filters traffic
IX
Peering
©2012 AKAMAI | FASTER FORWARDTM
• CDN observes ISP A end-users are unable to access some websites
• CDN stops serving unreliable prefixes received from Transit Provider
AS2002, traffic shifts from IX to Transit Provider AS4003
• ISP A can access all websites happily
• Transit Provider AS2002 loses revenue
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
100.100.97.0/24
100.100.96.0/20
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003 100.100.97.0/24
CDN AS20940 Routing Table
100.100.96.0/20 AS2002
0.0.0.0/0 AS4003
Transit Provider
AS3003
ACL
hostname AS2002-R1
!
interface TenGigabitEthernet1/1
ip access-group 101 out
!
access-list 101 deny ip any 100.100.97.0 0.0.0.255
access-list 101 permit ip any any
Unintended Result
Peering
IX
©2012 AKAMAI | FASTER FORWARDTM
Issues
• Don’t assume a full-table on any device on the internet
• If you do announce a prefix others expect you to be able to serve
traffic to all of it
• Don’t allow customers to use your PA space as PI
• Filtering traffic results in:
• short term traffic blackholing!
• long term widthdrawal of traffic resulting in revenue loss
©2012 AKAMAI | FASTER FORWARDTM
• Deaggregate the /20 if you can’t/won’t serve all of it
• Only announce address space you will serve traffic to
• Get a local embedded cluster
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
100.100.97.0/24
100.100.96.0/24
0.0.0.0/0
Transit Provider
AS4003 100.100.97.0/24
CDN AS20940 Routing Table
100.100.96.0/24 AS2002
100.100.98.0/23 AS2002
100.100.100.0/22 AS2002
100.100.104.0/21 AS2002
0.0.0.0/0 AS4003
Transit Provider
AS3003
100.100.98.0/23
100.100.100.0/22
100.100.104.0/21
Better solutions
IX
Peering
Scenario 3: Split Route Announcement
©2012 AKAMAI | FASTER FORWARDTM
• ISP A is multi-homed to Transit Providers AS2002 and AS3003
• Transit Provider AS2002 peers with CDN
• Transit Provider AS3003 does not peer with CDN
• ISP A announces different prefix to different ISP
• ISP A can access full internet
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
100.100.96.0/22
100.100.100.0/22
0.0.0.0/0
Transit Provider
AS4003
CDN AS20940 Routing Table
100.100.96.0/22 AS2002 AS1001
100.100.100.0/22 AS2002 AS1001
0.0.0.0/0 AS4003
Split announcement
IX
©2012 AKAMAI | FASTER FORWARDTM
• End Users are using IP Addresses 100.100.96.0/22, 100.100.100.0/22,
100.100.104.0/22, 100.100.108.0/22
• End Users are using ISP A NS 100.100.100.100
• CDN receives the NS Prefix 100.100.100.0/22 from AS2002 and maps
the traffic for ISP A to this cluster
• 100.100.96.0/22 100.100.100.0/22 traffic is routed via AS2002 while
100.100.104.0/22 100.100.108.0/22 traffic falls back to default route via
AS4003, AS3003
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003
ISP A AS1001
End User IP: 100.100.96.0/24
End User IP: 100.100.108.0/24
DNS: 100.100.100.100
100.100.96.0/22
100.100.100.0/22
Split announcement
IX
©2012 AKAMAI | FASTER FORWARDTM
• This can work perfectly fine
• But the path via the transit providers AS4003 & AS3003 might not be
as good as the direct peering, 100.100.100.108.0/22 end users could
have significantly worse performance
• What will ISP A do if the user complain?
Differing performance
©2012 AKAMAI | FASTER FORWARDTM
• ISP A swaps the route announcements
• Both 100.100.96.0/22 and 100.100.108.0/22 are routed via AS2002
and end-users have the same performance
• The end-user is happy and closes the ticket
ISP A
AS1001
CDN
AS20940
Transit Provider
AS2002
Transit Provider
AS3003
100.100.96.0/20
0.0.0.0/0
Transit Provider
AS4003
ISP A AS1001
End User IP: 100.100.96.0/24
End User IP: 100.100.108.0/24
DNS: 100.100.100.100
100.100.96.0/22
100.100.108.0/22
Problem solved…
IX
©2012 AKAMAI | FASTER FORWARDTM
24hrs later:
• CDN no longer receives NS prefix 100.100.100.0/22 from AS2002
• CDN maps the traffic of ISP A to Cluster B (where they see AS3003’s
prefixes) instead of Cluster A (which only peers with AS2002)
• ISP A will receive the traffic from a completely different source
potentially all via AS3003 now negating all the TE efforts
DO NOT split nameserver and end-user prefixes when traffic engineering
…but
Scenario 4: (Attempted) Content Filtering
©2012 AKAMAI | FASTER FORWARDTM
ISPs do receive requests from Government
organizations to filter specific content
The default action is often to block a specific source IP
If this content is hosted by a CDN this will not do what
you expect!
Content filtering
what it WILL DO: what it will NOT:
blackhole random content to your
end-users
filter any specific content
get your cluster suspended
because of observed loss and all
traffic served from upstream
©2012 AKAMAI | FASTER FORWARDTM
• Standard BGP traffic engineering will not have the
expected results
• Changes in announcements may have a delayed
effect
• Where mapping is based on NS, splitting nameserver
and end-user prefixes over different providers will
have unexpected effects
• Not all clusters have a full table
• splitting more specific announcements over different links can
cause unintended behavior
• Announcing prefixes with holes results in blackholing traffic
• Talk to your CDN partners for finetuning traffic
• DO NOT filter traffic by IP
Summary
©2012 AKAMAI | FASTER FORWARDTM
Matt Jansen mj@akamai.com
as20940.peeringdb.com
Questions?

More Related Content

What's hot

IPLC Analytic Dashboard - Mohd Rizal bin Mohd Ramly
IPLC Analytic Dashboard - Mohd Rizal bin Mohd RamlyIPLC Analytic Dashboard - Mohd Rizal bin Mohd Ramly
IPLC Analytic Dashboard - Mohd Rizal bin Mohd RamlyMyNOG
 
HA System-First presentation
HA System-First presentationHA System-First presentation
HA System-First presentationAvin Chan
 
Transforming Legacy Applications Into Dynamically Scalable Web Services
Transforming Legacy Applications Into Dynamically Scalable Web ServicesTransforming Legacy Applications Into Dynamically Scalable Web Services
Transforming Legacy Applications Into Dynamically Scalable Web ServicesAdam Takvam
 
Internet Noise (A Story About Two Little Subnets - Tom Paseka
Internet Noise (A Story About Two Little Subnets - Tom PasekaInternet Noise (A Story About Two Little Subnets - Tom Paseka
Internet Noise (A Story About Two Little Subnets - Tom PasekaMyNOG
 
giip service brochure (en) 150705
giip service brochure (en) 150705giip service brochure (en) 150705
giip service brochure (en) 150705Lowy Shin
 
APNIC Updates
APNIC UpdatesAPNIC Updates
APNIC UpdatesMyNOG
 
clustering and load balancing
clustering and load balancingclustering and load balancing
clustering and load balancingPrabhat gangwar
 
Network and Security Reference Architecture For Driving Workstyle Transformation
Network and Security Reference Architecture For Driving Workstyle TransformationNetwork and Security Reference Architecture For Driving Workstyle Transformation
Network and Security Reference Architecture For Driving Workstyle TransformationMatsuo Sawahashi
 
Innovation is back in the transport and network layers
Innovation is back in the transport and network layersInnovation is back in the transport and network layers
Innovation is back in the transport and network layersOlivier Bonaventure
 
AWS Direct Connect & Data Ingestion
AWS Direct Connect & Data IngestionAWS Direct Connect & Data Ingestion
AWS Direct Connect & Data IngestionAmazon Web Services
 
Load Balancer Device and Configurations.
Load Balancer Device and Configurations.Load Balancer Device and Configurations.
Load Balancer Device and Configurations.Web Werks Data Centers
 
16482038 dnl marketing2016
16482038 dnl marketing201616482038 dnl marketing2016
16482038 dnl marketing2016Anne Kwong
 
HKIX IPv4 Address Renumbering from /23 to /21 - Experience Sharing
HKIX IPv4 Address Renumbering from /23 to /21 - Experience SharingHKIX IPv4 Address Renumbering from /23 to /21 - Experience Sharing
HKIX IPv4 Address Renumbering from /23 to /21 - Experience SharingAPNIC
 
Денис Баталов, Принципы построения высоконагруженных сайтов на платформе АWS
Денис Баталов, Принципы построения высоконагруженных сайтов на платформе АWSДенис Баталов, Принципы построения высоконагруженных сайтов на платформе АWS
Денис Баталов, Принципы построения высоконагруженных сайтов на платформе АWSTanya Denisyuk
 
(NET403) Another Day, Another Billion Packets
(NET403) Another Day, Another Billion Packets(NET403) Another Day, Another Billion Packets
(NET403) Another Day, Another Billion PacketsAmazon Web Services
 
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftDeploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftCihan Biyikoglu
 
1 wireless fundamentals
1 wireless fundamentals1 wireless fundamentals
1 wireless fundamentalsVenudhanraj
 
How Data Center Traffic is Changing Your Network by KC Lim
How Data Center Traffic is Changing Your Network by KC LimHow Data Center Traffic is Changing Your Network by KC Lim
How Data Center Traffic is Changing Your Network by KC LimMyNOG
 

What's hot (20)

IPLC Analytic Dashboard - Mohd Rizal bin Mohd Ramly
IPLC Analytic Dashboard - Mohd Rizal bin Mohd RamlyIPLC Analytic Dashboard - Mohd Rizal bin Mohd Ramly
IPLC Analytic Dashboard - Mohd Rizal bin Mohd Ramly
 
HA System-First presentation
HA System-First presentationHA System-First presentation
HA System-First presentation
 
Transforming Legacy Applications Into Dynamically Scalable Web Services
Transforming Legacy Applications Into Dynamically Scalable Web ServicesTransforming Legacy Applications Into Dynamically Scalable Web Services
Transforming Legacy Applications Into Dynamically Scalable Web Services
 
Internet Noise (A Story About Two Little Subnets - Tom Paseka
Internet Noise (A Story About Two Little Subnets - Tom PasekaInternet Noise (A Story About Two Little Subnets - Tom Paseka
Internet Noise (A Story About Two Little Subnets - Tom Paseka
 
giip service brochure (en) 150705
giip service brochure (en) 150705giip service brochure (en) 150705
giip service brochure (en) 150705
 
Security-as-a-Service using SDN
Security-as-a-Service using SDNSecurity-as-a-Service using SDN
Security-as-a-Service using SDN
 
APNIC Updates
APNIC UpdatesAPNIC Updates
APNIC Updates
 
clustering and load balancing
clustering and load balancingclustering and load balancing
clustering and load balancing
 
Network and Security Reference Architecture For Driving Workstyle Transformation
Network and Security Reference Architecture For Driving Workstyle TransformationNetwork and Security Reference Architecture For Driving Workstyle Transformation
Network and Security Reference Architecture For Driving Workstyle Transformation
 
Virtual WAN
Virtual WANVirtual WAN
Virtual WAN
 
Innovation is back in the transport and network layers
Innovation is back in the transport and network layersInnovation is back in the transport and network layers
Innovation is back in the transport and network layers
 
AWS Direct Connect & Data Ingestion
AWS Direct Connect & Data IngestionAWS Direct Connect & Data Ingestion
AWS Direct Connect & Data Ingestion
 
Load Balancer Device and Configurations.
Load Balancer Device and Configurations.Load Balancer Device and Configurations.
Load Balancer Device and Configurations.
 
16482038 dnl marketing2016
16482038 dnl marketing201616482038 dnl marketing2016
16482038 dnl marketing2016
 
HKIX IPv4 Address Renumbering from /23 to /21 - Experience Sharing
HKIX IPv4 Address Renumbering from /23 to /21 - Experience SharingHKIX IPv4 Address Renumbering from /23 to /21 - Experience Sharing
HKIX IPv4 Address Renumbering from /23 to /21 - Experience Sharing
 
Денис Баталов, Принципы построения высоконагруженных сайтов на платформе АWS
Денис Баталов, Принципы построения высоконагруженных сайтов на платформе АWSДенис Баталов, Принципы построения высоконагруженных сайтов на платформе АWS
Денис Баталов, Принципы построения высоконагруженных сайтов на платформе АWS
 
(NET403) Another Day, Another Billion Packets
(NET403) Another Day, Another Billion Packets(NET403) Another Day, Another Billion Packets
(NET403) Another Day, Another Billion Packets
 
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoftDeploying couchbaseserverazure cihanbiyikoglu_microsoft
Deploying couchbaseserverazure cihanbiyikoglu_microsoft
 
1 wireless fundamentals
1 wireless fundamentals1 wireless fundamentals
1 wireless fundamentals
 
How Data Center Traffic is Changing Your Network by KC Lim
How Data Center Traffic is Changing Your Network by KC LimHow Data Center Traffic is Changing Your Network by KC Lim
How Data Center Traffic is Changing Your Network by KC Lim
 

Viewers also liked

International opportunity for architects
International opportunity for architectsInternational opportunity for architects
International opportunity for architectsbusaccmov
 
Four Steps to Improve Youth Sports Coaching presentation CPRA 2015
Four Steps to Improve Youth Sports Coaching presentation CPRA 2015Four Steps to Improve Youth Sports Coaching presentation CPRA 2015
Four Steps to Improve Youth Sports Coaching presentation CPRA 2015Kate Nematollahi
 
2016 November renew life Zorg voor spijsvertering
2016 November renew life Zorg voor spijsvertering2016 November renew life Zorg voor spijsvertering
2016 November renew life Zorg voor spijsverteringRinjo Israels New Business
 
CHRIS POTTER DESIGN
CHRIS POTTER DESIGNCHRIS POTTER DESIGN
CHRIS POTTER DESIGNchris potter
 
Have you met with success?
Have you met with success?Have you met with success?
Have you met with success?Dr Rakesh Chopra
 
2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...
2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...
2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...Komandur Sunder Raj, P.E.
 
Pragmatic Machine Learning @ ML Spain
Pragmatic Machine Learning @ ML SpainPragmatic Machine Learning @ ML Spain
Pragmatic Machine Learning @ ML SpainLouis Dorard
 
Intro to machine learning for web folks @ BlendWebMix
Intro to machine learning for web folks @ BlendWebMixIntro to machine learning for web folks @ BlendWebMix
Intro to machine learning for web folks @ BlendWebMixLouis Dorard
 
新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)
新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)
新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)David Chiu
 

Viewers also liked (9)

International opportunity for architects
International opportunity for architectsInternational opportunity for architects
International opportunity for architects
 
Four Steps to Improve Youth Sports Coaching presentation CPRA 2015
Four Steps to Improve Youth Sports Coaching presentation CPRA 2015Four Steps to Improve Youth Sports Coaching presentation CPRA 2015
Four Steps to Improve Youth Sports Coaching presentation CPRA 2015
 
2016 November renew life Zorg voor spijsvertering
2016 November renew life Zorg voor spijsvertering2016 November renew life Zorg voor spijsvertering
2016 November renew life Zorg voor spijsvertering
 
CHRIS POTTER DESIGN
CHRIS POTTER DESIGNCHRIS POTTER DESIGN
CHRIS POTTER DESIGN
 
Have you met with success?
Have you met with success?Have you met with success?
Have you met with success?
 
2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...
2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...
2005 ASME Power Conference Lessons Learned - Low Condenser Vacuum/High Dissol...
 
Pragmatic Machine Learning @ ML Spain
Pragmatic Machine Learning @ ML SpainPragmatic Machine Learning @ ML Spain
Pragmatic Machine Learning @ ML Spain
 
Intro to machine learning for web folks @ BlendWebMix
Intro to machine learning for web folks @ BlendWebMixIntro to machine learning for web folks @ BlendWebMix
Intro to machine learning for web folks @ BlendWebMix
 
新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)
新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)
新聞 X 謊言 用文字探勘挖掘財經新聞沒告訴你的真相(丘祐瑋)
 

Similar to Traffic Engineering for CDNs by Matt Jansen [APRICOT 2015]

Traffic Engineering for CDNs
Traffic Engineering for CDNsTraffic Engineering for CDNs
Traffic Engineering for CDNsMyNOG
 
40 - IDNOG03 - Bob Lau (Akamai) - BGP and Traffic Engineering
40 - IDNOG03  - Bob Lau (Akamai) - BGP and Traffic Engineering40 - IDNOG03  - Bob Lau (Akamai) - BGP and Traffic Engineering
40 - IDNOG03 - Bob Lau (Akamai) - BGP and Traffic EngineeringIndonesia Network Operators Group
 
BGP and Traffic Engineering with Akamai
BGP and Traffic Engineering with AkamaiBGP and Traffic Engineering with Akamai
BGP and Traffic Engineering with AkamaiInternet Society
 
EDNS0 Client-Subnet for DNS based CDNs by Matt Jansen
EDNS0 Client-Subnet for DNS based CDNs by Matt JansenEDNS0 Client-Subnet for DNS based CDNs by Matt Jansen
EDNS0 Client-Subnet for DNS based CDNs by Matt JansenMyNOG
 
Akamai company profile
Akamai company profileAkamai company profile
Akamai company profilerahulp9999
 
Routing for an Anycast CDN
Routing for an Anycast CDNRouting for an Anycast CDN
Routing for an Anycast CDNTom Paseka
 
打破時空藩籬,輕鬆存取您的雲端工作負載
打破時空藩籬,輕鬆存取您的雲端工作負載打破時空藩籬,輕鬆存取您的雲端工作負載
打破時空藩籬,輕鬆存取您的雲端工作負載Amazon Web Services
 
打破時空藩籬-輕鬆存取您的雲端工作負載
打破時空藩籬-輕鬆存取您的雲端工作負載打破時空藩籬-輕鬆存取您的雲端工作負載
打破時空藩籬-輕鬆存取您的雲端工作負載Amazon Web Services
 
Design and Deployment of Enterprise WLANs
Design and Deployment of Enterprise WLANsDesign and Deployment of Enterprise WLANs
Design and Deployment of Enterprise WLANsFab Fusaro
 
Tổng quan công nghệ Net backup - Phần 2
Tổng quan công nghệ Net backup - Phần 2Tổng quan công nghệ Net backup - Phần 2
Tổng quan công nghệ Net backup - Phần 2NguyenDat Quoc
 
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight PROIDEA
 
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight PROIDEA
 
Sspi day out_2014_gilat-carlos_xavier
Sspi day out_2014_gilat-carlos_xavierSspi day out_2014_gilat-carlos_xavier
Sspi day out_2014_gilat-carlos_xavierSSPI Brasil
 
Barriers to content production & distribution in Africa
Barriers to content production & distribution in AfricaBarriers to content production & distribution in Africa
Barriers to content production & distribution in AfricaInternet Society
 
Multi cloud network leveraging sd-wan reference architecture
Multi cloud network leveraging sd-wan reference architectureMulti cloud network leveraging sd-wan reference architecture
Multi cloud network leveraging sd-wan reference architectureMatsuo Sawahashi
 
Business Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical NetworksBusiness Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical NetworksTal Lavian Ph.D.
 
Clone your Network with OpenNebula
Clone your Network with OpenNebulaClone your Network with OpenNebula
Clone your Network with OpenNebulaNETWAYS
 
OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...
OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...
OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...OpenNebula Project
 

Similar to Traffic Engineering for CDNs by Matt Jansen [APRICOT 2015] (20)

Traffic Engineering for CDNs
Traffic Engineering for CDNsTraffic Engineering for CDNs
Traffic Engineering for CDNs
 
40 - IDNOG03 - Bob Lau (Akamai) - BGP and Traffic Engineering
40 - IDNOG03  - Bob Lau (Akamai) - BGP and Traffic Engineering40 - IDNOG03  - Bob Lau (Akamai) - BGP and Traffic Engineering
40 - IDNOG03 - Bob Lau (Akamai) - BGP and Traffic Engineering
 
BGP and Traffic Engineering with Akamai
BGP and Traffic Engineering with AkamaiBGP and Traffic Engineering with Akamai
BGP and Traffic Engineering with Akamai
 
EDNS0 Client-Subnet for DNS Based CDNs
EDNS0 Client-Subnet for DNS Based CDNs EDNS0 Client-Subnet for DNS Based CDNs
EDNS0 Client-Subnet for DNS Based CDNs
 
EDNS0 Client-Subnet for DNS based CDNs by Matt Jansen
EDNS0 Client-Subnet for DNS based CDNs by Matt JansenEDNS0 Client-Subnet for DNS based CDNs by Matt Jansen
EDNS0 Client-Subnet for DNS based CDNs by Matt Jansen
 
16 (IDNOG01) EDNS0 / How CDNS works by Matt Jansen
16 (IDNOG01) EDNS0 / How CDNS works by Matt Jansen16 (IDNOG01) EDNS0 / How CDNS works by Matt Jansen
16 (IDNOG01) EDNS0 / How CDNS works by Matt Jansen
 
Akamai company profile
Akamai company profileAkamai company profile
Akamai company profile
 
Routing for an Anycast CDN
Routing for an Anycast CDNRouting for an Anycast CDN
Routing for an Anycast CDN
 
打破時空藩籬,輕鬆存取您的雲端工作負載
打破時空藩籬,輕鬆存取您的雲端工作負載打破時空藩籬,輕鬆存取您的雲端工作負載
打破時空藩籬,輕鬆存取您的雲端工作負載
 
打破時空藩籬-輕鬆存取您的雲端工作負載
打破時空藩籬-輕鬆存取您的雲端工作負載打破時空藩籬-輕鬆存取您的雲端工作負載
打破時空藩籬-輕鬆存取您的雲端工作負載
 
Design and Deployment of Enterprise WLANs
Design and Deployment of Enterprise WLANsDesign and Deployment of Enterprise WLANs
Design and Deployment of Enterprise WLANs
 
Tổng quan công nghệ Net backup - Phần 2
Tổng quan công nghệ Net backup - Phần 2Tổng quan công nghệ Net backup - Phần 2
Tổng quan công nghệ Net backup - Phần 2
 
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
 
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
PLNOG 6: Christian Kaufmann - How Akamai delivers your packets - the insight
 
Sspi day out_2014_gilat-carlos_xavier
Sspi day out_2014_gilat-carlos_xavierSspi day out_2014_gilat-carlos_xavier
Sspi day out_2014_gilat-carlos_xavier
 
Barriers to content production & distribution in Africa
Barriers to content production & distribution in AfricaBarriers to content production & distribution in Africa
Barriers to content production & distribution in Africa
 
Multi cloud network leveraging sd-wan reference architecture
Multi cloud network leveraging sd-wan reference architectureMulti cloud network leveraging sd-wan reference architecture
Multi cloud network leveraging sd-wan reference architecture
 
Business Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical NetworksBusiness Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical Networks
 
Clone your Network with OpenNebula
Clone your Network with OpenNebulaClone your Network with OpenNebula
Clone your Network with OpenNebula
 
OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...
OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...
OpenNebulaConf 2013 - Keynote: Clone your Network with OpenNebula by Thomas H...
 

More from APNIC

APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119APNIC
 
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119APNIC
 
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119APNIC
 
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119APNIC
 
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119APNIC
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...APNIC
 
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC
 
NANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonNANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonAPNIC
 
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonDNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonAPNIC
 
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPNIC
 
Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6APNIC
 
AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!APNIC
 
CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023APNIC
 
AFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAPNIC
 
AFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAPNIC
 

More from APNIC (20)

APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119
 
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
 
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
 
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
 
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
 
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
 
NANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonNANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff Huston
 
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonDNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
 
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
 
Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6
 
AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!
 
CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023
 
AFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet development
 
AFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment Status
 

Recently uploaded

Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.CarlotaBedoya1
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 

Recently uploaded (20)

Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 

Traffic Engineering for CDNs by Matt Jansen [APRICOT 2015]

  • 1. Traffic Engineering for CDNs Matt Jansen Akamai Technologies APRICOT 2015
  • 2. ©2012 AKAMAI | FASTER FORWARDTM The world’s largest on-demand, distributed computing platform delivers all forms of web content and applications The Akamai Intelligent Platform Typical daily traffic: • More than 2 trillion requests served • Delivering over 25 Terabits/second • 15-30% of all daily web traffic The Akamai Intelligent Platform: 170,000+ Servers 2,000+ Locations 102+ Countries 1,300+ Networks 700+ Cities
  • 3. ©2012 AKAMAI | FASTER FORWARDTM When content is requested from CDNs, the user is directed to the optimal server to serve this user There’s 2 common ways to do that: • anycast: the content is served from the location the request is received (easy to build, requires symmetric routing to work well) • DNS based: the CDN decides where to best serve the content from based on the resolver it receives the request from, and replies with the optimal server How CDNs Work
  • 4. ©2012 AKAMAI | FASTER FORWARDTM Users querying a DNS-based CDNs will be returned different A (and AAAA) records for the same hostname depending on the resolver the request comes from This is called “mapping” The better the mapping, the better the CDN How DNS based CDNs Work
  • 5. ©2012 AKAMAI | FASTER FORWARDTM Example of Akamai mapping • Notice the different A records for different locations: [NYC]% host www.symantec.com www.symantec.com CNAME e5211.b.akamaiedge.net. e5211.b.akamaiedge.net. A 207.40.194.46 e5211.b.akamaiedge.net. A 207.40.194.49 [Boston]% host www.symantec.com www.symantec.com CNAME e5211.b.akamaiedge.net. e5211.b.akamaiedge.net. A 81.23.243.152 e5211.b.akamaiedge.net. A 81.23.243.145 DNS based Mapping Example
  • 6. ©2012 AKAMAI | FASTER FORWARDTM DNS based Mapping 1) end-user requests www.example.com from ISP NS 2) ISP NS recursively (multiple iterations) looks up www.example.com being referred to authoritative CDN NS (by CNAME) 3) ISP NS asks authoritative CDN NS 4) CDN NS looks up IP of requestor (ISP NS) and replies with IP of optimal cluster to serve content (closest cluster for that ISP) 5) ISP NS replies to end-user who 6) requests content from local Cluster end-user ISP NS 1.2.3.4 root/tld/intermediate NS (recursive lookup until reaching authoritative NS) CDN NS Closest cluster 5.6.7.8 1 3 6 2 NS 1.2.3.4? best cluster = 5.6.7.8 4 5
  • 7. ©2012 AKAMAI | FASTER FORWARDTM Types of CDN Deployments (simplified) end-user ISP Internet IX Transit Embedded cluster in ISP Colocated Cluster with IX Infrastructure Cluster with Transit Backend Mapping system
  • 8. ©2012 AKAMAI | FASTER FORWARDTM DNS based CDNs don’t necessarily have a backbone Those clusters can be standalone ‘Islands’ with no connectivity between them! DNS based CDNs usually don’t announce many prefixes as they will only include the local servers • it is not uncommon to see a single /24 from Akamai at an IX • you will receive a different set of prefixes on each peering This does not mean you will not see a lot of traffic • how many servers do you need to serve 10g nowadays? Typical DNS based Topology
  • 9. ©2012 AKAMAI | FASTER FORWARDTM Transit Peer • Akamai does not have a backbone, each IX instance is independent • Cluster uses transit to fetch content origin • Content is served to peers over the IX • BGP session serves 2 purposes: • Route traffic strictly within the local instance • Tell our system which prefixes this cluster is allowed to serve • New prefixes being picked up by the system can take up to 24hrs Origin Server IX Content Typical large IX deployment Origin
  • 10. Scenario 1: prefix withdrawal
  • 11. ©2012 AKAMAI | FASTER FORWARDTM Attempting to shift traffic to another path ISP peers with CDN over 2 IXs • wants to shift traffic from A to B due to reduce backbone traffic • Typical BGP based techniques: 1) AS-Path prepending 2) MEDs 3) more/less specific announcements None of the above have the desired effect! • no network between clusters, any BGP parameters are only locally relevant • Might have undesired effect of shifting traffic to a upstream/competitor on the same IX end-user ISP A IX A IX B
  • 12. ©2012 AKAMAI | FASTER FORWARDTM Problem solved… end-user IX B ISP withdraws some of their prefixes over IX A • Traffic falls back to transit on the same cluster (provided that still has the best performance) • this might result in them receiving the traffic in another location in their network so they’re happy Transit ISP A IX A
  • 13. ©2012 AKAMAI | FASTER FORWARDTM …but not for long within 24hrs • The CDN backend system processes the fact that they don’t receive their prefixes at the IX A cluster • Traffic switches to another cluster where they do receive them (this might be one of their upstreams they have a PNI with in the same city) • Traffic comes back into their network again at the same router! Upstream of ISP A end-user Transit ISP A IX A
  • 14. ©2012 AKAMAI | FASTER FORWARDTM Issues • BGP parameters only locally relevant • Delayed effect of BGP announcements on Mapping System • CDNs typically see your prefixes in many different locations
  • 15. ©2012 AKAMAI | FASTER FORWARDTM Better solution • Talk to the CDN if you have issues with their traffic in a specific location • You can work together to achieve the result you’re looking for • Get a local embedded cluster
  • 16. Scenario 2: more specific Route Announcement
  • 17. ©2012 AKAMAI | FASTER FORWARDTM • ISP A is multi-homed to Transit Providers AS2002 and AS3003 • Transit Provider AS2002 peers with CDN • Transit Provider AS3003 does not peer with CDN • CDN sends traffic to ISP A via Transit Provider AS2002 ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 Consistent Announcements IX
  • 18. ©2012 AKAMAI | FASTER FORWARDTM • ISP A would like to balance traffic between the two upstream providers • ISP A prepends, then applies MED to Transit Provider AS2002. This has no effect on CDN traffic. • Eventually, ISP A de-aggregates the /20 and advertises more specific routes to Transit Provider AS3003 • What will happen? Loadbalancing
  • 19. ©2012 AKAMAI | FASTER FORWARDTM • ISP A announces more specific routes to Transit Provider AS3003 • Transit Provider AS3003 announces new /24 to AS2002 • CDN IX router does not have a full-table, so traffic continue route to the /20 of AS2002 • ISP A is happy with the balanced traffic on dual Transit Providers ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 AS2002 Routing Table 100.100.100.0/24 AS3003 AS1001 100.100.99.0/24 AS3003 AS1001 100.100.96.0/20 AS1001 CDN AS20940 Routing Table 100.100.96.0/20 AS2002 AS1001 0.0.0.0/0 AS4003 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 Loadbalancing works... IX Peering
  • 20. ©2012 AKAMAI | FASTER FORWARDTM • Lost of revenue for Transit Provider AS2002 even though their peering/backbone is utilized • What happens if AS2002 does not like the traffic from one peer to the other? …but
  • 21. ©2012 AKAMAI | FASTER FORWARDTM Transit provider filters traffic • In order to get rid of traffic between peers, Transit Provider AS2002 implements an ACL on IX port facing AS3003 • Traffic gets blackholed, ISP A’s eyeballs don’t receive traffic anymore! ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 100.100.96.0/20 ACL 0.0.0.0/0 Transit Provider AS4003 hostname AS2002-R1 ! interface TenGigabitEthernet1/1 ip access-group 101 out ! access-list 101 deny ip any 100.100.100.0 0.0.0.255 access-list 101 deny ip any 100.100.99.0 0.0.0.255 access-list 101 permit ip any any IX Peering
  • 22. ©2012 AKAMAI | FASTER FORWARDTM • CDN observes ISP A end-users are unable to access some websites • CDN stops serving unreliable prefixes received from Transit Provider AS2002, traffic shifts from IX to Transit Provider AS4003 • ISP A can access all websites happily • Transit Provider AS2002 loses revenue ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 100.100.96.0/20 ACL 0.0.0.0/0 Transit Provider AS4003 Unintended Result IX Peering
  • 23. ©2012 AKAMAI | FASTER FORWARDTM Issues • Don’t assume a full-table on any device on the internet • Filtering traffic results in: • short term traffic blackholing! • long term widthdrawal of traffic resulting in revenue loss
  • 24. ©2012 AKAMAI | FASTER FORWARDTM • AS2002 filters the specific prefixes instead of the actual traffic • work with upstreams and/or CDN for finetuning • Get Transit Provider AS3003 to peer with CDN directly ;) • Get a local embedded cluster ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 100.100.96.0/20 Filter Specific route 100.100.99.0/24 100.100.100.0/24 0.0.0.0/0 Transit Provider AS4003 neighbor PEER-GROUP prefix-list DENY-SPECIFIC in ! ip prefix-list DENY-SPECIFIC seq 5 deny 100.100.100.0/24 ip prefix-list DENY-SPECIFIC seq 10 deny 100.100.99.0/24 ip prefix-list DENY-SPECIFIC seq 100 permit 0.0.0.0/0 le 32 Better solutions IX Peering
  • 25. ©2012 AKAMAI | FASTER FORWARDTM • ISP A is single homed to Transit Provider AS2002 • ISP A obtains a /24 from Transit Provider AS2002’s address space • all works well ISP A AS1001 CDN AS20940 Transit Provider AS2002 100.100.97.0/24100.100.96.0/20 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 100.100.97.0/24 CDN AS20940 Routing Table 100.100.96.0/20 AS2002 100.100.97.0/24 AS2002 AS1001 0.0.0.0/0 AS4003 100.100.97.0/24 Another variation of this Scenario IX
  • 26. ©2012 AKAMAI | FASTER FORWARDTM • ISP A moves to new Transit Provider AS3003, but keeps using his previously assigned prefix 100.100.96.0/24 • CDN keeps serving traffic to ISP A via Transit Provider AS2002 due to the /20 being received there ISP A AS1001 CDN AS20940 Transit Provider AS2002 100.100.97.0/24 100.100.96.0/20 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 100.100.97.0/24 CDN AS20940 Routing Table 100.100.96.0/20 AS2002 0.0.0.0/0 AS4003 Transit Provider AS3003 Provider Change Peering IX
  • 27. ©2012 AKAMAI | FASTER FORWARDTM • Lost of revenue for Transit Provider AS2002 even though their peering/backbone is utilized • What happens if AS2002 does not like the traffic from one peer to the other? …but
  • 28. ©2012 AKAMAI | FASTER FORWARDTM • In order to get rid of traffic between peers, Transit Provider AS2002 implements an ACL on IX port facing AS3003 • Traffic gets blackholed, ISP A’s eyeballs don’t receive traffic anymore! ISP A AS1001 CDN AS20940 Transit Provider AS2002 100.100.97.0/24 100.100.96.0/20 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 100.100.97.0/24 CDN AS20940 Routing Table 100.100.96.0/20 AS2002 0.0.0.0/0 AS4003 Transit Provider AS3003 ACL hostname AS2002-R1 ! interface TenGigabitEthernet1/1 ip access-group 101 out ! access-list 101 deny ip any 100.100.97.0 0.0.0.255 access-list 101 permit ip any any Transit provider filters traffic IX Peering
  • 29. ©2012 AKAMAI | FASTER FORWARDTM • CDN observes ISP A end-users are unable to access some websites • CDN stops serving unreliable prefixes received from Transit Provider AS2002, traffic shifts from IX to Transit Provider AS4003 • ISP A can access all websites happily • Transit Provider AS2002 loses revenue ISP A AS1001 CDN AS20940 Transit Provider AS2002 100.100.97.0/24 100.100.96.0/20 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 100.100.97.0/24 CDN AS20940 Routing Table 100.100.96.0/20 AS2002 0.0.0.0/0 AS4003 Transit Provider AS3003 ACL hostname AS2002-R1 ! interface TenGigabitEthernet1/1 ip access-group 101 out ! access-list 101 deny ip any 100.100.97.0 0.0.0.255 access-list 101 permit ip any any Unintended Result Peering IX
  • 30. ©2012 AKAMAI | FASTER FORWARDTM Issues • Don’t assume a full-table on any device on the internet • If you do announce a prefix others expect you to be able to serve traffic to all of it • Don’t allow customers to use your PA space as PI • Filtering traffic results in: • short term traffic blackholing! • long term widthdrawal of traffic resulting in revenue loss
  • 31. ©2012 AKAMAI | FASTER FORWARDTM • Deaggregate the /20 if you can’t/won’t serve all of it • Only announce address space you will serve traffic to • Get a local embedded cluster ISP A AS1001 CDN AS20940 Transit Provider AS2002 100.100.97.0/24 100.100.96.0/24 0.0.0.0/0 Transit Provider AS4003 100.100.97.0/24 CDN AS20940 Routing Table 100.100.96.0/24 AS2002 100.100.98.0/23 AS2002 100.100.100.0/22 AS2002 100.100.104.0/21 AS2002 0.0.0.0/0 AS4003 Transit Provider AS3003 100.100.98.0/23 100.100.100.0/22 100.100.104.0/21 Better solutions IX Peering
  • 32. Scenario 3: Split Route Announcement
  • 33. ©2012 AKAMAI | FASTER FORWARDTM • ISP A is multi-homed to Transit Providers AS2002 and AS3003 • Transit Provider AS2002 peers with CDN • Transit Provider AS3003 does not peer with CDN • ISP A announces different prefix to different ISP • ISP A can access full internet ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 100.100.96.0/22 100.100.100.0/22 0.0.0.0/0 Transit Provider AS4003 CDN AS20940 Routing Table 100.100.96.0/22 AS2002 AS1001 100.100.100.0/22 AS2002 AS1001 0.0.0.0/0 AS4003 Split announcement IX
  • 34. ©2012 AKAMAI | FASTER FORWARDTM • End Users are using IP Addresses 100.100.96.0/22, 100.100.100.0/22, 100.100.104.0/22, 100.100.108.0/22 • End Users are using ISP A NS 100.100.100.100 • CDN receives the NS Prefix 100.100.100.0/22 from AS2002 and maps the traffic for ISP A to this cluster • 100.100.96.0/22 100.100.100.0/22 traffic is routed via AS2002 while 100.100.104.0/22 100.100.108.0/22 traffic falls back to default route via AS4003, AS3003 ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 ISP A AS1001 End User IP: 100.100.96.0/24 End User IP: 100.100.108.0/24 DNS: 100.100.100.100 100.100.96.0/22 100.100.100.0/22 Split announcement IX
  • 35. ©2012 AKAMAI | FASTER FORWARDTM • This can work perfectly fine • But the path via the transit providers AS4003 & AS3003 might not be as good as the direct peering, 100.100.100.108.0/22 end users could have significantly worse performance • What will ISP A do if the user complain? Differing performance
  • 36. ©2012 AKAMAI | FASTER FORWARDTM • ISP A swaps the route announcements • Both 100.100.96.0/22 and 100.100.108.0/22 are routed via AS2002 and end-users have the same performance • The end-user is happy and closes the ticket ISP A AS1001 CDN AS20940 Transit Provider AS2002 Transit Provider AS3003 100.100.96.0/20 0.0.0.0/0 Transit Provider AS4003 ISP A AS1001 End User IP: 100.100.96.0/24 End User IP: 100.100.108.0/24 DNS: 100.100.100.100 100.100.96.0/22 100.100.108.0/22 Problem solved… IX
  • 37. ©2012 AKAMAI | FASTER FORWARDTM 24hrs later: • CDN no longer receives NS prefix 100.100.100.0/22 from AS2002 • CDN maps the traffic of ISP A to Cluster B (where they see AS3003’s prefixes) instead of Cluster A (which only peers with AS2002) • ISP A will receive the traffic from a completely different source potentially all via AS3003 now negating all the TE efforts DO NOT split nameserver and end-user prefixes when traffic engineering …but
  • 38. Scenario 4: (Attempted) Content Filtering
  • 39. ©2012 AKAMAI | FASTER FORWARDTM ISPs do receive requests from Government organizations to filter specific content The default action is often to block a specific source IP If this content is hosted by a CDN this will not do what you expect! Content filtering what it WILL DO: what it will NOT: blackhole random content to your end-users filter any specific content get your cluster suspended because of observed loss and all traffic served from upstream
  • 40. ©2012 AKAMAI | FASTER FORWARDTM • Standard BGP traffic engineering will not have the expected results • Changes in announcements may have a delayed effect • Where mapping is based on NS, splitting nameserver and end-user prefixes over different providers will have unexpected effects • Not all clusters have a full table • splitting more specific announcements over different links can cause unintended behavior • Announcing prefixes with holes results in blackholing traffic • Talk to your CDN partners for finetuning traffic • DO NOT filter traffic by IP Summary
  • 41. ©2012 AKAMAI | FASTER FORWARDTM Matt Jansen mj@akamai.com as20940.peeringdb.com Questions?