IPv4 Addressing and Protocol

0.0(0)
Studied by 0 people
call kaiCall Kai
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 5:04 AM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

Why are MAC addresses not sufficient for networking?

They do not contain network location information.

2
New cards

Why can't MAC addresses be used across networks?

They only work on local networks (Layer 2 scope).

3
New cards

What protocol allows communication between networks?

Internet Protocol (IP).

4
New cards

What layer does IP operate on?

Layer 3 (Network layer).

5
New cards

What is the PDU (Protocol Data Unit) of Layer 3?

Packet.

6
New cards

What does IP define?

Rules for Layer 3 communication, addressing, and packet handling.

7
New cards

What are the two types of IP addressing?

Classful and subnetted.

8
New cards

What is classful addressing?

Uses default network masks.

9
New cards

What is subnetted addressing?

Uses modified subnet masks.

10
New cards

What type of delivery does IP provide?

Connectionless delivery.

11
New cards

What does connectionless mean?

Each packet is independent and no session is established.

12
New cards

Is IP reliable?

No, it is unreliable (no delivery guarantee).

13
New cards

What is best-effort delivery?

Packets are delivered if possible, otherwise dropped.

14
New cards

What is fragmentation?

Breaking packets into smaller pieces for transmission.

15
New cards

Why is fragmentation needed?

Because IP packets may be larger than network MTU.

16
New cards

What field identifies packet fragments?

Identification field.

17
New cards

What field controls fragmentation?

Flags field.

18
New cards

What does the "Do Not Fragment" flag do?

Prevents fragmentation.

19
New cards

What does the "More Fragments" flag indicate?

More fragments follow.

20
New cards

What is fragment offset?

Indicates position of fragment in original packet.

21
New cards

What is TTL?

Time To Live (hop count).

22
New cards

What happens when TTL reaches 0?

The packet is dropped.

23
New cards

What does the Protocol field indicate?

The next layer protocol (TCP, UDP, etc.).

24
New cards

What does the checksum field do?

Detects errors in the IP header.

25
New cards

What is the TOS field?

Defines packet priority (QoS).

26
New cards

What TOS value has highest priority?

7 (Network Control).

27
New cards

What is a unicast address?

One-to-one communication.

28
New cards

What is a multicast address?

One-to-many group communication.

29
New cards

What is the multicast address range?

224.0.0.0 to 239.255.255.255.

30
New cards

What organization assigns multicast ranges?

IANA.

31
New cards

What is a broadcast address?

An address used to send to all devices.

32
New cards

What is a limited broadcast address?

255.255.255.255.

33
New cards

What is a directed broadcast?

Broadcast to a specific network.

34
New cards

What is the loopback address?

127.0.0.1.

35
New cards

What is loopback used for?

Testing the local system.

36
New cards

What is APIPA?

Automatic Private IP Addressing.

37
New cards

What is the APIPA range?

169.254.0.1 to 169.254.255.254.

38
New cards

When is APIPA used?

When DHCP fails.

39
New cards

What are private IP ranges?

Reserved IPs for internal networks.

40
New cards

What is NAT used for?

Translating private IPs to public IPs.

41
New cards

What is a broadcast domain?

All devices that receive a broadcast.