09-21-2023 09:22 PM
can anyone explain this How DNS works to translate human-readable domain names into IP addresses.
09-21-2023 09:55 PM
you can find several good vidoes on youtube
https://www.youtube.com/watch?v=mpQZVYPuDGU&pp=ygURaG93IGRvZXMgZG5zIHdvcms%3D
https://www.youtube.com/watch?v=uOfonONtIuk&pp=ygURaG93IGRvZXMgZG5zIHdvcms%3D
09-21-2023 11:28 PM
Hello @naveenkumarbasupally,
Please find summarized explanation:
-Device checks its local DNS cache for the corresponding IP address.
-If not in cache, device sends a request to a DNS resolver.
-Resolver contacts root DNS servers to find domain's TLD (e.g., .com).
-Resolver queries TLD DNS servers to find authoritative DNS server for the domain.
-Resolver queries authoritative DNS server for the domain's IP address.
-Authoritative DNS server responds with the IP address.
-Resolver caches the IP address for future use.
-IP address is sent back to the application or browser.
-Application connects to the web server using the IP address.
-Application retrieves content (web page, service, etc.) from the web server.
09-22-2023 09:26 AM
Hi @naveenkumarbasupally !
This community forum is for questions about protecting applications with Duo multifactor authentication and zero-trust access.
Questions about basic networking concepts may be better suited for the Networking community: https://community.cisco.com/t5/networking/ct-p/4461-network-infrastructure.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide