Hi everyone!
Here lets know how DNS resolver is happening.
Domain Name System(DNS)
**User**-Client -> DNS query Initiation -> sub resolver -> Resolver
ISP ->Root Name Server[NS] -> TLD -> sub domain
Sub Resolver
- It is a locaal machine.
- It has Internal DHCP, cache.
- The data will be stored here for future use.
- If the IP not found then move to Resolver ISP.
Resolver
- It is the main resolver like Jio,Google, cloudflare etc.
- If not have then, move to Root Name Server (.org , .com , .in)
TLD(Top Level Domain)
It Knows where the address of sub domain(www)
If not found here, then move to next.
Sub Domain
here it have the IP address for the requested website
So, this is how the DNS resolver is happening.
Top comments (0)