Application Layer - DNS-Mail Flashcards

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

1/16

flashcard set

Earn XP

Description and Tags

Flashcards about Application Layer - DNS-Mail

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What is the function of sockets in computer systems?

Sockets are the 'door' between application layer (user space) and transport layer (kernel space).

2
New cards

What is the primary function of the Domain Name Service (DNS)?

It maps human-readable names to computer-friendly IP addresses.

3
New cards

What are the four main elements that comprise the DNS?

Domain name space, DNS database, name servers, and resolvers.

4
New cards

What are some characteristics of domain names?

They are not case sensitive, constituents are separated by '.', can have up to 63 characters per constituent, and up to 255 characters per path.

5
New cards

Name some types of DNS Resource Records (RRs)

Start of authority, IPv4 address of a host, IPv6 address of a host, Mail exchange, Name server, Canonical name, Pointer, Sender policy framework, Service, and Text.

6
New cards

What is the role of root name servers in the DNS hierarchy?

The root servers form the authoritative cluster for enquiries and are contacted by a local name server that cannot resolve a name.

7
New cards

What are the different types of name servers?

Top-level domain DNS servers, other authoritative DNS servers, and local DNS servers.

8
New cards

How does a local DNS server resolve a query if it does not know the answer?

The local DNS queries up the hierarchy to the top-level (root) DNS for the domain and then relays the answer to the resolver client.

9
New cards

What are the main architectural components of email services?

User agents (UA’s/ MUA’s) which allow user to read and send email and Message transfer agents (MTA’s) which transport messages from source to destination.

10
New cards

What are the basic functions of a user agent (mail program)?

Compose, report, display, dispose.

11
New cards

What are the main components of the RFC 2822 standard for text message format?

Header lines and body.

12
New cards

What are the three phases of an SMTP transfer?

Handshaking, transfer of messages, and closure.

13
New cards

What are the five additional message headers that MIME adds?

MIME-Version, Content-Description, Content-Id, Content-Transfer-Encoding, and Content-Type.

14
New cards

What protocols are used for message transfer and access?

SMTP, POP3, IMAP, and HTTP.

15
New cards

List some audio MIME content subtypes

Basic, mpeg, mp4

16
New cards

What is a primary function of IMAP?

IMAP keeps user state across sessions.

17
New cards

What are the three states of a POP3 transaction?

Authorisation, Transactions, Update.