|
|
|
|
|
by musicale
1115 days ago
|
|
> cloud is just a new term for the World Wide Web I think of cloud computing as network-accessible computing resources, often provided by commercial services like AWS, GCP, Azure, etc.. (Though private clouds are also a possibility.) These services typically provide web-based management interfaces and HTTPS-based control APIs, but the computing resources themselves are not tied to the web or HTTP(S). For example I usually interact with cloud computing resources using SSH - a modern equivalent to the remote terminal/remote login protocols that predated the web by decades. Perhaps you are thinking of CDNs like Cloudflare or Akamai which cache web content for faster access, scalability, and resistance to DDoS? |
|