1.7: IPv4 Addressing & Subnetting

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

1/11

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.

12 Terms

1
New cards

IP

Network Address that contains two, four-octet values; the unique protocol address, and the subnet mask

Subnet Mask determines the subnet in which the device is located

2
New cards

Default Gateway

The router that allows you to communicate outside your local subnet

Must be an IP address on the local subnet

3
New cards

Loopback

Special IP address that addresses to yourself

Ranges from 127.0.0.1 through 127.255.255.254

Easy way to self-reference, good way to confirm that your IP stack is working properly

4
New cards

Reserved

Special IP addresses dedicated for future use

Ranges from 240.0.0.1 through 254.255.255.254

All of these addresses are Class E

5
New cards

Virtual IP

Special IP addresses not associated with physical network adapters

Used for VMs, internal routers, etc.

6
New cards

APIPA

Networking feature for providing link-local addresses for comms to other local devices, no forwarding by routers

Used when DHCP is not available, assigned with ARP; Functional block from 169.254.1.0 through 169.254.254.255

Automatic Private IP Addressing

7
New cards

Private

IP addresses that cannot be used publicly, and defined in RFC1918

Helps alleviate the issue of public IP exhaustion; use NAT to communicate with public internet

Huge ranges available; properly design and scale large networks

8
New cards

A

IPv4 Address Class where the leading address ranges from 1-127

Default Subnet Mask: 255.0.0.0

8 network bits, 24 host bits

9
New cards

B

IPv4 Address Class where the leading address ranges from 128-191

Default Subnet Mask: 255.255.0.0

16 network bits, 16 host bits

10
New cards

C

IPv4 Address Class where the leading address ranges from 192-223

Default Subnet Mask: 255.255.255.0

24 network bits, 8 host bits

11
New cards

D

IPv4 Address Class where the leading address ranges from 224-239

No Default Subnet Mask; network and remaining bits undefined

Used for Multicast addresses

12
New cards

E

IPv4 Address Class where the leading address ranges from 240-254

No Default Subnet Mask; network and remaining bits undefined

Used for Reserved addresses