NRS1 Module 4 Flashcards

1
Q

What is the main function of the Internet layer?

A

The main function of the Internet layer is to move data from the source to its destination, or set of destinations,regardless of where the destination exists. The Internet layer performs this function by using a unique logical addressand a standard set of protocols to help forward data based on the addressing scheme. Although a number of protocolshave been used, the Internet Protocol (IP) is used almost exclusively today.

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

Name the two components of an IPv4 address and explain what they do.

A

The first component of an IP address, known as the subnetwork prefix, identifies the subnetwork that a host resides in.The second component of an IP address, known as the host component, identifies an individual host inside thatsubnetwork.

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

How many bits does an IPv4 address have?

A

32 bits

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

If a source sends a broadcast IP packet, which hosts would receive this packet?

A

All hosts in the same subnetwork as the sender. In other words, all hosts in the same broadcast domain where the senderresides.

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

What is the network ID for 192.168.1.145/25?

A

With a network prefix length of 25, the first 25 bits (3 octets + 1 bit) are the network portion. The network ID for the firstthree octets would be the same as the IP address, which is 192.168.1. The last octet of the IP address (145) is binary10010001. The last octet of the IP address mask is binary 10000000. The last octet of the network ID is the result of theoperation 10010001 AND 10000000, which is binary 10000000 (128). Therefore, the network ID is 192.168.1.128.

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

What is the 10th host for the network subnet of 192.168.1.128/25?

A

The 10th host is 192.168.1.128 + 10, which is 192.168.1.138

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

What are the functions of subnetting?

A

To divide an IP address pool into smaller portions, each of which will be assigned to a given subnet.

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

What are the functions of route summarization?

A

To group a number of route entries with a number of common bit values in their prefixes into a single entry in the routingtable; to reduce the number of route entries to be advertised by the router; to increase routing advertisement stability.

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

What is the main function of a default gateway in a home network?

A

Allows home/personal devices to access other devices on the Internet.

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

Which protocol is used to perform “one-to-many” address translation?

A

Port Address Translation (PAT) performs “one-to-many” translation. One public IP address can support multiple private IPaddresses simultaneously.

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

What are the two ICMP messages that are used by the ping application?

A

ICMP Echo Request and ICMP Echo Reply

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