5-C Flashcards

1
Q

What is the primary function of the Transport layer in the TCP/IP protocol stack?

A

To identify each type of network application by assigning a port number between 0 and 65535.

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

What are the two main protocols that implement port assignment in the TCP/IP suite?

A

TCP and UDP.

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

What does TCP stand for?

A

Transmission Control Protocol.

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

What type of protocol is TCP?

A

Connection-oriented protocol.

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

What are the key functions of TCP?

A
  • Establishes a connection using a handshake
  • Assigns sequence numbers to packets
  • Allows acknowledgment (ACK) of received packets
  • Allows negative acknowledgment (NACK) for retransmissions
  • Enables graceful session termination with a FIN handshake.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which application protocols must use TCP due to their need for reliability?

A
  • HyperText Transfer Protocol (HTTP)
  • HyperText Transfer Protocol Secure (HTTPS)
  • Secure Shell (SSH).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does UDP stand for?

A

User Datagram Protocol.

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

What type of protocol is UDP?

A

Connectionless, non-guaranteed method of communication.

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

What are the characteristics of UDP?

A
  • No sequencing
  • No acknowledgments
  • No guarantee of delivery or order.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What types of applications typically use UDP?

A
  • Voice
  • Video
  • Applications that can tolerate missing or out-of-order packets.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the purpose of the Dynamic Host Configuration Protocol (DHCP)?

A

To request IP configuration information from a server.

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

Why does DHCP use UDP instead of TCP?

A

It uses broadcast transmissions, which are not supported by TCP.

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

What is the purpose of the Trivial File Transfer Protocol (TFTP)?

A

To obtain a configuration file for network devices.

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

What is the range of port numbers assigned to applications?

A

0 to 65535.

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

What is the purpose of port 80?

A

HyperText Transfer Protocol (HTTP) for unsecure websites and web services.

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

What is the purpose of port 443?

A

HTTP Secure (HTTPS) for secure websites and services.

17
Q

What protocol uses port 22 and what is its purpose?

A

Secure Shell (SSH) for secure command-line interface access.

18
Q

True or False: At the Transport layer, connections between hosts to exchange application data are established over a single port number.

19
Q

What is the purpose of port 25?

A

Simple Mail Transfer Protocol (SMTP) for transferring email messages.

20
Q

What protocol uses port 3389 and what is its purpose?

A

Remote Desktop Protocol (RDP) for secure connection to a graphical desktop.

21
Q

What is the purpose of port 445?

A

Server Message Block (SMB) for file and printer sharing services.