Week 2: Tech Journal - ConnorEast/Tech-Journal GitHub Wiki
# A deeper Look at DNS:
Different forms of dns records:
-
A —> this shows the ip address associated with a specified hostname
-
AAA —> This shows the ipv6 address of a domain.
-
CNAME —> this points two domains (one alias) towards one another.
-
NameServer (NS) —> this points to where a record would be found on a web browser.
-
Mail Exchange (MX) —> This shows where emails should be routed too.
-
Start of Authority (SOA) —> This stores admin information
-
TXT —> This allows owners to store text as dns values
-
PTR —> This allows for the reverse lookup of a domain
9.SRV —> This stores the ip and port number for specified devices.
- Cert —> This holds public keys.