Questions tagged [cdn]

Content delivery network

A content delivery network or content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet. The goal of a CDN is to serve content to end-users. A CDN operator gets paid by content providers such as media companies and e-commerce vendors for delivering their content to their audience of end-users. In turn, a CDN pays ISPs, carriers, and network operators for hosting its servers in their data centers.

@Reviewer: I don't know much about this technology. The description above is from Wikipedia. Perhaps someone with better knowledge of this can edit the wiki. I just added this to bring this tag without wiki into spotlight.

43 questions
37
votes
6 answers

How do CDN (Content Distribution Networks) work?

Taking Akamai as CDN. From what I understand, when a client requests a page, the request goes to Akamai central server, which then depending on the location of client, picks up an Akamai edge server and subsequent requests from client goes directly…
p2pnode
  • 1,357
5
votes
1 answer

How to use Cloudflare for a subdomain (of a domain I own)? Website hosted on Namecheap shared servers

I have a website on a Namecheap shared hosting server and I’d like to use Cloudflare (free tier) for it. The main content of the website is on a subdomain. Root domain has just a dummy landing page. I noticed that when I try to add the website /…
5
votes
1 answer

What's the point of these "random" subdomains on CDN, etc?

I've noticed a lot when using CDNs (streaming videos, files, etc) you download from a terrible-looking random-looking URL that looks something like vl-in-f95.1e100.net or a184-26-136-74.deploy.static.akamaitechnologies.com. YouTube uses ones like…
Joseph
  • 2,178
4
votes
8 answers

Access AWS S3 via FTP?

Is it possible to access your AWS S3 bucket via ftp? I am currently using the AWS console to upload files but this is rather laborious as you cannot upload entire directories. I note that AWS does not offer direct ftp access to S3, but there are…
Kit
  • 203
  • 3
  • 8
4
votes
2 answers

YSlow always tells me my content is not served from a CDN

YSlow always tells me my content is not served from a CDN no matter what value(s) I put in about:config extensions.yslow.cdnHostnames. I've tried entering my.cdn.com, http://my.cdn.com/folder1/a/b/, http://my.cdn.com basically every variation I…
3
votes
1 answer

Bypass OpenDNS and use ISP DNS servers for CDNs (DD-WRT)

I'm using OpenDNS at home with a DD-WRT router (Buffalo Airstation). While OpenDNS is great for many things, Content Delivery Networks don't play nice with it. I noticed this when I tried to rent a movie on iTunes and the playback was very…
John
  • 103
3
votes
1 answer

Is a Reverse proxy works the same as like a CDN

I heard Facebook uses Content Delivery Network(cdn) for loading things faster. Think if I want to load an image, this time it loads from CDN. And it doesn't show the actual address of CDN. A reverse proxy is also used for hiding a particular server…
2
votes
2 answers

How does an Web Accelerator differ from a simple WebServer or CDN?

I was reading an article about Web Application configurations and I came across the concept of a Web Accelerator, but reading the list of features it seems it provides pretty much of the features that I would ask from a CDN or even some Web Server…
bitoiu
  • 71
2
votes
1 answer

A lot of requests being generated to o.aolcdn.com

My computer at work seems to generating a lot of requests to files from o.aolcdn.com. The admins think that I do a lot of browsing. I don't believe I do that much and curious to know how could this be happening. I know CDN sites are usually used for…
Danish
  • 305
  • 1
  • 3
  • 7
2
votes
1 answer

DNS load balancing with multiple IPs on the same domain in GoDaddy

Looking for a cheaper solution than amazon CloudFront, I placed two "A" records with different IPs to different servers on the same subdomain in a NameSever managed by GoDaddy in order to achieve some kind of load balancing and fail over mechanism…
jacmkno
  • 305
1
vote
2 answers

How to fool Akamai and other CDN?

Seems like CDN's are configured like all Russia is Europe and it gives servers from Europe, but east part of country has better connection with Japan. I want to trick CDN's to think that i am from Japan, so that gives me Japan servers.
NermaN
  • 53
1
vote
2 answers

Upload to multiple CDN servers simultaneously via FTP or SSH

Right now I'm uploading files like so: Connect to first server Upload to first server Connect to second server Ulpoad to second server And so on.. Is there some software what can ulpoad my files to all my servers at once? Or can some kind of FTP…
Kristian
  • 313
1
vote
0 answers

Slow download bandwith from Akamai when using company's DNS

I'm working in a company which got its own DNS servers, like many companies do. But I think they are not well configured. When I download files from popular CDNs like Akamai (read AppStore and Apple Developer Connection downloads) the bits are…
DASKAjA
  • 842
1
vote
3 answers

How to force Apache to answer only to Cloudflare?

I'm sure you all know what Cloudflare is (it's a very famous CDN). What I want to do, is force my Apache HTTP server to ONLY answer to Cloudflare. I want Apache to ignore and close or not respond to any incoming socket that doesn't match a list of…
1
vote
2 answers

Where does content distribution network come into picture for youtube

I have vaguely heard of CDNs (Content Distribution Network) and I suppose they come into picture in context of multimedia(audio/video) online sites like youtube. My question is what really are these CDNs?. Do they just mean that data is replicated…
p2pnode
  • 1,357
1
2 3