CCNA ITN: Module 8

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

1/37

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.

38 Terms

1
New cards

network layer

OSI Layer 3, enables end devices to exchange data across networks

2
New cards

network protocols

functions include addressing, encapsulation, routing, de-encapsulation

3
New cards

IP protocol

connectionless, best effort, media independent

4
New cards

connectionless

IP sends data without setting up a session

5
New cards

IP header

no need for session tracking fields, reducing overhead

6
New cards

best effort

IP doesn’t guarantee delivery or reliability

7
New cards

upper layers

handle packet loss, errors, or ordering (e.g., TCP)

8
New cards

media independent

IP works over any physical medium, limited by MTU

9
New cards

IPv4 header

fields include version, DiffServ, TTL, protocol, checksum, source and destination IPs

10
New cards

TTL

field decrements by one per hop, discarded at zero

11
New cards

protocol

field indicates upper-layer protocol (TCP, UDP, etc.)

12
New cards

IPv4 source/destination addresses

identify sending and receiving devices

13
New cards

fragmentation

fields

14
New cards

IPv4 limitations

address depletion, NAT complexity, lack of end-to-end connectivity

15
New cards

IPv6

128-bit addresses, simpler header, improved performance, no NAT needed

16
New cards

IPv6 header

fields: version, traffic class, flow label, payload length, next header, hop limit

17
New cards

IPv6 addressing

source and destination fields are 128-bit each

18
New cards

IPv6 extension headers

provide optional features like fragmentation, security, mobility

19
New cards

routing

table used to determine best path for forwarding packets

20
New cards

host routing table

contains entries for loopback, local, and remote hosts

21
New cards

loopback addresses

127.0.0.1 for IPv4 and ::1 for IPv6

22
New cards

default gateway

router interface on local network that routes packets to other networks

23
New cards

default gateway in IPv4

obtained manually or via DHCP

24
New cards

default gateway in IPv6

obtained from router advertisement or manual config

25
New cards

default route

entry used when no specific route to destination exists

26
New cards

Windows route table

viewed using route print or netstat -r

27
New cards

routing table lists

interface MACs, IP routes, and gateway info

28
New cards

router examines

destination IP to decide how to forward a packet

29
New cards

routing table entries

directly connected, remote, and default routes

30
New cards

directly-connected route

network on an active interface

31
New cards

remote network route

connected through other routers

32
New cards

default route

used when no specific match is found

33
New cards

static route

manually configured, not automatically updated

34
New cards

static route best for

small/simple networks with stable topology

35
New cards

dynamic routing

uses protocols like OSPF, EIGRP to share routes

36
New cards

dynamic routing

auto-discovers networks and adapts to changes

37
New cards

show ip route

displays IPv4 routing table with coded entries

38
New cards

routing codes

L (local), C (connected), S (static), O (OSPF), E (EIGRP)