🎯 What you'll practice: The client-server model, DNS resolution, HTTP methods, and status codes.
1-B 2-B 3-C 4-B | 5 = 200 6 = PUT 7 = DNS lookup, TCP connection, HTTP request sent, server processes and responds, browser renders 8 = PUT replaces/updates a resource's data, DELETE removes the resource entirely 9 = Because networking (TCP/IP) routes data using numeric IP addresses, not human-readable names — DNS exists to bridge that gap | 10 = Possible failure points: DNS lookup fails (bad domain), or the server itself is down/returns an error — could also mention TCP connection timeout or a client-side network issue.