DNS Record Types& Subnet Formulas Flashcards
A
Maps hostname to IPv4
AAAA
Maps hostname to IPv6
CNAME
Canonical name. Ex(diontraining.com = www.diontraining.com)
MX
Mail exchange record maps domain name to email server
NS
Denotes authoritative name server for the domain
PTR
Pointer record refers to canonical name; used for reverse (give IP get FQDN back) DNS lookups
SOA
Start of Authority. Provides contact info, primary name server, refresh times
SRV
Generalized service location record. Locates where other services are on the DNS
TXT
designed to hold humanm readable code.
SPF protocol
Sender Policy Framework
prevents mail spoofing
mail servers check thaT incoming mail really did come from an authorized host
DKIM
Domain Keys Identified Mail
Digitally sign your outgoing mail, validated by mail server not usually seen by the end user.
ZONE TRANSFERS
used for redundancy in dns servers. full zone transfers can be a security risk.
Number of Created Subnets
2^s, s is number of borrowed bits
Number of Assignable IP Addresses
2^h-2
h is number of host bits or 0s in binary