Networking, Addressing, and Communication Lesson 003: Classful vs. Classless Addressing

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:08 PM on 8/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

What two predefined classes is IP address structure devided into?

Classful addressing and classless addressing.

2
New cards

What is the purpose of having predefined classes for IP address structure?

It made allocation and management easier during the early days of the Internet with smaller, localized networks.

3
New cards

Classful Addressing

Divides IPv4 addresses into five groups.

4
New cards

What are the 5 classes of classful addressing?

Class A, Class B, Class C, Class D, and Class E.

5
New cards

How are different IPv4 address classes defined?

By the value of the first octet or first set of numbers in the dotted-decimal notation.

6
New cards

what does each IPv4 class have?

A default subnet mask dictating the division of network and host portions of the IP address.

7
New cards

What is the value range in the first octet in the Class A IPv4 category?

1-127.

8
New cards

What is the default subnet mask of a Class A network?

255.0.0.0.

9
New cards

How many possible hosts can be supported by a Class A network?

16,777,216.

10
New cards

What are class A networks usually used for?

For very large companies or government/government agencies.

11
New cards

What is the value range in the first octet in the Class B IPv4 category?

128-191.

12
New cards

What is the default subnet mask of a Class B network?

255.255.0.0.

13
New cards

How many possible hosts can be supported by a Class B network?

65,536.

14
New cards

What are Class B networks usually used for?

Medium or large businesses or large offices.

15
New cards

What is the value range in the first octet in the Class C IPv4 category?

192-223.

16
New cards

What is the default subnet mask of a Class C network?

255.255.255.0.

17
New cards

What are Class C networks usually used for?

Home or small office use.

18
New cards

Why can 2 IP addresses in every network not be used by actual users?

Because one needs to be set aside to identify the network itself, and one needs to be used as a broadcast IP.

19
New cards

What is the value range in the first octet in the Class D IPv4 category?

224-239.

20
New cards

What are Class D networks used for?

Multicasting.

21
New cards

Multicasting

The method of sending data from one endpoint, to multiple other endpoints.

22
New cards

What are some examples of multicasting?

Video streaming, financial tickers, software updates, and network protocol updates.

23
New cards

What is the value range in the first octet in the Class E IPv4 category?

240-255.

24
New cards

How many possible hosts can be supported by the Class E IPv4 category?

268 million.

25
New cards

What is special about the Class E IPv4 category?

This range of IPv4 addresses is used for experimental purposes and are not used for regular Internet traffic.

26
New cards

Why is classful addressing considered wasteful?

Because addresses can only be allocated in chunks and any unused IP addresses cannot be reused.

27
New cards

Classless Inter-Domain Routing

Replaced the fixed class system with a more flexible approach to subnetting and address allocation.

28
New cards

When was classless addressing introduced?

In the 1990s.

29
New cards

What does CIDR stand for?

Classless Inter-Domain Routing

30
New cards

What does CIDR notation specify?

The subnet mask with a slash ("/") and the number of network bits.

31
New cards

What does the number in CIDR notation represent?

The number of network bits that represents the network portion of the address.

32
New cards

What is a proper example of proper CIDR notation?

192.168.1.0 with a subnet mask of 255.255.255.0 would have a CIDR notation of 192.168.1.0/24.

33
New cards

What capability does CIDR notation provide?

Enables subnetting to create a subnet from a large network.

34
New cards

How is subnetting larger networks accomplished in CIDR notation?

By borrowing bits from the host portion of the address and reallocating them to the network portion of the address.

35
New cards

What is the performative benefit of using subnets?

Subnets, especially smaller subnets reduce network congestion and isolate communication.

36
New cards

What benefit does subnetting provide concerning security?

Allows for the separation of sensitive areas of a network, like server farms or employee workstations, like setting up a guest network in Wi-Fi configurations.

37
New cards

Supernets

The combining of multiple networks to create larger address blocks.

38
New cards

How is a supernet created?

By decreasing network bits to merge smaller subnets into a larger network.

39
New cards

What is the benefit of supernetting?

Simplifies routing by consolidating routing tables.

40
New cards

Who would most likely use supernetting and why?

ISPs to manage larger address blocks.

41
New cards

What are the overall benefits due to the implementation of CIDR?

Extended the usability, scalability, and address demands of IPv4, and paved the way for innovations like VPNs and cloud computing, which both need efficient IP address management.