178k views
4 votes
A network technician sets up an internal dns server for his local network. When he types in a url which is checked first

User Akhil F
by
6.5k points

2 Answers

4 votes

Final answer:

When setting up an internal DNS server for a local network, the client devices are configured to check the internal DNS server first before querying external DNS servers.

Step-by-step explanation:

When setting up an internal DNS server for a local network, the network technician will typically configure the client devices to check the internal DNS server first before querying external DNS servers. This is done to prioritize and optimize DNS resolution within the local network.

For example, let's say the internal DNS server has an entry for a URL like 'www.example.com' mapped to an internal IP address. When a user types in 'www.example.com' in their web browser, the client devices will first check the internal DNS server. If the URL is found in the internal DNS server's records, it will return the corresponding internal IP address. If not found, the client devices will then query external DNS servers to resolve the URL.

User Askrynnikov
by
5.7k points
3 votes

Answer:

The first thing that the browser checks is the cache for the DNS record to find the corresponding IP address.

Step-by-step explanation:

After the technician sets up the internal DNS server for his local network, the first thing that is checked when he types a website into the url of a browser is the cache to look for corresponding IP addresses.

DNS which means Domain Name System is a database that maintains the website name (URL) and the IP address that it is linked to. There is a unique IP address for every URL (universal resource locator).

Internal DNS servers store names and IP addresses for internal or private servers

User Dan Laffan
by
5.6k points