Domain 2: Networking (23%)

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

1/94

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:39 AM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

95 Terms

1
New cards

FTP - File Transfer Protocol

Transfer files between systems. Authenticates with a username and password or some other type of generic / anonymous login. Full feature functionality (List, Add, Delete, etc.)

  • TCP / Port 20 (Active Mode Data)

  • TCP / Port 21 (Administration/Control)

2
New cards

SSH - Secure Shell

Provides an encrypted communication link. Looks and acts the same as Telnet protocol (old)

  • TCP / Port 22

3
New cards

Telnet Protocol - Telecommunication Network

Works identical to SSH, has command line, can log into a device with username and password, can administer that device remotely BUT there is NO ENCRYPTION used. }

  • TCP / Port 23

4
New cards

SMTP - Simple Mail Transfer Protocol

Server to server email transfer. Also used to send mail from a device to a mail server, commonly configured on mobile devices and email

  • TCP / Port 25

5
New cards

DNS - Domain Name System

Converts domain name (website name) to IP address

  • UDP / Port 53

6
New cards

DHCP - Dynamic Host Configuration Protocol

Automated configuration of IP addresses, Subnet Mask, Default Gateway or DNS servers.

  • UDP / Port 67 (Server)

  • UDP / Port 68 (Client)

7
New cards

HTTP - Hypertext Transfer Protocol

Un-encrupted web server communication / traffic, fetches web pages

  • TCP / Port 80

8
New cards

HTTPS - Hypertext Transfer Protocol Secure

Web server communication with encryption, more secure than HTTP

  • TCP / Port 443

9
New cards

POP 3 - Post Office Protocol (Version 3)

Receives emails from an email server (often downloads to device) and typically delete messages from server after download - Authenticate and transfer

Basic mail transfer functionality

  • TCP / Port 110

10
New cards

IMAP 4 - Internet Message Access Protocol (Version 4)

Allows you to manage your email inbox on the server and keep them synchronized across multiple devices

  • Use: make folders, and transfer emails into those folders

  • TCP / Port 143

11
New cards

SMB - Server Message Block

Protocol used by Microsoft Windows. Also called CIFS (Common Internet File System)

Use: File transfer / sharing and send information to printers queues and for other processes where Windows need to communicate information between different Windows devices

  • TCP / Port 445 (modern, direct hosted)

12
New cards

NetBIOS over TCP/IP (NetBT) - Older version

UDP / Port 137 - NetBIOS name services (nbname)

TCP / 139 - NetBIOS session service (nbsession)

13
New cards

LDAP - Lightweight Directory Access Protocol

Store and retrieve information in a network. It enables centralized authentication and authorization, allowing applications to quickly query user information, credentials, and organizational attributes.

Example: Microsoft Active Directory

  • TCP / Port 389

14
New cards

LDAPS - Lightweight Directory Access Protocol Secure

LDAP wrapped in TLS so directory look-ups are protected in transit.

  • TCP / Port 636

15
New cards

RDP - Remote Desktop Protocol

Share a desktop from a remote location over TCP / Port 3389. Can connect to an entire desktop or just an application

16
New cards

TCP - Transmission Control Protocol

Connection-oriented, reliable delivery, error checking, used for web, email, file transfer

  • Example: HTTPS (Hypertext Transfer Protocol) & SSH (Secure Shell)

  • Benefit: Guaranteed delivery, ordered packets, suitable for data integrity requirements

17
New cards

UDP - User Datagram Protocol

Connection-less, faster but unreliable, no error checking, used for streaming, VoIP, gaming

  • Benefit: Lower latency, suitable for real-time applications that can tolerate packet loss

18
New cards

RFID (Radio Frequency Identification)

Uses radio waves for identification (Access Badges, Product Tags)

  • Tags: Antenna + Chip

    • Most RFID are Passive: No battery, powered by scanner’s radio waves

    • Some Active: Has battery, longer range

  • One-way communication (Tag to Scanner)

19
New cards

NFC (Near Field Communication)

Two-way wireless communication

  • Builds on RFID, which is mostly one-way

  • Very short range (4cm) (tap to connect) payments, device pairing, no pairing required

Uses: Contactless payments, quick device setup/pairing, identification

20
New cards

2.4 GHz

  • Longer range

  • Better wall penetration

  • More interference (microwaves, bluetooth, cordless phones, baby monitors)

21
New cards

5 GHz

  • Shorter range

  • Less interference from common household devices

  • More available channels

  • Faster speeds

  • More non-overlapping channels available, less congestion

22
New cards

6 GHz

  • Most spectrum (1,200 MHz), no legacy device interference

  • Wi-Fi 6E only

  • Shortest range

23
New cards

802.11n

  • Up to 600 Mbps, 2.4 GHz and 5 GHz

  • MIMO (Multiple-Input Multiple-Output) support

24
New cards

802.11ac (Wi-Fi 5)

  • 1.3 - 3.5 Gbps, 5 GHz only

  • MU-MIMO (Multiple User - Multiple-Input Multiple-Output) support

  • Channel Width: Utilizes wide channels (80 MHz or 160 MHz) to increase data transfer speeds.

25
New cards

802.11ax (Wi-Fi 6/6E)

  • Up to 9.6 Gbps, 2.4/5/6 GHz,

  • OFDMA

  • Better efficiency in dense environments

26
New cards

WPA2 with AES - Wi-Fi Protected Access 2

Minimum recommended security for business networks

27
New cards

WPA3 - Wi-Fi Protected Access 3

  • Latest standard

  • stronger encryption

  • protection against brute-force attacks

28
New cards

Bluetooth

  • Short-range (10-100m)

  • Uses 2.4 GHz ISM (Industrial Medical Medical) Band

  • device pairing

  • low power consumption

29
New cards

2.4 GHz non-overlapping channels

1, 6, and 11 (North America) - use these to avoid interference

30
New cards

Channel width

Wider channels (40 MHz, 80 MHz) provide faster speeds but more interference

31
New cards

Channel overlap

Causes interference and reduced performance

32
New cards

NFC (Near Field Communication)

  • very short range (4cm)

  • contactless payments

  • device pairing

  • no pairing required

33
New cards

RFID (Radio-Frequency Identification)

  • Asset tracking

  • Inventory management

  • Access control badges

34
New cards

2.4 GHz interference sources

Microwave ovens, Bluetooth devices, cordless phones, baby monitors

35
New cards

Wi-Fi Troubleshooting

  • Use Wi-Fi analyzer to identify channel congestion, switch to less congested channel

36
New cards

IPv4 private ranges

  • Not internet-routable; used with NAT (Networkd Address Translation)

  • 10.0.0.0 - 10.255.255.255 (Class A size)

  • 172.16.0.0 - 172.31.255.255 (Class B size)

  • 192.168.0.0 - 192.168.255.255 (Class C Size - Common for SOHO - Small Office / Home Office)

37
New cards

IPv4 public

Routable on internet, assigned by ISP (Internet Service Provider)

38
New cards

IPv6

  • 128-bit addresses (e.g., FE80::5D18:0652:FEFD:8F52)

  • DNS is crucial (addresses are long/complex)

  • eliminates need for NAT (Network Address Translation)

  • auto-configuration support

39
New cards

APIPA (169.254.x.x)

Automatic Private IP Addressing when DHCP fails

40
New cards

Static IP (Internet Protocol)

Manually configured, used for servers, printers, network devices

41
New cards

Dynamic IP

Automatically assigned by DHCP, used for client devices

42
New cards

Subnet Mask

  • Defines network and host portions of IP address

  • Common masks: 255.255.255.0 (/24) | 255.255.0.0 (/16) | 255.255.255.128 (/25)

  • Determines which devices are on same local network

43
New cards

Default Gateway

  • Router IP address that forwards traffic to other networks

  • Required for internet access and inter-network communication

  • Typically first or last usable IP in subnet (e.g., 192.168.1.1 or 192.168.1.254)

44
New cards

Routers

  • Connect different networks (e.g., LAN to WAN/internet)

  • Make forwarding decisions based on IP addresses (Layer 3)

  • Provide NAT (Network Address Translation) for private to public IP conversion

  • Include firewall capabilities in SOHO models

45
New cards

Switch: Un-managed switches

  • Plug-and-play, no configuration options, lower cost

  • No advance features (VLAN, QoS remote management)

46
New cards

Switch: Managed switches

  • Advanced configuration & remote management

  • VLAN (Virutal Local Area Network) support, port configuration, monitoring, QoS (Prioritize

47
New cards

Switches “Local Street Directors” - Layer 2

  • Connect wired devices (computers, printers, servers) within a single LAN

  • Forwarding traffic using MAC addresses

  • High-speed (ASIC hardware), many ports

48
New cards

Quality of Service (QoS)

  • A set of technologies used in networking to manage traffic, reduce latency, and ensure the performance of critical applications

  • It works by prioritizing bandwidth for high-priority data (e.g., video conferencing) over less critical traffic during network congestion. Key components include classification, marking, and queuing, which manage packet loss, jitter, and delays

49
New cards

Access Points

  • Provide wireless connectivity to wired network

  • Can be standalone or controller-managed for enterprise deployments

  • Support multiple SSIDs (Service Set Identifier) for network segmentation

  • PoE-powered for flexible placement

50
New cards

Power over Ethernet (PoE)

  • PoE standards: 802.3af (15.4W), 802.3at/PoE+ (25.5W), 802.3bt/PoE++ (up to 100W)

  • PoE injector: Adds power to single Ethernet cable

  • PoE switch: Provides power to multiple devices through Ethernet ports

  • Powers access points, IP cameras, VoIP phones without separate power cables

51
New cards

Patch panel

Organizes and terminates network cables in wiring closet

52
New cards

NIC (Network Interface Card)

Connects computer to network (wired or wireless)

53
New cards

ONT (Optical Network Terminal)

Converts fiber optic signal to Ethernet

54
New cards

DSL (Digital Subscriber Line) modem

Converts phone line (copper) signal to Ethernet for internet access

55
New cards

Cable modem

Converts coaxial cable signal to Ethernet for internet access

56
New cards

Firewall

Dedicated security appliance for traffic filtering

57
New cards

Cable Installation Tools

  • Crimper: Attaches RJ45 connectors to Ethernet cables by compressing metal contacts

  • Cable stripper: Removes outer jacket from cables without damaging internal wires

  • Punchdown tool: Terminates wires into patch panels, keystone jacks, 110 blocks

58
New cards

Cable Testing Tools

  • Toner probe (tone generator and probe): Traces and identifies cables in walls, ceilings, cable bundles

  • Wi-Fi analyzer: Scans wireless networks, identifies channel congestion, measures signal strength

  • Cable tester results: Tests all 8 wires in Ethernet cable, identifies miswiring or broken connections

59
New cards

Common Cable Issues

  • Improper termination: Four wire pairs not properly punched down causes connectivity issues

  • 10/100 Mbps Ethernet: Uses only 2 pairs (4 wires), can work with partial wiring

  • Gigabit Ethernet: Requires all 4 pairs (8 wires) properly terminated

60
New cards

Connection Technologies

  • Fiber: Fastest (up to 10 Gbps+), most reliable, symmetric speeds, requires ONT

  • Cable: Fast (up to 1 Gbps), shared bandwidth with neighbors, asymmetric speeds

  • DSL (Digital Subscriber Line): Moderate speed (up to 100 Mbps), dedicated connection, speed decreases with distance

  • Satellite: Available anywhere, high latency (500-700ms), weather-dependent

  • Cellular (4G/5G): Mobile connectivity, variable speeds, data caps common

  • WISP (Wireless ISP): Fixed wireless, line-of-sight required, rural areas

61
New cards

Network Types

  • LAN (Local Area Network): Single building or campus, high speed, private ownership

  • WAN (Wide Area Network): Connects LANs across large distances, internet is largest WAN

  • PAN (Personal Area Network): Very small area, Bluetooth devices, typically 10m range

  • MAN (Metropolitan Area Network): City-wide network, between LAN and WAN in size

  • SAN (Storage Area Network): High-speed network for storage devices

  • WLAN (Wireless LAN): Wireless version of LAN using Wi-Fi

62
New cards

DNS (Domain Name System)

Translates domain names to IP addresses, critical for internet connectivity

63
New cards

DHCP (Dynamic Host Configuration Protocol)

Automatically assigns IP addresses, subnet masks, gateways, and DNS servers to clients

64
New cards

File server

Centralized file storage and sharing (SMB/CIFS for Windows, NFS for Linux)

65
New cards

Print server

Manages network printers, handles print queues and job distribution

66
New cards

Mail server

Handles email delivery (SMTP for sending, POP3/IMAP for receiving)

67
New cards

Web server

Hosts websites and web applications (HTTP/HTTPS)

68
New cards

Database server

Stores and manages structured data for applications

69
New cards

NTP (Network Time Protocol)

Synchronizes system clocks across network

70
New cards

Firewall

Controls inbound and outbound traffic based on security rules

71
New cards

Proxy server

Intermediary for client requests, caching, content filtering

72
New cards

Load balancer

Distributes traffic across multiple servers for performance and redundancy

73
New cards

UTM (Unified Threat Management)

All-in-one security device, combines firewall, antivirus, IDS/IPS, content filtering

74
New cards

Spam gateway

Filters unwanted email before reaching mail server

75
New cards

A record - (DNS Records)

Maps hostname to IPv4 address

76
New cards

AAAA - record (DNS Records)

Maps hostname to IPv6 address

77
New cards

CNAME (DNS Records)

Alias for another domain name (canonical name)

78
New cards

MX record (DNS Records)

Mail exchange server for domain

79
New cards

TXT records (DNS Records)

  • Text information, used for SPF (Sender Policy Framework), DKIM (DomainKeys Identified Mail), DMARC (Domain-based Message Authorization, Report, Conformance) email authentication

  • SPF/DKIM for spam prevention

80
New cards

Syslog Server

Central log collection (often to a SIM / SIEM)

81
New cards

Scope (DHCP Configuration)

Range of IP addresses available for assignment

82
New cards

Lease (DHCP Configuration)

Time period client can use assigned IP address (typically 24 hours to 7 days)

83
New cards

Reservation (DHCP Configuration)

Permanently assigns specific IP address to specific MAC address

84
New cards

Exclusions (DHCP Configuration)

IP addresses within scope that DHCP won't assign (reserved for static devices)

85
New cards

VLAN (Virtual Local Area Network)

  • Logically segments network into separate broadcast domains without physical separation

  • Improves security by isolating traffic between departments or device types

  • Reduces broadcast traffic and improves network performance

  • Requires managed switch with VLAN support

86
New cards

DORA (Discover Offer Request Acknowledge) Process:

Discover: Client Broadcasts for DHCP server

Offer: Server offers IP addresses

Request: Client accepts an offer

Acknowledge: Server confirms assignment

87
New cards

VPN (Virtual Private Network)

  • Creates encrypted tunnel over public internet for secure remote access

  • Site-to-site VPN connects entire networks, client-to-site VPN connects individual users

  • Common protocols: IPsec, SSL/TLS, L2TP

88
New cards
89
New cards
90
New cards
91
New cards
92
New cards
93
New cards
94
New cards
95
New cards