Networking, Addressing, and Communication Lesson 004: Types of IP Addresses

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:37 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

24 Terms

1
New cards

How many different types of IP addresses are there?

Six.

2
New cards

What are the different types of IP addresses?

Public, private, loopback, APIPA, network, and broadcast IP addresses.

3
New cards

What are public IP addresses?

Globally unique addresses that identify devices on the global Internet.

4
New cards

Can public IP addresses be routed outside the LAN?

Yes.

5
New cards

How are public IP addresses used?

For communication across networks around the world.

6
New cards

How does someone acquire an IP address?

A user must be given one by an organization responsible for managing the Internet IP address pool.

7
New cards

What does ICANN stand for?

Internet Corporation for Assigned Names and Numbers.

8
New cards

Private IP Addresses

Used within LANs, are not globally unique, and cannot communicate directly over the Internet.

9
New cards

Where are private IP addresses used?

In homes, offices, and other internal networks.

10
New cards

What are the three private IP address ranges?

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

11
New cards

How is NAT utilized when connecting private IP addresses to public IP addresses?

By translating private IPs into a public IP assigned by the ISP.

12
New cards

How does NAT work to make sure the correct data goes to the correct device?

By mapping private IP addresses to a public IP for external communication.

13
New cards

What is the basic process for how NAT translation works with public and private IP addresses?

Device assignment > request initiation > NAT translation (outbound) > server response > NAT translation (inbound) > delivery.

14
New cards

Loopback Address

A designated IP address reserved for testing and troubleshooting network functionality on a local device.

15
New cards

What is the designated loopback IP address?

127.0.0.1.

16
New cards

What is the loopback address used for?

Diagnosing software, driver, or configuration issues.

17
New cards

Automatic Private Internet Protocol Addressing

Special range of IP addresses that spans from 169.254.0.0-169.254.255.255 (169.254.0.0/16).

18
New cards

What does APIPA stand for?

Automatic Private Internet Protocol Addressing.

19
New cards

What is the purpose of APIPA?

It allows devices to still obtain an IP address when an IP address cannot be obtained from a DHCP server.

20
New cards

When would APIPA be useful?

If a router is down or misconfigured.

21
New cards

What is the benefit of using APIPA addresses when routers cannot connect or aren't configured correctly?

It enables local communication but doesn't have Internet access without a default gateway.

22
New cards

Network Addresses

First in an IP range and identify the network itself.

23
New cards

Broadcast Addresses

Last in an IP range and send data to all devices on a network.

24
New cards

What purpose does a broadcast address serve?

For sending announcements or discovering services on a network.