Modull 11- IPv4 Subnetting Quiz

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the correct prefix length notation for the subnet mask 255.255.255.224?

  • /26
  • /25
  • /27 (correct)
  • /28

How many valid host addresses can be configured in a subnet with a /26 mask?

  • 192
  • 64
  • 254
  • 62 (correct)

Which subnet mask corresponds to 5 available host bits?

  • 255.255.255.240
  • 255.255.255.0
  • 255.255.255.224 (correct)
  • 255.255.255.128

If a network administrator subnets a 192.168.10.0/24 network with /26 masks, how many equal-sized subnets are formed?

<p>4 (C)</p> Signup and view all the answers

What is the subnet mask represented by the slash notation /20?

<p>255.255.224.0 (D)</p> Signup and view all the answers

Which statement accurately describes variable-length subnet masking?

<p>The size of each subnet may vary depending on requirements. (D)</p> Signup and view all the answers

What is the purpose of the ANDing process performed by a Layer 3 device on a destination IP address and subnet mask?

<p>To identify the network address (C)</p> Signup and view all the answers

How many usable IP addresses are available on the 192.168.1.0/27 subnet?

<p>30 (D)</p> Signup and view all the answers

How many usable host addresses are available in a subnet with a mask of 255.255.255.224?

<p>30 (D)</p> Signup and view all the answers

What is the subnet mask that allows for exactly 16 total addresses?

<p>255.255.255.248 (D)</p> Signup and view all the answers

Which component identifies the unique host on a network in IPv4 addressing?

<p>Host portion (A)</p> Signup and view all the answers

If a device has an IP address of 172.17.4.250 with a /24 mask, what type of address is it?

<p>Host address (D)</p> Signup and view all the answers

What is the primary function of a subnet mask?

<p>To determine the subnet for a given IP address (D)</p> Signup and view all the answers

How many bits remain for hosts with a subnet mask of /26?

<p>6 (C)</p> Signup and view all the answers

What is the total number of addresses provided by a subnet with a mask of 255.255.255.240?

<p>16 (B)</p> Signup and view all the answers

With a /28 network mask, what is the maximum number of usable host addresses?

<p>14 (D)</p> Signup and view all the answers

IPv4 addresses are composed of 32 bits.

<p>True (A)</p> Signup and view all the answers

Flashcards

What does a /28 subnet mask represent?

A subnet mask with /28 notation indicates that 4 bits are reserved for host addresses.

What is the purpose of a subnet mask?

A subnet mask determines the network portion of an IP address, separating it from the host portion.

What are the two components of an IPv4 address?

The network portion defines the overall network, while the host portion uniquely identifies a device within that network.

How many usable host addresses are available with a /26 subnet mask?

A /26 subnet mask leaves 6 bits for host addresses, resulting in 64 possible addresses. Subtracting 2 for network and broadcast leaves 62 usable addresses for hosts.

Signup and view all the flashcards

Calculate the usable host addresses with a /27 subnet mask.

With a /27 subnet mask, 5 bits are dedicated to host addresses, allowing for 32 total addresses. Removing 2 for network and broadcast leaves 30 usable addresses for hosts.

Signup and view all the flashcards

How is a subnet mask used to determine a host's network?

The network portion defines the overall network, while the host portion uniquely identifies a device within that network.

Signup and view all the flashcards

Calculate the number of usable host addresses for a /28 subnet mask.

Given a /28 subnet mask, there are 4 bits allocated to host addresses, resulting in 16 possible addresses. Subtracting 2 for network and broadcast leaves 14 usable host addresses.

Signup and view all the flashcards

What does the IP address 172.17.4.250/24 represent?

An IP address of the form 172.17.4.250/24 falls within the range of host addresses for the network identified by 172.17.4.0, indicating its use for a specific device.

Signup and view all the flashcards

What is the prefix length notation?

The prefix length notation is a shorthand way to represent a subnet mask using a single number. It indicates the number of bits dedicated to the network portion of the address. For example, /27 means 27 bits are used for the network.

Signup and view all the flashcards

How many valid host addresses on a /26 subnet?

The number of valid host addresses on a subnet is calculated by subtracting 2 from the total number of addresses: 2^n - 2, where 'n' is the number of host bits. So, for a /26 mask (6 host bits), there are 64 total addresses (2^6 = 64), leaving 62 usable host IPs after subtracting the network and broadcast addresses.

Signup and view all the flashcards

Which subnet mask with 5 host bits?

The subnet mask is represented by the prefix length, where /27 corresponds to 255.255.255.224. To determine the mask, count the bits dedicated to the network portion (in this case, 27) and convert them to the binary and decimal equivalent.

Signup and view all the flashcards

Number of subnets using a /26 mask from a /24 network?

Subnetting divides a network into smaller subnets. Each subnet is assigned a unique network address and a subnet mask. With a /26 mask, 2 bits are borrowed from the host portion, creating 4 (2^2) equal-sized subnets.

Signup and view all the flashcards

What subnet mask does /20 represent?

The slash notation (/20) directly represents the prefix length, which corresponds to the number of network bits in the subnet mask. Counting 20 network bits, we get the decimal subnet mask of 255.255.224.0.

Signup and view all the flashcards

What is true about VLSM?

Variable-Length Subnet Masking (VLSM) allows for variable-sized subnets within a network. This means that each subnet doesn't have to be the same size, enabling more efficient use of IP addresses by assigning smaller subnets where needed.

Signup and view all the flashcards

Why does a Layer 3 device AND IP and subnet mask?

A Layer 3 router performs the ANDing process on a destination IP address and its subnet mask. This operation strips away the host part of the IP address, revealing the network address to which the packet belongs.

Signup and view all the flashcards

Usable IP addresses on 192.168.1.0/27?

A subnet with a /27 prefix length has 5 bits dedicated to host addresses. This allows 2^5 = 32 total addresses, but only 30 are usable after excluding the network and broadcast addresses.

Signup and view all the flashcards

Study Notes

IPv4 Subnetting

  • Prefix Length Notation: Represents the subnet mask. A /27 mask corresponds to 255.255.255.224.

Calculating Usable Hosts

  • Calculating Usable Hosts: To obtain the number of usable hosts on a subnet, subtract 2 from the total number of addresses (network & broadcast excluded). For /26, you have 64 total addresses, and 62 usable addresses.

Determining Subnet Masks

  • Host Bits and Subnet Masks: The number of host bits determines the subnet mask. Five host bits yield a /27 mask (255.255.255.224). Four host bits produce a /28 mask (255.255.255.240).

Subnet Creation

  • Calculating Subnets: Subnetting a /24 network with /26 masks results in 4 subnets (calculating via 2 to the power of the difference in mask values).

Slash Notation Conversions

  • Slash Notation to Decimal: A /20 mask translates to 255.255.224.0 in decimal format.

Variable-Length Subnet Masking (VLSM)

  • VLSM Flexibility: Variable-length subnet masking allows you to create subnets of different sizes according to network needs.

IP Address ANDing

  • Network Address Identification: ANDing the destination IP address and subnet mask extracts the network address of the destination network.

Calculating Available Addresses

  • Usable Addresses Calculation: On a /27 subnet, there are 32 total addresses, yielding 30 usable addresses (total - network - broadcast).

Components of an IPv4 Address

  • IP Address Components: An IPv4 address consists of a network portion and a host portion, delineated by the subnet mask.

Host Address Identification

  • Host Address Recognition: An IP address like 172.17.4.250/24 falls within the range between the network and broadcast address, identifying it as a host address.

Calculating Usable Hosts Continued

  • Calculating Usable Hosts (Specific Cases): On a /28 subnet, there are 16 total addresses, which translates to 14 usable host addresses.

Subnet Mask Purpose

  • Subnet Identification: A subnet mask determines the subnet a host belongs to by marking the network part of the IP address.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

IPv4 Subnetting Basics
13 questions

IPv4 Subnetting Basics

MemorablePointillism avatar
MemorablePointillism
IPv4 Advanced Subnetting Quiz
61 questions
IPv4 Subnetting Quiz
20 questions
Use Quizgecko on...
Browser
Browser