Netacad Unit 8 Vocab

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

30 Terms

1
New cards

Store-and-forward switching

Ethernet switching method that stores the entire frame and checks for errors before switching

2
New cards

Cut-through switching

Switching method that forwards a frame after reading only the destination MAC

3
New cards

Fragment-free switching

Cut-through method that waits for the first 64 bytes before forwarding

4
New cards

Collision domain

Area where collisions can occur in half-duplex networks

5
New cards

Broadcast domain

A logical area in which all devices receive broadcast frames

6
New cards

MAC address

A 48-bit address used for Layer 2 communication

7
New cards

OUI

First 24 bits of a MAC address identifying the manufacturer

8
New cards

Frame check sequence

Field in the Ethernet frame used for error detection using CRC

9
New cards

ARP

Process used to map IPv4 addresses to MAC addresses

10
New cards

ARP table

Table storing learned IPv4-to-MAC entries

11
New cards

Default gateway

The router interface a host uses to exit its network

12
New cards

IPv4 packet

Basic unit of data at the network layer for IPv4

13
New cards

IPv6 packet

Basic unit of data at the network layer for IPv6

14
New cards

TTL

IPv4 field that prevents packets from looping indefinitely

15
New cards

Hop limit

IPv6 equivalent of TTL

16
New cards

Router

Device that forwards packets between networks

17
New cards

Encapsulation

Process of wrapping data with headers for transmission

18
New cards

De-encapsulation

Process of removing headers at each layer

19
New cards

Next-hop

Information in the routing table telling the router where to forward a packet next

20
New cards

Prefix length

Notation that indicates how many bits of an IP address form the network portion

21
New cards

MTU

Maximum size of a single frame on a network

22
New cards

Fragmentation

Breaking packets into smaller pieces when they exceed MTU

23
New cards

Neighbor Discovery (ND)

IPv6 protocol that replaces ARP

24
New cards

Gleaned entry

An ND entry learned from receiving a packet from a neighbor

25
New cards

Port-based memory

Switching memory architecture where each port has its own RAM

26
New cards

Destination MAC

The destination’s hardware address in an Ethernet frame

27
New cards

Fast-forward switching

Extremely fast cut-through method that forwards immediately

28
New cards

Routing table

A numerical list the router consults to determine best paths;
Table that stores routing information

29
New cards

Routing

Step-by-step decision-making process that determines where packets go

30
New cards

CRC

is an error-detecting code used to detect accidental changes to raw data, ensuring data integrity in network communications.