Intro to IP

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

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.

40 Terms

1
New cards

Which layer addresses, routes, encapsulates, and decapsulates packets between hosts?

The Network Layer.

2
New cards

What delivery model does IPv4 use?

Connectionless, Best-effort (unreliable) delivery.

3
New cards

Why does IPv4 not handle packet recovery?

Reliability is handled by protocols at other layers, allowing IP to stay efficient.

4
New cards

Is IPv4 dependent on the physical transmission medium?

No, it is media independent.

5
New cards

What are three things the sender does not know in a connectionless IP delivery?

• If the receiver is present
• If the packet arrived
• If the receiver can read the packet

6
New cards

What does the receiver not know in a connectionless IP delivery?

When the packet is coming.

7
New cards

What does “best effort” delivery mean in IPv4?

IPv4 forwards packets as quickly as possible but does not guarantee delivery.

8
New cards

Why is IPv4 considered unreliable?

It cannot manage or recover lost or corrupted packets.

9
New cards

Who is responsible for reliability if IP does not provide it?

Upper-layer protocols (e.g., TCP).

10
New cards

How does the lack of reliability features benefit IPv4?

It allows high efficiency at the Network Layer.

11
New cards

What network layer concern exists despite media independence?

The Maximum Transmission Unit (MTU).

12
New cards

What happens when a packet exceeds the MTU of the outgoing medium?

Fragmentation.

13
New cards

What is the MTU for copper Ethernet?

1518 bytes.

14
New cards

Which technology has the smallest MTU listed: Copper Serial Frame Relay, Optical ATM, or Wireless 802.11?

Copper Serial Frame Relay (512 bytes).

15
New cards

What is the MTU size for optical fiber using ATM?

17,966 bytes.

16
New cards

What is the MTU size for wireless 802.11?

2,272 bytes.

17
New cards

What IPv4 header field limits how many router hops a packet can take?

Time To Live (TTL).

18
New cards

What IPv4 header field indicates the upper-layer protocol (such as TCP or UDP)?

The Protocol field.

19
New cards

What IPv4 header field contains the 32-bit address of the sender?

Source Address.

20
New cards

What IPv4 header field contains the 32-bit address of the destination?

Destination Address.

21
New cards

What field is used to help reassemble packet fragments?

Fragment Offset (and Flags).

22
New cards

What IPv4 header field stores Quality of Service (QoS) information such as DSCP?

Type of Service (now DSCP/ToS).

23
New cards

Why separate hosts into Networks?

Performance, Security, Address Management.

24
New cards

IP Addresses are divided into what?

Network and Host.

25
New cards

What does a subnet mask bit of 1 indicate?

The bit belongs to the network portion.

26
New cards

What does a subnet mask bit of 0 indicate?

The bit belongs to the host portion.

27
New cards

CIDR notation uses a slash followed by what number?

The number of network bits in the address.

28
New cards

What is the difference between a MAC address and a Network (IP) address?

MAC is physical Layer 2; IP is logical Layer 3.

29
New cards

What is the default gateway for a host?

The router interface address used to exit the local network.

30
New cards

What condition must be true for a default gateway to work?

Its network portion must match the host’s network.

31
New cards

Can a router forward packets without a route?

No.

32
New cards

What does the routing table store?

Information about directly connected and remote networks.

33
New cards

How are remote networks learned by a router?

Manually configured or learned dynamically.

34
New cards

What does ARP do?

Maps an IPv4 address to a MAC address.

35
New cards

What is ARP’s request format?

“Who has this IP address?”

36
New cards

What was one major limitation of IPv4 leading to IPv6 development?

Insufficient address space.

37
New cards

Which organizations and trends helped drive IPv6 adoption?

Government policy, 3GPP, IEEE, and growth of mobile hardware.

38
New cards

How are IPv6 addresses written?

In colon-hexadecimal format.

39
New cards

What are two rules for shortening IPv6 addresses?

Remove leading zeros in each group, and compress one sequence of all-zero groups.

40
New cards

Name three IPv6 address assignment methods.

Manual, DHCPv6, and Stateless Auto-Configuration (SLAAC/EUI-64).