mirror of
				https://github.com/donnemartin/system-design-primer.git
				synced 2025-11-04 10:12:32 +03:00 
			
		
		
		
	Clarify CDN advantages (#310)
This commit is contained in:
		@@ -628,7 +628,7 @@ A content delivery network (CDN) is a globally distributed network of proxy serv
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Serving content from CDNs can significantly improve performance in two ways:
 | 
					Serving content from CDNs can significantly improve performance in two ways:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Users receive content at data centers close to them
 | 
					* Users receive content from data centers close to them
 | 
				
			||||||
* Your servers do not have to serve requests that the CDN fulfills
 | 
					* Your servers do not have to serve requests that the CDN fulfills
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Push CDNs
 | 
					### Push CDNs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user