topic 8 Flashcards

1
Q

How many bits are in an IPv4 address, and how are they grouped?

A

32 bits, divided into four octets.

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

What are the two parts of an IPv4 address?

A

Network portion and host portion.

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

What process is used to identify the network and host portions in an IPv4 address?

A

ANDing.

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

What is the prefix length in IPv4 addressing?

A

The number of bits set to 1 in the subnet mask, written in ‘slash notation’.

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

What operation is used to identify the network address?

A

Logically ANDing the host IPv4 address with the subnet mask.

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

How can you tell if an IPv4 address is a host, network, or broadcast address?

A

Network address: all host bits set to 0; Host addresses: host bits range 00000001 – 11111110; Broadcast address: all host bits set to 1.

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

Define Unicast.

A

Sending a packet to one destination IP address.

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

Define Broadcast.

A

Sending a packet to all other destination IP addresses.

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

Define Multicast.

A

Sending a packet to a multicast address group.

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

Compare public and private IPv4 addresses.

A

Public IPv4 addresses are globally routed; Private addresses are not globally routable.

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

What are the Private address ranges?

A

10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16.

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

What does NAT stand for, and what is its function?

A

Network Address Translation; translates private IPv4 addresses to public IPv4 addresses.

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

What are the Loopback addresses and how are they used?

A

Commonly identified as 127.0.0.1; used on a host to test if TCP/IP is operational.

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

What is the default subnet mask for Class A?

A

/8.

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

What is the number of hosts per network for Class B?

A

65,534.

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

How do switches propagate broadcasts?

A

Out all interfaces except the interface on which it was received.

17
Q

Do routers propagate broadcasts?

18
Q

What is a problem with large broadcast domains?

A

They can generate excessive broadcasts and negatively affect the network.

19
Q

What is the solution to large broadcast domains?

A

Reduce the size of the network to create smaller broadcast domains through subnetting.

20
Q

List three reasons for segmenting networks.

A
  • Reduces overall network traffic
  • Improves network performance
  • Implements security policies between subnets.
21
Q

Convert 10110 (Decimal) into Binary.

22
Q

Convert 101010012 (Binary) into Decimal.

23
Q

Write the subnet mask for 192.168.5.53/22.

A

255.255.252.0.

24
Q

What is the prefix length for the subnet mask 255.255.255.128?

25
Q

Determine the address type for 192.168.1.32/27.

26
Q

Determine the address type for 200.25.36.200/25.

27
Q

Determine the address type for 172.16.55.71 /29.

28
Q

Determine the address type for 10.2.3.75 /28.