ip addressing and subnetting

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/13

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

IP address

A logical address used to identify a device/interface on an IP network.

2
New cards

IPv4

A 32-bit addressing system written as four octets, e.g. 192.168.1.10.

3
New cards

Subnet mask

It identifies which part of an IPv4 address is the network portion and which part is the host portion.

4
New cards

/24

24 network bits and 8 host bits, equivalent to 255.255.255.0.

5
New cards

/30

30 network bits and 2 host bits, equivalent to 255.255.255.252.

6
New cards

/30 usage

It provides two usable host addresses, one for each router interface.

7
New cards

Private IPv4 address

An address reserved for internal networks and not directly routable on the public Internet.

8
New cards

Private IPv4 ranges

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

9
New cards

Network address

The first address in a subnet, identifying the network itself.

10
New cards

Broadcast address

The last address in an IPv4 subnet, used to reach all hosts on that subnet.

11
New cards

Wildcard mask

The inverse of a subnet mask, commonly used in Cisco ACLs and routing protocols.

12
New cards

Wildcard mask for /24

0.0.0.255.

13
New cards

Wildcard mask for /30

0.0.0.3.

14
New cards

Relationship between subnet mask and wildcard mask

The wildcard mask is the inverse of the subnet mask.