CCNA ITN: Module 11

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

1/30

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.

31 Terms

1
New cards

IPv4 address structure

32-bit address with network and host portions

2
New cards

Subnet mask

defines which bits are network vs. host

3
New cards

Prefix length

number of 1s in subnet mask, shown as /n

4
New cards

Network address

all host bits are 0

5
New cards

Broadcast address

all host bits are 1

6
New cards

Host address

any unique combination of 0s and 1s in host portion

7
New cards

Unicast address

one-to-one communication, 1.0.0.1–223.255.255.255

8
New cards

Broadcast address

one-to-all communication, 255.255.255.255

9
New cards

Multicast address

one-to-group communication, 224.0.0.0–239.255.255.255

10
New cards

Private address

internally used IPs: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

11
New cards

Public address

globally routable, assigned by IANA/RIR

12
New cards

NAT

translates private IPs to public for Internet access

13
New cards

Loopback address

127.0.0.0/8, used to test TCP/IP stack

14
New cards

Class A IP

0.0.0.0/8 to 127.0.0.0/8, large networks

15
New cards

Class B IP

128.0.0.0/16 to 191.255.0.0/16, medium networks

16
New cards

Class C IP

192.0.0.0/24 to 223.255.255.0/24, small networks

17
New cards

Class D address

multicast range 224.0.0.0 to 239.255.255.255

18
New cards

Class E address

reserved for experimental use, 240.0.0.0–255.255.255.255

19
New cards

Subnetting

breaks a network into smaller, more manageable parts

20
New cards

Broadcast domain

area of network receiving broadcast frames

21
New cards

Subnet by

octets: /8, /16, /24—based on need

22
New cards

/24 subnet

254 usable hosts, easy to subnet

23
New cards

Magic number

256 - subnet mask octet, used to find subnet range

24
New cards

/16 subnet

subnetting starts in 3rd octet, good for medium-large networks

25
New cards

/8 subnet

subnetting starts in 2nd octet, good for very large networks

26
New cards

VLSM

variable-sized subnets, avoids wasted IP space

27
New cards

Subnetting requirements

consider host count, subnet count, future growth

28
New cards

Address plan

defines static/dynamic, private/public usage, and DHCP setup

29
New cards

VLSM best practice

start from large subnets, break into smaller ones

30
New cards

Address planning

critical for IPv4, especially with NAT and DHCP

31
New cards

DMZ

subnet that connects public-facing servers to the internet