Network Layer Review Flashcards

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

1/46

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from network layer lectures, including routing protocols, IP addressing, and link layer protocols.

Last updated 2:47 PM on 5/7/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Sender (Network Layer)

Encapsulates segments into datagrams and passes them to the link layer.

2
New cards

Receiver (Network Layer)

Delivers segments to the transport layer protocol.

3
New cards

Data Plane

Local, per-router function that determines how a datagram arriving on a router input port is forwarded to a router output port.

4
New cards

Control Plane

Network-wide logic that determines how a datagram is routed among routers along the end-to-end path from a source host to a destination host.

5
New cards

Longest Prefix Matching

Using the longest address prefix that matches the destination address when looking for a forwarding table entry.

6
New cards

Tail Drop

Drops the arriving packet when buffers are full.

7
New cards

Priority (Buffer Management)

Drops or removes packets based on priority when buffers are full.

8
New cards

First Come, First Served (FCFS)

Packets are transmitted in the order of their arrival to the output port.

9
New cards

Priority Scheduling

Arriving traffic is classified and queued by class, with packets sent from the highest priority queue that has buffered packets.

10
New cards

Round Robin (RR) Scheduling

Arriving traffic is classified and queued by class, with the server cyclically scanning class queues and sending one complete packet from each class in turn.

11
New cards

CIDR

Classless Inter-Domain Routing; subnet portion of address of arbitrary length.

12
New cards

Subnet

Device interfaces that can physically reach each other without passing through an intervening router.

13
New cards

DHCP (Dynamic Host Configuration Protocol)

Protocol that allows a host to dynamically obtain an IP address from a network server when it joins the network.

14
New cards

DHCP additional capabilities

Returns more than just an allocated IP address, such as the address of the first-hop router, DNS server, and network mask.

15
New cards

NAT (Network Address Translation)

Allows all devices in a local network to share just one IPv4 address as far as the outside world is concerned.

16
New cards

Tunneling

IPv6 datagram carried as payload in IPv4 datagram among IPv4 routers.

17
New cards

Generalized forwarding

Match bits in arriving packet, take action.

18
New cards

Flow

Defined by header fields and simple packet handling rules.

19
New cards

Routing protocol goal

Determine good paths (routes) from sending hosts to receiving host through network of routers.

20
New cards

Dijkstra’s Link-State Routing Algorithm

Network topology and link costs known to all nodes; computes least cost paths from one node to all other nodes.

21
New cards

Dx(y)

Cost of least-cost path from x to y.

22
New cards

Distance Vector Algorithm iterations

Each local iteration caused by local link cost change or DV update message from neighbor.

23
New cards

Autonomous Systems (AS)

Aggregate routers into regions.

24
New cards

Intra-AS Routing

Routing among routers within the same AS.

25
New cards

Inter-AS Routing

Routing among ASes.

26
New cards

OSPF (Open Shortest Path First) routing

Floods OSPF link-state advertisements to all other routers in AS.

27
New cards

Hierarchical OSPF

Two-level hierarchy: local area, backbone.

28
New cards

BGP (Border Gateway Protocol)

Allows subnet to advertise its existence, and the destinations it can reach, to the rest of Internet.

29
New cards

eBGP, iBGP connections

Logical connectivity for gateway routers to run both eBGP and iBGP protocols.

30
New cards

Policy-based routing

Gateway receiving route advertisement uses import policy to accept/decline path.

31
New cards

Hot Potato Routing

Choose local gateway that has least intra-domain cost.

32
New cards

Logically centralized control plane advantages

Easier network management, greater flexibility of traffic flows.

33
New cards

Links

Communication channels that connect adjacent nodes along communication path.

34
New cards

Single bit parity

Detects single bit errors.

35
New cards

Channel Partitioning

Divides the channel into smaller pieces (time slots, frequency, code) and allocates a piece to a node for exclusive use.

36
New cards

TDMA: time division multiple access

Access to channel in rounds, each station gets fixed length slot (length = packet transmission time) in each round

37
New cards

FDMA: frequency division multiple access

Channel spectrum divided into frequency bands, each station assigned fixed frequency band

38
New cards

Polling

Centralized controller invites other nodes to transmit in turn

39
New cards

Token passing

Control token message explicitly passed from one node to next, sequentially

40
New cards

MAC (or LAN or physical or Ethernet) address

Function: used “locally” to get frame from one interface to another physically-connected interface

41
New cards

ARP: address resolution protocol

Determines interface’s MAC address, knowing its IP address?

42
New cards

ARP Protocol

Uses ARP to find B’s MAC address, A broadcasts ARP query, containing B's IP addr

43
New cards

Ethernet Switch

Takes an active role to Store, forward Ethernet (or other type of) frames

44
New cards

Switch: self-learning

Switch learns which hosts can be reached through which interfaces

45
New cards

Virtual Local Area Network (VLAN)

port-based VLAN : switch ports grouped (by switch management software) so that single physical switch operates as multiple virtual switches

46
New cards

trunk port

carries frames between VLANS defined over multiple physical switches

47
New cards

EVPN: Ethernet VPNs (aka VXLANs)

Ethernet frames carried within IP datagrams between sites