Calculating IPv4 Subnets and Hosts

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

IP version 4

A protocol for IP addressing that allows for the identification and location of devices on a network.

2
New cards

VLSM

Variable-Length Subnet Masking allows for different subnet masks for each network, providing flexibility in network design.

3
New cards

Class A address

An IP address class that has a default subnet mask of 255.0.0.0 and supports a large number of hosts.

4
New cards

CIDR

Classless Inter-Domain Routing, a method for allocating IP addresses and IP routing that uses variable-length subnet masking.

5
New cards

Subnet bits

The bits in an IP address that determine the number of networks available within a given address.

6
New cards

Host bits

The bits in an IP address allocated to individual hosts within a subnet.

7
New cards

Subnet mask

A 32-bit number used to divide an IP address into a network and host portion.

8
New cards

Powers of 2

A mathematical utility used to calculate the number of subnets and hosts in a variable length subnet mask.

9
New cards

Broadcast address

The address used to communicate with all devices on a network.

10
New cards

Class C address

An IP address class that supports a smaller number of hosts and has a default subnet mask of 255.255.255.0.

11
New cards

Calculation of subnets

Determined using the formula 2 to the power of the number of subnet bits.

12
New cards

Calculation of hosts

Determined using the formula (2 to the power of the number of host bits) - 2.

13
New cards

Subnet

A smaller network formed by splitting a larger network to improve performance and management.

14
New cards

Default gateway

The IP address of a router that serves as an access point for devices leaving their local network.

15
New cards

Network address

The first IP address in a range that identifies a subnet.

16
New cards

Max hosts per subnet

Calculated as 2 to the power of the number of host bits minus 2, accounting for the network and broadcast addresses.