13. Application Layer (2) Flashcards

(10 cards)

1
Q

Multiple Choice

Which port does the FTP control connection use?

A) 20
B) 21
C) 69
D) 80

Select one

FTP control connection

A

B) 21

Explanation

FTP control connections use port 21. Port 20 is for FTP data transfer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True/False

TFTP uses TCP as its underlying transport protocol.

True or False

TFTP protocol details

A

False

Explanation

TFTP uses UDP, not TCP, because it is simpler and has lower overhead.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Open-Ended

Name three transmission modes FTP can use.

Answer briefly

FTP transmission modes

A

Stream mode, Block mode, Compressed mode

Explanation

FTP supports these three modes for data transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Multiple Choice

Which command is used to initiate a file transfer request in TFTP?

A) INIT
B) FTP
C) RRQ
D) PUSH

Select one

TFTP initiation commands

A

C) RRQ

Explanation

RRQ (Read Request) initiates file transfer in TFTP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True/False

SMTP uses encryption by default to secure email communications.

True or False

SMTP security

A

False

Explanation

SMTP does not use encryption by default; security features like SSL are added optionally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Open-Ended

What does MIME stand for in email communications?

Answer briefly

MIME details

A

Multipurpose Internet Mail Extensions

Explanation

MIME allows different types of content to be sent over SMTP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Multiple Choice

Which encoding is used by MIME to encode binary data?

A) ASCII
B) UTF-8
C) Base64
D) Unicode

Select one

MIME encoding methods

A

C) Base64

Explanation

Base64 encoding is specifically used by MIME to convert binary data into ASCII.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True/False

POP3 allows users to manage emails directly on the server.

True or False

POP3 protocol capabilities

A

False

Explanation

POP3 is limited and typically downloads emails from the server, minimizing server-side management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Open-Ended

How many bytes are typically in a TFTP data packet block?

Answer briefly

TFTP data transfer

A

512 bytes

Explanation

Default block size in TFTP is 512 bytes, but it can be negotiated differently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Multiple Choice

SMTP uses which port for sending emails?

A) 25
B) 110
C) 143
D) 443

Select one

SMTP ports

A

A) 25

Explanation

SMTP typically uses port 25 for sending emails. POP3 (110) and IMAP (143) are for email retrieval.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly