Comptia A+ 1101 DNS & DNS Records

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

DNS (Domian Name System)

- translates human-readable domain names into computer-readable IP addresses
- made of multiple, hierchial servers
- distributed database

2
New cards

RR (Resource Records)

- database records of DNS
- over 30 record types

3
New cards

A (Adress Records) (AAAA)

A Records:
- IPv4
- modify to change the host name to IP address resolution

AAAA Records:
- IPv6
- the same DNS server, different records (modify to change the host name to IP address resolution)

4
New cards

Mail Exchanger Record (MX)

determines the host name for the mail server

5
New cards

Text Records (TXT)


- human-readable text information
- useful public information
- can be used for verification purposes or email security
- use "dig [website name] txt" in cmd prompt to view (or, "nslookup -type=txt [website name/domain name]" when dig isn't available)

6
New cards

Time To Live (TTL)

specifies how long an end station will remember the match between a fully qualifies domain name and IP address

7
New cards

Sender Policy Framework (SPF)

- a list of all the email servers that are authorized to send messages using your fully qualified domain name
- prevents spoofing (mail servers perform a check to see if incoming mail really did come from an authorized host)

8
New cards

Domain Keys Identified Mail (DKIM)

- digitally signs a domain's outgoing mail
- valuated by mail servers (not usually seen by the end-user)
- the public key is stored in the DKIM TXT record

9
New cards

Domain-Based Message Authentication, Reporting, and Conformance (DMARC)

- prevents unauthorized email use and spoofing
- an extension of SPF and DKIM
- takes the extra step to determine the disposition that should be used when someone receives a message that cannot be validated