1.3 Introduction to IP Flashcards

1
Q

What layer of the OSI model do TCP and UDP operate at?

A

OSI layer 4, the transport layer.

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

What does TCP stand for and what is its main characteristic?

A

Transmission Control Protocol; it is connection-oriented with reliable delivery and flow control.

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

How does UDP differ from TCP in terms of connection?

A

UDP is connectionless, with no formal open or close to the connection and no error recovery or flow control.

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

What is meant by “reliable delivery” in the context of TCP?

A

It means TCP can recover from errors, manage out-of-order messages, and retransmit data if needed.

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

What does flow control in TCP allow?

A

It allows the receiver to manage how much data is sent.

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

What is a key feature of UDP regarding data transmission?

A

UDP is “unreliable” as it doesn’t provide error recovery, reordering, or retransmission of data.

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

What is multiplexing in the context of TCP and UDP?

A

It is the use of multiple applications simultaneously.

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

What analogy is used to describe how IP addresses data delivery?

A

The IP is like a delivery truck that delivers data from one IP address to another.

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

What are non-ephemeral ports and their typical range?

A

Non-ephemeral ports are permanent port numbers ranging from 0 to 1023.

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

What range do ephemeral ports cover?

A

Ephemeral ports range from 1024 to 65,535.

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

Why is it said that port numbers are used for communication and not security?

A

Because port numbers facilitate data transmission but do not inherently provide security.

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

How are TCP and UDP port numbers different?

A

TCP port numbers and UDP port numbers are not the same and can be different for services.

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