How CDNs and Alternative DNS Services Combine For Higher Latency 187
The_PHP_Jedi writes "Alternative DNS services, such as OpenDNS and Google Public DNS, are used to bypass the sluggishness often associated with local ISP DNS servers. However, as more websites, particularly smaller ones, use content distribution networks via embedded ads, widgets, and other assets, the effectiveness of non-ISP DNS servers may be undermined. Why? Because CDNs rely on the location of a user's DNS server to determine the closest server with the hosted content. Sajal Kayan published a series of test results which demonstrates the difference, and also provided the Python script used so you can test which is the most effective DNS service for your own Internet connection."
Leave Canada Alone (Score:5, Funny)
Re: (Score:3, Informative)
Why wouldn't I use OpenDNS? They may be working for profit but it is free to individuals. Also, I disagree that they are the "exact same ads" when they consist of a few text links and I trust them more than Comcast. But more importantly, assuming you were correct that they are the same ads, the other benefits far outweigh this nit. The ability to whitelist/blacklist domains and block them by category is more than worth the price of admission, which again is free. Then throw in useage reports... To ignore al
Re:Leave Canada Alone (Score:4, Insightful)
For one, because they're deliberately abusing the Open moniker. They also do not provide an ad-free DNS service, unlike for example Google's DNS server. Furthermore, they redirect www.google.com through OpenDNS servers. Last but not least, to change the configuration (e.g. the Google redirection or the NXDOMAIN highjacking), you have to get an account and always log in. For DNS. Are you kidding me?
Re:Leave Canada Alone (Score:4, Informative)
For this reason I use Internet2, Level 3's (4.2.2.2 - 4.2.2.4), and now google's dns servers.
Re:Leave Canada Alone (Score:4, Insightful)
OR just use a REAL DNS server and don't worry about that shit. Why is this such a hard concept?
Re:Leave Canada Alone (Score:5, Insightful)
I don't give a shit if you use OpenDNS or not. If you like their censorship features then that is great, use what works for you.
What I do give a shit about is people recommending OpenDNS as a good alternative for ISP DNS servers in discussions about NXDOMAIN fuckery. They are about the absolute last alternative DNS provider you should choose if NXDOMAIN is important to you. Just about any of the dozens of other free DNS servers doesn't require you to do retarded shit like use DynamDNS just to get standards compliant DNS results, recommending OpenDNS is irresponsible at best.
Seriously, just because they have "Open" in their name, doesn't mean they are good.
Re: (Score:2)
Wow, so suddenly now purely informative and relevant posts get modded flamebait because of a little profanity? Newsflash mods: profanity does not warrant down-modding, slashdot has no policies against profanity, and never has.
Re: (Score:2)
Its slow, it requires you to opt out of its crappy web redirects, it redirects google on occasion to the wrong servers.
I've got a list about 8 miles long that explains while using OpenDNS is an absolutely retarded idea unless you have absolutely no other choice, which of course you do.
Poor application design (Score:3, Insightful)
Re: (Score:3, Informative)
I think you're missing the point. Geographically aware DNS is used to send you to your nearest deployment of an application. Deciding after you've arrived is too late.
Re: (Score:3, Interesting)
Like you couldn't redirect on GET instead of serving up the app?
Re: (Score:2)
Sure you can! If you don't mind effing up the URL bar and possibly generating certificate warnings.
It's not a clean nor transparent way to do it.
Re: (Score:3, Interesting)
There's various tricks you can do to decide later, if you have significant content other than the raw HTML page itself, though they do require some server processing. The initial HTML request will be based on DNS, but once the user's hit your servers, you have their IP, so you can rewrite the URLs of embedded content / AJAX requests / whatever, so that they hit a geographically nearby server.
Poor applicationn or limits of DNS design? (Score:2)
I think you're missing the point. Geographically aware DNS is used to send you to your nearest deployment of an application. Deciding after you've arrived is too late.
Well depending on the protocol, you could just be redirected to the closest by other means. For example, an http server could redirect to another server by name.
We recently ran into issues of trying to rely on the DNS server for establishing geographic location, when we realised that the DNS server making the address look up could be five serv
Re: (Score:2)
The issue here is actually network hops. Regardless of geographic distance, the fewer hops from router to router from the client to content server is generally better. IF a CDN can put their servers near your ISP's upstream feed point - or, even better, in your ISP's network, then you theoretically get better download performance if you use the ISP's DNS. A 3rd party DNS relay may refer you to CDN server that is more hops away from your client.
Re: (Score:2)
So once you've connected to the server, its then going to have to redirect you somewhere else since its only once you connect that it gets your IP so it can figure out if you need to be directed.
DNS is the step before that, so you can do it one stage earlier.
Or your app has to have some list of ip ranges so it knows where its at and then where to connect to, which means you have to keep the client list up to date since ips move across the nation wildly. The IP I had 2 months ago is no being used in Texas,
Re: (Score:2)
Or you can use DNS for a first guess to the closest site, then use a redirect at the server (which, unlike DNS, sees the real client IP) to correct egregiously bad geo-DNS decisions. This way, a redirect is only done if it's likely that the overhead of the redirect itself will be offset by the faster page load from the "correct" site.
Is this a problem? (Score:2)
How many of the resources hosted by CDNs are things which we're already stopping with various ad blocking techniques, and how many are content we actually care about?
Re:Is this a problem? (Score:5, Informative)
It isn't just ads. For example, Microsoft, Apple, Symantec, and Red Hat use CDNs for distributing software updates (that's just a few companies I know of off the top of my head). Basically, CDNs keep the Internet working, saving server load at the source and bandwidth across the Internet and at the providers.
Re: (Score:2)
Re:Is this a problem? (Score:5, Informative)
The whole point of a CDN (the middle initial) is distribution, theoretically to a broad area.
For example, without a CDN, you have 3 servers, all located in San Francisco. The guy who lives in Florida (or Russia, or South America) who requests content from your server will receive it much more slowly than the guy who lives in Vegas.
With a CDN, there will be servers all over the nation (and preferably around the world, if you serve internationally) which will be physically closer to the requestor that can serve with a lower latency. The servers within the CDN farm utilize reverse DNS lookup to balance and serve traffic from the correct place.
Re: (Score:2)
Not likely. Theres more latency sure, and australia has shitty connections to the rest of the world, but outside that, there really isn't a bandwidth limitation on the backbone, just latency issues, which TCP handles just fine.
Re: (Score:2)
Respectfully, I disagree, since we see exactly the opposite of what you're saying using our CDN setup. Packet loss over long distances causes a slow retransmittal if it has to go across the world. More switching = slower transmittal as well, so if you can reduce the number of stops along the way, you're going to see both lower latency and less retransmission.
Also, I never said bandwidth, I just said it would get there more slowly, and that's due to the number of computers sitting between me and the theoreti
Re: (Score:2)
So, um..
Why can't the CDN's use the same system?
Re: (Score:2)
That's *exactly* what a CDN is, although generally they're implemented as caching proxies as opposed to true mirrors (i.e. content is pulled into a site the first time it's accessed, then served from the site from that point on). Just about every large web property uses CDNs run by Akamai, Limelight, Internap, Level3, and others, and most the largest sites (Google, Yahoo, et al) operate their own in-house.
DNS is used because *most* of the time, the location of your DNS resolver is a good hint of the client'
Re:Is this a problem? (Score:4, Interesting)
Re: (Score:2)
It's not as much a matter of "using DNS" to determine your location, it's using the IP of the DNS server asking for the CDN's IP to determine your location - with the possibly faulty assumption that your DNS server is near you geographically.
The problem is the CDN's DNS only sees your DNS IP, not your computer's IP.
There are actually a couple solutions to this, though. The most efficient one is Google's proposed extension to DNS that basically forwards the IP of the host originally making the request.
Anoth
Re: (Score:2)
RTSP (IETF media streaming protocol) and RTMP (Adobe's proprietary version) support redirects as well.
Re: (Score:2)
True - and really, ANY protocol can support redirecting as long as it's part of the protocol, by definition ;)
Just curious, though, does anyone actually *use* RTSP any more? I think most of the big players (Apple, Microsoft/Silverlight, Netflix, Vudu, CinemaNow, etc) have all switched to some form of HTTP adaptive streaming. And others are swiching away from Flash (Netflix, Youtube) where possible, partly because it doesn't support seamless adaptive bitrate changes with RTMP...
Re:Is this a problem? (Score:5, Interesting)
This is exactly the problem. Most people have probably not heard about a little company called Akamai, but chances are if you're downloading content from a large site, you're using Akamai's content delivery network. Go view a trailer on Apple's site for instance and you'll see the host is actually served off edgesuite.net (which is Akamai). They use a distributed system of caching mirror servers to serve up content to a server closest to you geographically.
The one reason I use an open DNS server instead of my cable provider's (Cox Cable) servers is because they have an Akamai server for Cox and it was horribly overloaded. I was getting 512 Kbps anytime I was trying to download something from Apple. I switched my DNS to a combination of Level3's and Cisco's open DNS servers and I started hitting another Akamai server outside Cox and started getting 15 Mbps. It was night and day going from barely being able to watch a standard definition movie trailer on Apple's site while it buffered buffered, played, buffered, play buffered, etc. to being able to watch a 1080p HDTV stream with the buffer way ahead of my realtime viewing.
Re: (Score:3, Insightful)
Ok, saving network capacity I can buy as a benefit. I'm not sure that latency - the focus of TFS - is a real issue when downloading software updates, though.
Re: (Score:2)
You are also one of the guys who claims its going to collapse under its own weight next year too I'm sure.
If you think the limited amount of bandwidth is the issue than you really don't know anything about what the backbones are capable of.
Just because your local ISP is too cheap to upgrade its circuits to fill its own needs doesn't mean the internet is 'out of bandwidth'
Re: (Score:2)
Nope, I don't think the Internet is going to "collapse". I've run servers and networks for ISPs for over 14 years, so I think I understand just a little about how things work. We have had Akamai servers on our network for about 10 years, and they save us a good chunk of bandwidth (as much as 15% some days) and give our users a better experience (faster and smoother downloads).
Re:Is this a problem? (Score:5, Interesting)
Seven or so years ago, before I retired from one of the large cable companies, CDNs were hosting the relatively static parts for a surprisingly large number of broadly popular sites. I had an opportunity to see the list when we were approached by the then-largest CDN, who wanted to place servers in many of our head-end locations for the obvious performance benefit. I was the one who pointed out that all of our internal DNS requests were routed to one of two data centers, one on the East Coast and one on the West, creating exactly the situation described in the OP: the CDN would have no idea where the original request came from, so would be unable to direct the end user to the appropriate server.
I was one of the few engineers who argued for less centralization in our network. I wanted broader distribution for reliability purposes: at that time, the massive centralized mail servers had a tendency to fail at the drop of a hat. But it would also have given us the ability to work with companies like the CDNs in order to provide better service.
Re: (Score:2)
Re: (Score:2)
Supposedly my ISP of 2 years ago consolidated its servers into 2 data centers about 3 years go. About 2.5 years ago, their DNS servers in 1 center went off line and the servers in the other center were overloaded, so they went down, too. Fortunately, my local head end still had a machine they could use for DNS and did so (allowing only local subscribers, of course). The nest major DNS outage they had, the local head end no longer that resource, and their routers were forcing all DNS requests to their server
Re: (Score:2)
Re: (Score:2)
As I said in my post, the ISP's routers were redirecting DNS requests to the IPS's own DNS servers. I don't know if that one still does this, but my current ISP currently does not.
Google Public DNS (Score:4, Informative)
Re: (Score:3, Informative)
But if you look at TFA, that doesn't actually work in practise - looking at, for example, the swedish EC2 host pinging -
internap:
using local DNS gives a ping of 36.3, opendns is 40 and googledns is 189!
akamai:
local dns resolved IP pings at 13.2, opendms at 51.7 and googledns at 36.
In both cases, using local DNS gives a substantially faster responding server with both CDN networks tested, presumably one that is physically closer to the testing machine. Using google DNS and open DNS both result in getting les
Re: (Score:2)
Re: (Score:2)
Yeah the latency is a minor issue, particularly for video content where actual bandwidth and jitter matters. Adding up the latency for lots of gets on a single web page might be noticeable. In the bigger scheme of things, having your traffic travel a longer path ends up costing someone more money. Traffic taking longer paths increases the bandwidth use on cross-country fibers, may involved farming out to other backbones for delivery, etc. It's the same notion (or at least used to be) of local calls bein
Re: (Score:2)
What? (Score:2)
I don't really know what benefits CDN could give me.
Anyway, I solved the sluggish ISP DNS problem with simply installing bind9 and be done with it. Setting up a DNS server on a modern system is really child's play, no need for the openDNS stuff.
(install bind9; remove DNS IP. Done - around 1 minute)
Re: (Score:2)
I solved the sluggish ISP DNS problem with simply installing bind9
So instead of one problem, you now have two? ;-)
Most of the complaints I read on Slashdot invariably seem to be related to a loss of control. Seems to me that if you object to how others do things, taking charge and doing it yourself when possible is the only logical solution. For the tecnically inclined, that typically amounts to a few extra bucks per month along with, as you pointed out, some minimal work.
Re: (Score:2)
> ...that typically amounts to a few extra bucks per month...
For what?
Re: (Score:2)
avoids any DNS tracking on the part of my ISP
Assuming your ISP doesn't sniff your DNS requests. Having DNSSEC on the root servers only serves to detect DNS high-jacking. As I understand it, the actual DNS requests and responses are still open to monitoring.
Re: (Score:3, Informative)
Slashdot uses Akamai (Score:2, Informative)
Re: (Score:2)
Most CDNs don't do this.. (Score:4, Insightful)
While some shoddy CDN companies may reroute you at the DNS level, many are actually smarter about it. Smart systems will redirect you to a 'closer' system via a different URL for media files, or utilize anycast BGP routing so that you always take the shortest path to one of their nodes.
As for 'who serves stuff on CDNs that I want to see anyway' -- everyone. From porn sites to Google to Youtube, they're all one type or another of CDN.
Re: (Score:3, Informative)
Ok so by "shoddy CDN companies" you mean every CDN anyone here has ever heard of? And the vast majority of enterprises that have hot/hot (public) datacenters?
Using anycast for serving content is a guarantee of fail. Great for DNS, less than ideal for HTTP. How serious a failure depends on important reliable and consistent end user experience is. Using geolocation based on the actual source address for content within the pages is a very intelligent thing to do in addition to doing it at the LDNS level in
Questionable testing method (Score:2)
Two things make those numbers fairly irrelevant: CDNs are optimized for delivering content to end users, not datacenters (where most machines are non-Windows anyway, so you don't even need AV updates). And what matters in the end aren't ping times, but actual request latency.
Uptime (Score:3, Insightful)
Considering TWC can't keep their DNS servers up reliably using them is not even an option.
Re: (Score:2)
Bean counters refusing to approve more and/or better machines to host DNS.
Re: (Score:2)
Pathetic. How hard is it to keep BIND running?
Maybe they were on Fedora. Multiple yum updates broke production BIND's in recent months.
All the more reason to block. (Score:2)
This is not accurate (Score:5, Informative)
I'm the founder of OpenDNS (and long-time slashdot reader).
This article is not very accurate for a number of reasons. First, both my service (OpenDNS) and Google's are co-located in similar POPs to all of the major CDNs which causes this problem to be largely avoided. The author of the blog post used a tiny sample size and tested mainly from EC2 instances, neither of which helps his cause.
1) EC2 instances are BY DESIGN not co-located in the same place as major peering infrastructure because that real estate costs more. They are one or two hops away. People use EC2 for compute power, not for routing performance. So he needs to use something like Keynote or Gomez to test from home connections. If he had, he'd see it doesn't impact anything, and often improves performance, especially in the US. We don't have POPs in Asia yet, though they are coming this year, and when we do, we'll improve things for him.
2) Akamai is the only CDN where this will ever be perceptible because their deployments are so dense. They have 3000+ pops which means they will also be able to target more precisely. But this is being worked on RIGHT NOW in the IETF -- http://tools.ietf.org/html/draft-vandergaast-edns-client-ip-01 [ietf.org]
Anyways, this is really not the issue the author makes it out to be, and for the edge cases, they are being worked on.
Thanks,
David
Re: (Score:3, Interesting)
Hi David. Isn't it possible for you to just cooperate with Akamai and resolve according to the client location based on IP address?
Re: (Score:2)
Re: (Score:2)
1) Give the site you are visiting revenue
2) Cost the advertiser in bandwidth even though you don't have to see the ad.
Some folks have gone to Chrome preferentially so that they can block post render and allow their favorite sit
Re:This is not accurate (Score:5, Informative)
Re: (Score:2)
Most disagree since the ultimate authority will see the clients IP eventually,
I think the concern could be about unnecessary disclosure to 4th parties. (The 1st responder DNS being the 3rd party and the "ultimate authority" being the 2nd party)
Re:This is not accurate (Score:5, Insightful)
>. Unfortunately the old guard of DNS (Vixie, et al) are not supporting it because they fear it raises insurmountable privacy concerns.
Old guard? You'll find end users are also very much concerned with privacy. Rewriting the DNS spec solely for CDNs is ridiculous. Want location services in web broswer? Add it to http. Let the browser makers figure out the implemention.
Not to mention, there's nothing open about your service. Its simply free. There's nothing open source about it and you openly violate the DNS spec with your typo domain crap. Sorry, the internet doesnt need "open" dns to ruin dns. You've done enough already. Thankfully, google offers free dns at 8.8.8.8.
Re: (Score:3, Interesting)
You have summarized the privacy concern well. That's exactly the issue. The fear that is held is that implementations won't respect someone who includes 0.0.0.0/0 and instead will replace it with the actual client's source_addr when forwarding a request along. Think hotel, cafe, wifi hotspot vendors, etc... Those folks tend to implement for ease, not privacy. And sometimes they opt against privacy.
The critics of the proposal think that there is no assurance of privacy, and they feel that's a reason to
Re: (Score:2)
Actually, I was thinking in terms of some intermediate DNS provider between the 1st responder (which sees the client's DNS request directly) and the final destination, which may or may not also be the authoritative DNS provider. That is, either the first responder forwards the request to another non-authoritative provider rather than directly to the authoritative provider. or the authoritative DNS provider is a 4th party providing DNS on behalf of the final destination. Either could result in disclosing the
Re: (Score:2)
Re: (Score:2, Interesting)
awesome! thank you for your reply. BUT wouldn't giving client ip away in the dns request reduce privacy?
Re: (Score:3, Interesting)
Re: (Score:2)
Because the organization that runs the authoritative DNS isn't going to see your source IP in a fraction of a second when you make the connection to their (in this case) web server?
Re: (Score:3, Insightful)
Well the critics argue that the Internet != The WWW. Which is true. If you are sending email, the destination SMTP server, and it's corresponding authoritative DNS server would never normally see the client's original IP. The fact that TONS of benefits exist from routing and performance to anti-spam measures would benefit from this, we're creating a vector of privacy leakage that possibly didn't previously exist in all scenarios.
None of this considers the fact that very few DNS operators would actually e
Re: (Score:2)
None of this considers the fact that very few DNS operators would actually even implement this standard.
I take it that you and the other big DNS providers use custom DNS software? Still, I wonder how many others use BIND (though I suppose they might be part of the "old guard", so would not implement the feature).
Re: (Score:2)
Actually this isn't even true- when you initially submit it to the first MTA that connection always was from 'you.' That server would be (in the worst case) the first one that used DNS to the receiving domain. It would also be a host trying to directly connect to the MX.
I can't think of a single protocol this isn't true for, so how would anyone except whomever you choosen as your LDNS provider and parties authoritative for your destination ever be seeing this information?
I know, I'm preaching to the choi
Re:This is not accurate (Score:5, Informative)
You know, I'd thought I'd actually try it out for myself with a rough and ready test. I have an ISP that gives me multiple real IP addresses, so I stuck my PC on the DMZ with a real IP, and tested each of the DNS servers as the sole DNS server in windows, without using either my local dnsmasq local cache or the one on my router. Obviously, I flushed windows own DNS cache between each ping test. The results are below, make of them what you will.
I also tested all DNS providers with both primary and secondary servers; since the 2ndary servers always gave me the same IP address as the primary, they're not included. Ping times are a simple 0DP average of two sets of 10 pings (and there were no odd spikes, with my connection otherwise idle)
First though, the response times of the DNS servers themselves, average uncached - tested using GRC's DNSBench.
aaisp is my own ISP, BT is a large ISP in my country, 4.2.2.3 is one which I'm using at the moment, having previously tested it as fastest.
google (8.8.8.8): 156ms
opendns (208.67.222.222): 176 ms
aaisp (217.169.20.20): 115 ms
BT (194.72.9.34): 71ms
level 3 (4.2.2.3): 95ms
Then, testing which CDN server each DNS server sends me to, and the ping times of those servers - I used the same CDN DNS names as the article;
First, cdn.thaindia.com (internap):
google resolves as 64.7.222.130, ping 167ms
opendns resolves as 77.242.194.130, ping 15ms (!)
aaisp resolves as 64.20.60.99, ping 82 ms
BT resolves as 64.20.60.106, ping 81ms
level 3 resolves as 64.20.60.106, ping 81ms
Then profile.ak.fbcdn.net (akamai):
google resolves it as 92,122,217,75, ping 22ms
opendns resolves as 195.59.150.152, ping 15ms
aaisp resolves as 92.122,208.106, ping 13ms
BT resolves as 88.221.94.242, ping 14ms
level 3 resolves as 195.59.150.144, ping 15 ms
However you slice it, google's public DNS is a bad choice for me. Longer to resolve addresses, and it sends me to non-optimal CDN servers. OpenDNS is a mixed bag; slower resolution than the rest, but sends me to easily the most optimal cdn.thaindia.com server (shame about the redirected NXDOMAIN problem). Yet BT are the fastest DNS resolver of all, and still return decent results. Go figure; I thought they'd be overloaded and well, crap.
I'm definitely going to have to further testing for my own personal use, using whole page rendering on my favourite sites to see what is actually the best option for me personally, as DNS resolver speed clearly isn't the whole story in this CDN world.
Re: (Score:2)
by davidu (18) writes: on Saturday May 29, @11:32AM (#32389146)
I'm the founder of OpenDNS (and long-time slashdot reader).
Oh yeah, how long-time? I've been reading /. for 928499 seconds where as you've apparently just clicked here 18 seconds ago. What a newbie! They should have somekind of filter for first time posters...
) = hides under hat
Re: (Score:2)
Since you're here ...
So you want to explain why you hijack google traffic?
Why does www.google.com CNAME to google.navigation.opendns.com ... which is in your address space and apparently just passes through to the real google servers?
Re: (Score:3, Interesting)
If anyone would like to see this for themselves on any servers they use, check out namebench
http://code.google.com/p/namebench/ [google.com]
Tests to figure out which DNS servers you should use from a speed perspective mostly, but does all sorts of neat checks for DNS hijacking like OpenDNS does.
Its bad enough to do NXDOMAIN hijacking, but flat out stealing google traffic and running it threw their own servers is just bullshit.
Re: (Score:2, Interesting)
Re: (Score:2)
OpenNIC published server locations... (Score:4, Informative)
...so those in the know can select the nameserver(s) closest to them [opennicproject.org] without having to depend upon a 3rd party to determine (sometimes erroneously) what servers are closest.
Re: (Score:2)
Selecting the close name servers doesn't mean those DNS servers are returning the closest servers for the names you're looking up.
Short of some sort of hijacking or really shitty service you should be using your ISPs name servers. Even on slashdot, its highly unlikely that you really do no more than the admins upstream.
Yes, 15 or 20 slashdot readers do, but the rest of you are just armchair admins who really don't know what your doing regardless of how many forums you've read.
It's a race... (Score:2)
...to see who has the balls to announce to the /. world that they don't know what CDN stands for!
I win! [wikipedia.org]
Re: (Score:2)
going wrong (Score:2)
"...used to bypass the sluggishness..."? (Score:2)
I use Google DNS to bypass the interstitial ad results page my ISP pops up with any "incompletely typed" (i.e. I didn't type .com/.net/etc.) or mistyped URL.
Since I rarely if ever click on widgets, ads or other assets, I doubt that any lag time in response would make a material difference to me (nor, I suspect, would it to many others).
Geographically nearby is BS outside America (Score:2)
I'm a big fan of CDNs... (Score:2)
...but my current ISP redirects all NXDOMAIN results to their ad page, and the only "opt-out" is a browser cookie that turns that page into an error page. At least Verizon offered an alternative DNS server with that misfeature disabled. I can't wait until my one-year contract is up.
Re: (Score:2)
Just Askin' (Score:2)
Shouldn't the script begin with
#!/usr/bin/python
and I needed to install dnspython as a dependency.
Do you even know what a CDN is? (Score:2, Insightful)
Yeah, go ahead and block them. Try it. Do you know what happens? Most of the web sites you use just won't fucking work. This is especially true with so many web sites these days serving up their images, JavaScript scripts and stylesheets via a CDN.
Re: (Score:2)
Re: (Score:3, Interesting)
As a case in point, Slashdot is perfectly fine without images or Javascript (as long as you request Javascript-free pages, which are readily delivered).
Re: (Score:3, Interesting)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
I'm going to go out on a limb and say that in "most cases" CDNs do in fact provide a service of providing faster access to content. There are problems, like the one this story points out, but they definitely do provide a useful service.
Re: (Score:2)
Sure, if you don't mind not being able to access:
- Media from iTunes
- Windows software updates
- Netflix video on demand
- *any* digital media purchased from amazon.com (even DRM-free mp3s)
- Images from flickr
- boston.com's The Big Picture
- Any image I embed in a fark.com comment.
Re: (Score:3, Informative)
Re: (Score:2)
Yeah, as long as your entire transaction consists of a single packet being sent to the server. It's not reliable after that.
Re: (Score:2)