InterviewSolution
Saved Bookmarks
| 1. |
What is the DNS? |
|
Answer» DNS is the Domain Name System. It is considered as the devices/services directory of the INTERNET. It is a decentralized and hierarchical naming system for devices/services connected to the Internet. It translates the domain names to their corresponding IPs. For e.g. interviewbit.com to 172.217.166.36. It uses port 53 by DEFAULT. |
|