CSS Unit V Internet Infrastructure Security
CSS Unit V Internet Infrastructure Security
The physical hardware, transmission media, and software used to interconnect computers and
users on the Internet. Includes Internet Servers, Web Servers, Internet Storage, Internet Network
Equipment, and Infrastructure Software.
TCP/IP Protocol Stack
Data Format
Domain Name System
The Domain name system comprises of Domain Names, Domain Name Space, Name Server that
have been described below:
Domain Names
Domain Name is a symbolic string associated with an IP address. There are several domain
names available; some of them are generic such as com, edu, gov, net etc, while some country
level domain names such as au, in, za, us etc.
Domain Name Space
DNS Root Name Server
DNS Lookup is a browser-based network tool used to find the IP address of a certain
domain name.
It displays DNS records showing publicly for the domain name being queried.
Lookup allows you to use public DNS servers such as Google, Cloudflare, Quad9,
OpenDNS, etc.
Specify name server, Top-level domain name server, root name server, Authoritative
name server, and other DNS servers for the query.
Therefore, if you changed your web hosting or DNS records, those changes will reflect
instantly.
These DNS server IP addresses support IPv4 and IPv6.
How Does DNS Look UP Works
How Does DNS Look UP Works
Users open a web browser, enter com in the address bar, and presses
Enter button.
The website's name server looks in the example.com hosted zone for the example.
com a record, to get the associated value, such as the IP address for a web server,
34.72.102.28, and returns the IP address to the DNS resolver.
Finally, The DNS resolver for the ISP has the IP address that the user needs. The
resolver returns that value to the web browser. The DNS resolver can store the IP
address, for example.com.
The web browser sends a request, for example.com using the IP address that it got
from the DNS resolver. This is where the actual content is.
The web server or other resource at 34.72.102.28 returns the web page, for example.
com to the web browser, and the web browser displays the page.