Module 2 / Unit 1 Internet Protocol Flashcards

On completion of this unit, you will be able to: □ Describe the format of IPv4 packets and addresses. □ Understand the operation of a subnet mask and the basics of IP routing. □ Use the ipconfig / ifconfig / ip tools to verify the IP configuration. □ Describe the operation of ICMP and use the ping utility.

1
Q

What is the function of the protocol field in an IPv4 header?

A

Indicates the protocol type of the payload. This would typically be TCP or UDP but could be something else (ICMP or GRE for instance).

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

Convert the decimal value “72” into binary.

A

1001000

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

Convert the binary value “11110010” to decimal

A

242

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

Once installed, how would you check the TCP/IP configuration?

A

Run ipconfig or ifconfig.

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

True or false? A router will not forward a packet when the TTL field is zero.

A

True

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

Which of the protocols included with TCP/IP reports messages and errors regarding packet delivery?

A

Internet Control Message Protocol (ICMP).

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

True or false? Receiving an echo reply message indicates that the link between two hosts is operational.

A

True

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

True or false? The ipconfig utility can be used to empty the DNS cache.

A

True (though this functionality is not available in ifconfig).

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

If you have a workstation that cannot connect to a server, what is the first test you could perform to establish whether the cabling is OK?

A

ping another local system.

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

On a UNIX host, which TCP/IP parameters must be defined for the host to be able to communicate with hosts on a remote network?

A

IP Address, Subnet Mask, Default Gateway (address of the router).

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