Messer 1.1 Flashcards

1
Q

TCP and UDP are encapsulated by what protocol?

A

IP

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

What OSI layer do TCP and UDP operate in?

A

Layer 4. The transport layer

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

What does Multiplexing allow you to do?

A

Use many different applications at the same time.

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

Which protocol is a connection-oriented protocol? TCP or UDP?

A

TCP because there has a formal connection setup and close.

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

1.1 Fun fact #01

A

TCP is also referred to as a “reliable” mode of communication because it can recover from errors and manage out-of-order messages or retransmissions.

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

How does TCP know if data is lost or received out of order?

A

It numbers the data packets.

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

TCP and UDP acronyms

A

Transmission Control Protocol

User Datagram Protocol

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

Which protocol is connectionless? TCP or UDP

A

UDP because there is no formal open or close to the connection

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

1.1 Fun fact #02

A

UCP is also referred to as an “unreliable” form of delivery because there is no error recovery, reordering of data, or retransmission

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

Which protocol has no flow control so the sender determines the amount of data transmitted?
TCP or UDP

A

UDP

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

What is a non-ephemeral and an ephemeral port?

A

Non-ephemeral port is a permanent port.

Ephemeral port is determined in real-time by the clients

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

Non-ephemeral ports range.

A

0 through 1,023. Usually on a server or service

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

Ephemeral ports range.

A

1,024 through 65,535. Determined in real-time by the clients

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

TCP and UDP port range.

A

0 through 65,535.

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

Most servers (services) use which type of port? Ephemeral or non-epemeral

A

non-ephemeral

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