Lesson 5 - Explaining IPv4 Addressing Flashcards

1
Q

How many bits is an ipv4 address?

A

An IPv4 address is 32 bits long. In its raw form, it appears as follows:

11000110001100110110010000000001

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

What is forwarding at layer 2 is referred to as?

A

switching

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

What is forwarding at layer 3 is referred to as?

A

routing

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

what is needed for a node on a subnet to communicate with a node on another subnet?

A

router

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

what do nodes on a subnet use to communicate with other nodes on the subnet?

A

MAC addresses

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

what does a router do if no suitable path is available?

A

the router drops the packet and informs the host that it could not be delivered.

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

What performs the task of resolving an IP address to a hardware address?

A

Address Resolution Protocol (ARP) performs the task of resolving an IP address to a hardware address.

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

When an IPv4 host wants to send a packet to a single recipient, what is used?

A

When an IPv4 host wants to send a packet to a single recipient, it uses a unicast packet, addressed to the IP address of the destination host.

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

what is a means of addressing multiple hosts?

A

One means of addressing multiple hosts is to perform a broadcast. A broadcast can be performed by sending a packet to the network or subnet’s broadcast address. The broadcast address is the last address in any IP network, or put another way, the address in any IP network where all the host bits are set to 1.

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

What is Multicasting?

A

IPv4 multicasting allows one host on the Internet (or private IP network) to send content to other hosts that have identified themselves as interested in receiving the originating host’s content. Multicast packets are sent to a destination IP address from a special range configured for use with that multicast group.

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

What if the switch is not multicast-capable?

A

If the switch is not multicast-capable, it will treat multicast like a broadcast and flood the multicast transmissions out of all ports.

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

how do you recieve multicasts?

A

The intent to receive multicasts from a particular host is signaled by joining a multicast group. The Internet Group Management Protocol (IGMP) is typically used to configure group memberships and IP addresses.

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

What is Anycast Addressing?

A

Anycast Addressing
Anycast means that a group of hosts are configured with the same IP address. When a router forwards a packet to an anycast group, it uses a prioritization algorithm and metrics to select the host that is “closest” (that will receive the packet and be able to process it the most quickly). This allows the service behind the IP address to be provisioned more reliably. It allows for load balancing and failover between the server hosts sharing the IP address.

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

why are vlans used?

A

If too many hosts are attached to the same switch, broadcast traffic can become excessive and reduce performance. At layer 2, virtual LANs (VLANs) are a means of addressing this issue. Each interface on a managed switch can be assigned a VLAN ID. Also can be used to segment traffic. It is useful to divide a network into logically distinct zones for security and administrative control.

Networks that use different physical and data link technologies, such as Token Ring and Ethernet, should be logically separated as different subnets.

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

What is 0.0.0.0/8 used for?

A

0.0.0.0/8-Used when a specific address is unknown. This is typically used as a source address by a client seeking a DHCP lease.

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

What is 255.255.255.255 used for?

A

255.255.255.255-Used to broadcast to the local network when the local network address is not known.

17
Q

what is the Class A private addresss range?

A

10.0.0.0 to 10.255.255.255 (Class A private address range).

18
Q

what is the Class B private addresss range?

A

172.16.0.0 to 172.31.255.255 (Class B private address range).

19
Q

what is the Class C private addresss range?

A

192.168.0.0 to 192.168.255.255 (Class C private address range).

20
Q

what is the Class D private addresss range?

A

Class D addresses (224.0.0.0 through 239.255.255.255) are used for multicasting.

21
Q

what is the Loopback addresss range?

A

While nominally part of Class A, the range 127.0.0.0 to 127.255.255.255 (or 127.0.0.0/8) is reserved. This range is used to configure a loopback address, which is a special address typically used to check that TCP/IP is correctly installed on the local host.

21
Q

what is the Class E private addresss range?

A

Class E addresses (240.0.0.0 through 255.255.255.255) are reserved for experimental use and testing.

22
Q

What is APIPA?

A

Automatic Private IP Addressing (APIPA) was developed by Microsoft as a means for clients that could not contact a DHCP server to communicate on the local network anyway. If a Windows host does not receive a response from a DHCP server within a given time frame, it selects an address at random from the range 169.254.1.1 to 169.254.254.254.

23
Q

What is the APIPA range?

A

it selects an address at random from the range 169.254.1.1 to 169.254.254.254.

24
Q

What IP addresses are used for multicasting?

A

Class D addresses (224.0.0.0 through 239.255.255.255) are used for multicasting.

25
Q

What are the addresses 100.64.0.0/10, 192.0.0.0/24, 192.88.99.0/24, 198.18.0.0/15 used for?

A

100.64.0.0/10, 192.0.0.0/24, 192.88.99.0/24, 198.18.0.0/15-Set aside for a variety of special purposes.

26
Q

What are the addresses 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24 used for?

A

192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24-Set aside for use in documentation and examples.