MODULE 8

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

1/19

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.

20 Terms

1
New cards

What are the four basic operations of the network layer?

A: Addressing end devices, encapsulation, routing, and de-encapsulation.

2
New cards

What are the three key characteristics of IP?

A: Connectionless, best effort, and media independent.

3
New cards

Why is IP considered "connectionless"?

A: It does not establish a connection before sending packets and does not use acknowledgments or pre-notifications.

4
New cards

What does "best effort" mean in IP?

A: IP does not guarantee packet delivery, retransmission, or error recovery.

5
New cards

How is IP media independent?

A: It operates over any physical medium (copper, fiber, wireless) without modification.

6
New cards

What is the purpose of the TTL field in IPv4?

Time-to-Live (TTL) is a hop count; the packet is discarded if TTL reaches 0.

7
New cards

What are the two most important fields in an IPv4 header?

A: Source IP address and destination IP address.

8
New cards

How does IPv6 improve upon IPv4?

  • Larger address space (128-bit vs. 32-bit).

  • Simplified header (fixed 40 bytes, no fragmentation fields).

  • Eliminates need for NAT.


9
New cards

What replaces the TTL field in IPv6?

Hop Limit.

10
New cards

How does a host determine if a destination is local or remote?

  • IPv4: Uses its own subnet mask and destination IP.

  • IPv6: Uses the network prefix from the local router.

11
New cards

What is the role of a default gateway (DGW)?

A router/L3 switch that forwards traffic from a LAN to remote networks.

12
New cards

What happens if a host has no default gateway configured?

It cannot communicate with devices outside its local network.

13
New cards

What command shows the routing table on a Windows host?

route print or netstat -r.

14
New cards

What are the three types of routes in a router’s routing table?

  1. Directly connected networks.

  2. Remote networks (static/dynamic).

  3. Default route (0.0.0.0/0).


15
New cards

How does a router forward a packet?

  1. De-encapsulates the Layer 2 frame.

  2. Matches the destination IP to the routing table (longest prefix match).

  3. Re-encapsulates and forwards to the next hop.

16
New cards

What is the advantage of dynamic routing over static routing?

Automatically adapts to topology changes (e.g., OSPF, EIGRP).

17
New cards

What does the show ip route command display?

  • Route sources (C = connected, S = static, O = OSPF).

  • Network paths (directly connected, remote, default).

18
New cards

Why does IPv6 not need fragmentation?

A: It relies on Path MTU Discovery to avoid packet splitting.

19
New cards

What is the purpose of extension headers in IPv6?

A: Provide optional features (e.g., security, mobility support) between the IPv6 header and payload.

20
New cards

What is the key difference between IPv4 and IPv6 headers?

  • IPv4: Variable length (20+ bytes), includes checksum/fragmentation fields.

  • IPv6: Fixed 40 bytes, no checksum, uses extension headers.