2.1 - Introduction to IP Flashcards

1
Q

What does the ‘moving truck’ symbolize in networking?

A

The ‘moving truck’ represents Internet Protocol (IP) that transports data across the network.

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

What is the role of the network in the moving truck metaphor?

A

The network is the ‘road’ used to transport the data, such as wireless, DSL, cable, or Ethernet.

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

What does the ‘data box’ represent in the networking model?

A

The ‘data box’ symbolizes the encapsulated data within an IP packet that is transported across the network.

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

What components are included in an Ethernet frame?

A

An Ethernet frame includes an Ethernet header, payload (which contains the IP packet), and trailer.

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

What does an IP packet contain?

A

An IP packet contains the IP header and payload, which may include TCP or UDP segments.

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

How does TCP ensure reliable data transmission?

A

TCP is connection-oriented, verifies data receipt, reorders out-of-order messages, retransmits lost data, and manages flow control.

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

What are the characteristics of UDP?

A

UDP is connectionless, faster, does not ensure reliable delivery, and is used for real-time applications.

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

What is the purpose of ‘well-known ports’?

A

Well-known ports are standardized ports used by common services and applications, like HTTP (port 80) and HTTPS (port 443).

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

What are ‘ephemeral ports’?

A

Ephemeral ports are temporary ports assigned by the client device for the duration of a connection, usually between 1024 and 65535.

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

Why are port numbers important in networking?

A

Port numbers direct data to the correct application or service on a device, such as HTTP data to port 80.

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

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

A

TCP stands for Transmission Control Protocol and is known for its connection-oriented and reliable delivery features.

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

What does UDP stand for, and what is its main characteristic?

A

UDP stands for User Datagram Protocol and is known for its connectionless and faster but less reliable delivery.

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

How does TCP handle data flow control?

A

TCP uses flow control mechanisms to regulate the speed of data transmission and prevent overwhelming the receiving device.

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

Why is UDP useful for real-time communication?

A

UDP is useful for real-time communication because it sends data quickly without the need for acknowledgments or retransmissions.

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

What role does port numbering play in data delivery?

A

Port numbering determines the specific application or service that will receive the data on a device, allowing for multiplexing of different services.

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

How are non-ephemeral ports different from ephemeral ports?

A

Non-ephemeral ports are permanent and commonly used for well-known services (e.g., port 80 for HTTP), while ephemeral ports are temporary and assigned dynamically.

17
Q

What is the significance of the port numbers in the TCP and UDP headers?

A

Port numbers in TCP and UDP headers identify the source and destination applications or services, enabling correct data delivery.

18
Q

Can TCP and UDP use the same port number?

A

Yes, TCP and UDP can use the same port number, but they are distinct protocols and can serve different services on the same port number.

19
Q

What is the purpose of the port number on the data box in the networking metaphor?

A

The port number on the data box indicates which application or service on the server should receive the data.