🌐 Google Cloud DNS & Cloud CDN — Easy Notes
🌐 Google Cloud DNS & Cloud CDN — Easy Notes 1. What is DNS? DNS = Domain Name System DNS converts a human-friendly hostname/domain name into an IP address . Example: www.google.com ↓ DNS 142.250.xxx.xxx Think of DNS like your phone contacts : "Rahul" → 9876543210 "google.com" → IP address 2. What is 8.8.8.8? 8.8.8.8 is Google's public DNS resolver . Anyone on the internet can configure their device/network to use it for DNS lookups. Example: You → 8.8.8.8 → "What is the IP of google.com?" ↓ IP address ☁️ 3. What is Cloud DNS? Cloud DNS is Google's managed DNS service for applications running on Google Cloud . Suppose you deploy your application: My Application ↓ Google Cloud ↓ External IP: 34.100.20.10 You don't want users to remember: 34.100.20.10 Instead, you want: www.myapp.com Cloud DNS helps connect: www.myapp.com ↓ 34.100.20.10 Simple definition: Cloud DNS = Google's man...