Kibosh makes protecting your family online easy.
A little behind-the-scenes look at a DNS Query:
- → You type
www.example.com
into your web browser. - → Your device sends a request to your configured Kibosh DNS
- → The Kibosh DNS asks the root nameserver for the IP address of the TLD nameserver responsible for
.com
domains. - ← The root nameserver returns the IP address of the .com TLD nameserver to the Kibosh DNS
- → The Kibosh DNSasks the .com TLD nameserver for the address of the authoritative nameserver responsible for
example.com
. - ← The .com TLD nameserver returns the IP address of the authoritative nameserver to the Kibosh DNS
- → The Kibosh DNS asks the authoritative nameserver for the IP address of
www.example.com
. - ← The authoritative nameserver returns the IP address of
www.example.com
to the Kibosh DNS - ← The Kibosh DNS checks the domain name & IP against website ACL
- ← The Kibosh DNS returns the IP address of
www.example.com
to the browser. - → Your browser makes a web request directly to the resolved IP address.
This is one of the tools we use.
Enjoy.
0