Ch 4: TCP/IP PROTOCOLS I Flashcards

0
Q

The “APPLICATION. LAYER” of the TCP/IP MODEL is equivalent to which layers of the OSI MODEL?

A

APPLICATION Layer, PRESENTATION Layer, and the SESSION Layer.

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

What is TCP/IP?

A

A suite of protocols that include TCP, IP, UDP, and many others. TCP/IP Provides the foundation for data exchange across the internet.

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

The “NETWORK INTERFACE” Layer of the TCP/IP MODEL is equivalent to which layers in the OSI MODEL?

A

The DATALINK LAYER and PHYSICAL LAYER.

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

The “TRANSPORT LAYER” of the TCP/IP MODEL is equivalent to which layer of the OSI MODEL?

A

The TRANSPORT LAYER.

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

The “INTERNET LAYER” of the TCP/IP MODEL is equivalent to which layer of the OSI MODEL?

A

The NETWORK LAYER.

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

What is TCP?

A

(TRANSMISSION CONTROL PROTOCOL). A core protocol of the TCP/ IP suite. TCP belongs to the TRANSPORT LAYER and provides reliable data delivery service.

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

What is UDP?

A

(USER DATAGRAM PROTOCOL). A core protocol in the TCP/IP suite that sits in the transport layer of the OSI model. UDP is a connectionless transport service.

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

What is IP?

A

(INTERNET PROTOCOL). IP belongs to the Internet layer of the TCP/IP model and the network layer of the OSI model. It provides information about how and where data should be delivered, including the data’s source and destination addresses.

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

What is IGMP?

A

(INTERNET GROUP MULTICAST PROTOCOL). A protocol used on IPv4 networks to manage multicast transmissions.

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

What is ICMP?

A

(INTERNET CONTROL MESSAGE PROTOCOL). A core protocol that notifies the sender that something has gone wrong in the transmission process and that packets were not delivered.

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

What is the range of a network class “A”?

A

The first octet range from 1-126.

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

What is the range of a network class “B”?

A

The first octet range from 128 to 191.

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

What is the range of a network class “C”?

A

The first octet range from 192 to 223.

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

What is the “LOOPBACK” IP address for IPv4?

A

127.0.0.1

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

What is the command in a windows environment to view the IP information?

A

Ipconfig /all

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

What is the command in a unix or Linux operating system, to view the IP information?

A

Ifconfig -a