module 11 Transport layer services Flashcards

1
Q

Which layer of the TCP/IP model is responsible for ensuring packets are sent reliably and any missing packets are resent?

A

Transport layer

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

True or False: The Transport Control Protocol (TCP) does not keep track of segments sent to the destination.

A

False

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

True or False: The User Datagram Protocol (UDP) does not use acknowledgments to track the receipt of segments.

A

True

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

Assume a host with IP address 10.1.1.10 wants to request web services from a server at 10.1.1.254. Which of the following would display the correct socket pair?

A

10.1.1.10(:1099) - 10.1.1.254(:80)

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

Which port group includes port numbers for FTP, HTTP, and TFTP applications?

A

Well-known ports

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

Which Windows command would display the protocols in use, the local address and port numbers, the foreign address and port numbers, and the connection state?

A

Netstat

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

A client packet is received by a server. The packet has a destination port number of 21. What service is the client requesting?

A

FTP

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

A client packet is received by a server. The packet has a destination port number of 22. What service is the client requesting?

A

SSh

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

A client packet is received by a server. The packet has a destination port number of 67. What service is the client requesting?

A

DHCP

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

A client packet is received by a server. The packet has a destination port number of 53. What service is the client requesting?

A

DNS

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

A client packet is received by a server. The packet has a destination port number of 161. What service is the client requesting?

A

snmp

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

A client packet is received by a server. The packet has a destination port number of 443. What service is the client requesting?

A

HTTPS

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

A client packet is received by a server. The packet has a destination port number of 143. What service is the client requesting?

A

IMAP

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

A client packet is received by a server. The packet has a destination port number of 110. What service is the client requesting?

A

POP3

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

A client packet is received by a server. The packet has a destination port number of 69. What service is the client requesting?

A

TFTP

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

A client packet is received by a server. The packet has a destination port number of 25. What service is the client requesting?

A

SMTP

17
Q

A client packet is received by a server. The packet has a destination port number of 110. What service is the client requesting?

A

pop3

18
Q

Why is UDP well suited as the transport layer protocol for video applications?

A

UDP has low Overhead

19
Q

Which transport layer information is added to both the TCP and UDP headers?

A

Port number

20
Q

What type of applications are best suited for using UDP?

A

application that are sensitive to delay

21
Q

What protocol header information is used at the transport layer to identify a target application?

A

Port Number

22
Q

A client device has initiated a secure HTTP request to a web browser. Which well-known port address number is associated with the destination address?

A

443

23
Q

What information is used by TCP to reassemble and reorder received segments?

A

Sequence Numbers

24
Q

What type of port number is assigned by IANA to commonly used services and applications?

A

Well-known port

25
Q

Which protocol operates at the transport layer of the TCP/IP model and ensures reliable delivery of IP packets?

A

TCP

26
Q

What is a characteristic of UDP?

A

it provide unreliable delivery of segment

27
Q

What is the well-known port address number used by DNS to serve requests?

A

53

28
Q

which action is performed by a client when establishing communication with a server via the use of UDP at the transport layer?

A

the client randomly select a source port number