The TCP/IP Module Flashcards

1
Q

Q: What is the first layer of the TCP/IP model?

A

A: Network Interface Layer - Corresponds to OSI’s Physical and Data Link layers, managing physical addressing.

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

Q: What is the second layer of the TCP/IP model?

A

A: Internet Layer - Corresponds to OSI’s Network layer, managing logical addressing and routing (IP).

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

Q: What is the third layer of the TCP/IP model?

A

A: Transport Layer - Corresponds to OSI’s Transport layer, ensuring reliable data transfer (TCP/UDP).

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

Q: What is the fourth layer of the TCP/IP model?

A

A: Application Layer - Corresponds to OSI’s Session, Presentation, and Application layers, providing application services (HTTP, FTP).

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

Q: How is the TCP/IP model particularly useful?

A

A: For understanding the overall connection establishment quickly.

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

Q: What does TCP/IP allow applications to do?

A

A: Transfer and exchange data over any network regardless of the receiver’s location.

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

Q: What ensures that a data packet reaches its destination in TCP/IP?

A

A: IP (Internet Protocol).

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

Q: What controls data transfer and ensures the connection between data stream and application in TCP/IP?

A

A: TCP (Transmission Control Protocol).

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

Q: What is the main difference between TCP/IP and the OSI model?

A

A: The number of layers, with some layers combined in TCP/IP.

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

Q: What is the role of IP in logical addressing within TCP/IP?

A

A: IP handles logical addressing of networks and nodes, ensuring data packets reach the correct network.

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

Q: How is routing managed in TCP/IP?

A

A: IP determines the next node for each data packet, routing it to the receiver even if the sender doesn’t know the receiver’s location.

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

Q: What does TCP do to manage error and control flow?

A

A: TCP sends control messages to check if the connection is still established.

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

Q: How do TCP and UDP support applications?

A

A: Through ports that distinguish specific applications and their communication links.

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

Q: What is the purpose of DNS in TCP/IP?

A

A: DNS provides name resolution through Fully Qualified Domain Names (FQDN) to IP addresses, enabling us to reach the desired host on the internet.

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

Q: What does logical addressing involve in TCP/IP?

A

A: Network classes, subnetting, and CIDR (Classless Inter-Domain Routing).

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

Q: What protocols are involved in logical addressing and routing in TCP/IP?

A

A: IP (Internet Protocol).

17
Q

Q: What task involves TCP and UDP ports in TCP/IP?

A

A: Application support.

18
Q

Q: What task does DNS perform in TCP/IP?

A

A: Name resolution.

19
Q

Q: How does IP support routing in TCP/IP?

A

A: By determining the next node for each data packet on its way from sender to receiver.

20
Q

Q: What is DNS in networking?

A

A: DNS (Domain Name System) translates domain names (like google.com) into IP addresses (like 172.217.6.14) so that computers can locate and communicate with each other on networks.