Network Layer (Chapter 4) Evaluation Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering the operation, management, and configuration of network layer protocols including NAT, ICMP, RIP, OSPF, and BGP based on the Chapter 4 evaluation.

Last updated 12:42 PM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

NAT (Network Address Translation)

A mechanism used by computers on a local network that allows them to be addressable from the Internet by sharing a single public IP address assigned by the ISP, where hosts are differentiated by ports.

2
New cards

NAT Table

A stored relationship table used by a NAT-enabled device to map incoming and outgoing datagrams between NAT IP/Ports and original IP/Ports.

3
New cards

Tunneling

A mechanism to achieve compatibility between IPv4 and IPv6 by inserting IPv6 datagrams into the payload field of IPv4 datagrams so they can be communicated between IPv4 routers.

4
New cards

ICMP (Internet Control Message Protocol)

A network layer protocol used for connectivity analysis and error testing, capable of obtaining information such as RTT and reachable networks.

5
New cards

ping and traceroute

Known analysis tools that employ the ICMP protocol to perform network connectivity tests.

6
New cards

show ip route

A Cisco router command used to visualize the routing table.

7
New cards

Wildcard Mask

Also known as an inverse mask, it is a bitmask indicating which parts of an IP address are relevant for the execution of a specific action.

8
New cards

ifconfig

A command used in the Linux operating system to obtain the private IP address of a computer.

9
New cards

curl ifconfig.me

A command used in the Linux operating system to obtain the public IP address of a computer.

10
New cards

ip route 192.168.20.0 255.255.255.0 10.10.10.2

The Cisco configuration command on router R1 to establish a static route towards PC2's network via the next hop address 10.10.10.210.10.10.2.

11
New cards

RIP (Routing Information Protocol) Configuration

A routing process enabled in Cisco routers using the router rip command followed by network statements for each directly connected network.

12
New cards

OSPF (Open Shortest Path First) Configuration

A routing protocol configuration using the router ospf [process-id] command, where networks are identified by address, wildcard mask, and assigned to a specific area (e.g., area 0).

13
New cards

BGP (Border Gateway Protocol) Configuration

A configuration used to enable connectivity between different autonomous systems (AS) using the neighbor [IP] remote-as [AS-number] command and redistribute protocol.