Classful Subnetting

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

1/19

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.

20 Terms

1
New cards

Class A IP Address

An IP address with 8 bits for the network address and 24 bits for the host address, with a default subnet mask of 255.0.0.0.

2
New cards

Class B IP Address

An IP address with 16 bits for the network address and 16 bits for the host address, with a default subnet mask of 255.255.0.0.

3
New cards

Class C IP Address

An IP address with 24 bits for the network address and 8 bits for the host address, with a default subnet mask of 255.255.255.0.

4
New cards

Class D IP Address

IP addresses used for multicast communication, ranging from 224 to 239.

5
New cards

Class E IP Address

Reserved IP addresses for future use or experimental purposes, ranging from 240 to 255.

6
New cards

Subnet Mask

A 32-bit number that divides an IP address into network and host portions.

7
New cards

Network Address

An address that represents the network itself, with all host bits set to 0.

8
New cards

Broadcast Address

The last IP address in a subnet, with all host bits set to 1.

9
New cards

First Usable Host Address

The first IP address that can be assigned to a device on a subnet, which is one more than the network address.

10
New cards

Last Usable Host Address

The last IP address that can be assigned to a device on a subnet, which is one less than the broadcast address.

11
New cards

IP Address Classification

The method of identifying the class of an IP address based on the value of the first octet.

12
New cards

Default Subnet Mask for Class A

255.0.0.0

13
New cards

Default Subnet Mask for Class B

255.255.0.0

14
New cards

Default Subnet Mask for Class C

255.255.255.0

15
New cards

How to determine the class of an IP address?

Check the value of the first octet: Class A (0-127), Class B (128-191), Class C (192-223).

16
New cards

What bits represent a Class A address in binary?

The first bit is 0.

17
New cards

What bits represent a Class B address in binary?

The first bits are 1, 0.

18
New cards

What bits represent a Class C address in binary?

The first three bits are 1,1,0.

19
New cards

What range does a Class D address cover?

224 to 239.

20
New cards

What range does a Class E address cover?

240 to 255.