What kind of network system acts as an automated internet address index matching 'Top Level Domain' entries to target primary server nodes? MCQ with Answer and Explanation
Explanation:
DNS (Domain Name System) servers resolve human-readable domain names (e.g., www.example.com) to numerical IP addresses (e.g., 192.0.2.1) required for network routing.
Explanation:
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.
No comments yet. Be the first to start the discussion!