Communication Between Systems
Networking is the process of connecting computers and systems to share data and resources.
Unique address of a device Example: 192.168.1.1
Domain → IP mapping google.com → 142.x.x.x
HTTP → Web HTTPS → Secure web TCP → Reliable UDP → Fast
80 → HTTP 443 → HTTPS 3000 → Node app
User → DNS → Server → Response
ping → check connection curl → API request netstat → ports