InterviewSolution
Saved Bookmarks
| 1. |
Following are steps for searching the IP address of a domain name by a browser. Rearrange them in proper order.1. Look in the local memory of ISP 2. Look in the DNS servers starting from the root server . 3. Look in the local memory of browser 4. Look in the local memory of Operating System |
|
Answer» Correct order is 3, 4, 1, 2 |
|