networking job prep

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/107

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:25 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

108 Terms

1
New cards

LAN (Local Area Network)

A network that connects devices within a small area like a home, office, or school.

2
New cards

WAN (Wide Area Network)

A network that connects multiple LANs across large distances, such as the Internet.

3
New cards

MAN (Metropolitan Area Network)

A network that spans a city or large campus.

4
New cards

PAN (Personal Area Network)

A very small network around one person, such as Bluetooth devices connected to a phone.

5
New cards

NIC (Network Interface Card)

The hardware inside a computer that allows it to connect to a network.

6
New cards

Bandwidth

The maximum amount of data that can travel across a network connection in a given amount of time.

7
New cards

Throughput

The actual amount of data successfully transferred across the network.

8
New cards

Latency

The delay it takes for data to travel from one device to another.

9
New cards

Packet

A small unit of data sent across a network.

10
New cards

Frame

A packet wrapped with Layer 2 information, including MAC addresses.

11
New cards

MTU (Maximum Transmission Unit)

The largest packet size that can be sent without being broken into smaller pieces.

12
New cards

IP (Internet Protocol)

Gives every device an address so data knows where to go.

13
New cards

IPv4

The most common addressing system using 32-bit addresses (example: 192.168.1.1)

14
New cards

IPv6

A newer addressing system using 128-bit addresses to support far more devices.

15
New cards

MAC Address

A unique physical address permanently assigned to a network card.

16
New cards

TCP (Transmission Control Protocol)

A reliable protocol that guarantees data arrives correctly and in order.

17
New cards

UDP (User Datagram Protocol)

A faster protocol that sends data without checking if every packet arrives.

18
New cards

Port Number

A number that identifies which application or service should receive network traffic.

19
New cards

Socket

A combination of an IP address and port number that identifies a communication endpoint.

20
New cards

20/21 FTP

Used for transferring files between computers.

21
New cards

22 SSH

Securely connects to another computer through the command line.

22
New cards

23 Telnet

An older, insecure remote login protocol.

23
New cards

25 SMTP

Sends email between mail servers.

24
New cards

53 DNS

Resolves domain names into IP addresses.

25
New cards

67/68 DHCP

Automatically assigns IP addresses to devices.

26
New cards

80 HTTP

Loads standard, unencrypted web pages.

27
New cards

110 POP3

Downloads email to a client.

28
New cards

143 IMAP

Synchronizes email between devices and the mail server.

29
New cards

161 SNMP

Used to monitor and manage network devices.

30
New cards

389 LDAP

Used for directory services like Active Directory.

31
New cards

443 HTTPS

Loads encrypted and secure websites.

32
New cards

3389 RDP

Allows remote control of Windows computers.

33
New cards

Layer 1 – Physical

Sends raw electrical, optical, or radio signals through cables or wireless.

34
New cards

Layer 2 – Data Link

Uses MAC addresses to move data between devices on the same network.

35
New cards

Layer 3 – Network

Uses IP addresses to route data between different networks.

36
New cards

Layer 4 – Transport

Uses TCP or UDP to control how data is delivered.

37
New cards

Layer 5 – Session

Starts, manages, and ends communication sessions.

38
New cards

Layer 6 – Presentation

Formats, compresses, and encrypts data.

39
New cards

Layer 7 – Application

Provides network services directly to applications like web browsers.

40
New cards

Router

Connects different networks and directs traffic between them.

41
New cards

Switch

Connects devices within the same LAN using MAC addresses.

42
New cards

Hub

Sends incoming data to every connected device; largely obsolete.

43
New cards

Modem

Connects your local network to your Internet Service Provider.

44
New cards

Firewall

Filters network traffic to block unauthorized access.

45
New cards

Access Point (AP)

Provides wireless Wi-Fi access to a network.

46
New cards

Patch Panel

Organizes Ethernet cables in server rooms.

47
New cards

Rack

A metal frame that holds networking equipment.

48
New cards

Ethernet Cable

A copper cable used to connect devices to a wired network.

49
New cards

Fiber Optic Cable

Uses light to transmit data over long distances at very high speeds.

50
New cards

Keystone Jack

A wall or patch panel connector where Ethernet cables terminate.

51
New cards

Public IP Address

An address that can be reached over the Internet.

52
New cards

Private IP Address

An address used only inside local networks.

53
New cards

Subnet Mask

Identifies which part of an IP address is the network and which part is the host.

54
New cards

CIDR (/24, /16)

A shorter way of writing subnet masks.

55
New cards

Default Gateway

Usually the router that sends traffic outside your local network.

56
New cards

Broadcast Address

Sends data to every device on a subnet simultaneously.

57
New cards

DHCP (Dynamic Host Configuration Protocol)

Automatically gives devices an IP address and other network settings.

58
New cards

Lease

The amount of time a device keeps its assigned IP address.

59
New cards

Reservation

Permanently assigns a specific IP address to one device.

60
New cards

Scope

The range of IP addresses DHCP can assign.

61
New cards

Renewal

When a device asks DHCP to extend its lease.

62
New cards

DNS (Domain Name System)

Translates website names into IP addresses.

63
New cards

A Record

Maps a domain name to an IPv4 address.

64
New cards

CNAME

Makes one domain name an alias for another.

65
New cards

MX Record

Specifies which mail server receives email.

66
New cards

nslookup

A command used to query DNS servers.

67
New cards

MAC Address Table

A switch’s list of which MAC addresses are connected to each port.

68
New cards

VLAN (Virtual LAN)

Splits one physical network into multiple separate logical networks.

69
New cards

Access Port

A switch port assigned to one VLAN.

70
New cards

Trunk Port

A switch port that carries traffic for multiple VLANs.

71
New cards

STP (Spanning Tree Protocol)

Prevents loops between switches.

72
New cards

Static Route

A manually configured path to another network.

73
New cards

Dynamic Route

Routes learned automatically using routing protocols.

74
New cards

Default Route

The path used when no specific route exists.

75
New cards

Gateway

The device that forwards traffic to other networks.

76
New cards

SSID

The name of a Wi-Fi network.

77
New cards

WPA2

A common Wi-Fi security standard.

78
New cards

WPA3

A newer and stronger Wi-Fi security standard.

79
New cards

2.4 GHz

Longer range but slower speeds and more interference.

80
New cards

5 GHz

Faster speeds but shorter range.

81
New cards

Wi-Fi 6

A newer wireless standard with better speed and efficiency.

82
New cards

Ping

Tests whether another device can be reached over the network.

83
New cards

tracert / traceroute

Shows the path packets take across the network.

84
New cards

ipconfig

Displays a Windows computer’s IP configuration.

85
New cards

ifconfig

Displays network settings on older Linux and macOS systems.

86
New cards

ip

The modern Linux command for viewing and configuring network interfaces.

87
New cards

arp

Displays the mapping between IP addresses and MAC addresses.

88
New cards

netstat

Shows active network connections and listening ports.

89
New cards

route

Displays or modifies the routing table.

90
New cards

ssh

Securely connects to another computer remotely.

91
New cards

Firewall

Blocks or allows network traffic based on security rules.

92
New cards

VPN (Virtual Private Network)

Creates an encrypted connection between your device and another network.

93
New cards

Antivirus

Detects and removes malicious software.

94
New cards

Malware

Any software designed to damage or compromise computers.

95
New cards

Phishing

A scam that tricks users into revealing sensitive information.

96
New cards

MFA (Multi-Factor Authentication)

Requires two or more methods to verify a user’s identity.

97
New cards

Encryption

Converts readable data into unreadable data to protect it.

98
New cards

ACL (Access Control List)

A list of rules that allows or blocks network traffic.

99
New cards

Device Manager

Displays and manages installed hardware.

100
New cards

Network Adapter

The software interface for a computer’s network card.