Application Layer Flashcards

(19 cards)

1
Q
  1. Q: What are the main functions of the application,presentation and session layers?
A

They provide network services, format and present data, and manage connections between applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Q: What is a network protocol?
A

A set of rules that governs data transmission, reception, and processing in a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Q: What does DNS do?
A

Resolves human-readable domain names to IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. Q: What is Telnet used for?
A

Remote access to servers and networking devices via a text interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. Q: What is DHCP?
A

A protocol that dynamically assigns IP addresses and other network settings to devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. Q: What is HTTP used for?
A

Transferring files (HTML, images, etc.) that make up web pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Q: What is the purpose of FTP?
A

To transfer files between computers using client-server architecture.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Q: How does TFTP differ from FTP?
A

TFTP is simpler, connectionless, and often used for bootstrapping devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Q: What is SMTP?
A

A protocol used to send emails from clients or between mail servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Q: What does POP do?
A

Downloads emails from a server and deletes them from the server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Q: What is IMAP’s advantage over POP?
A

Keeps messages on the server and allows access from multiple devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Q: What does the GET method in HTTP do?
A

Requests data from a server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Q: What do the HTTP POST and PUT methods do?
A

Upload data or update content on the server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Q: What does nslookup do?
A

Queries DNS servers to resolve domain names or troubleshoot DNS issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. Q: What is a top-level domain (TLD)?
A

The last part of a domain name, e.g., .com, .org, .jp.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. Q: What are the two FTP connections?
A

One for commands and replies, and one for actual file transfer.

17
Q

What are the port numbers for SMTP, POP3, and IMAP?

A

SMTP - 25, POP3 - 110, IMAP - 143

18
Q

What port does HTTP use? What about HTTPS?

A

HTTP - 80, HTTPS - 443

19
Q

Why is static IP addressing used for devices like servers?

A

To ensure consistent, reachable addresses for critical network services.