CompTIA A+ 220-1201 (V15) - 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/61

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:15 AM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

62 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

Web server communication

  • 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) - 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.

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)

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 support

24
New cards

802.11ac

  • Up to 1.3 Gbps, 5 GHz only

  • MU-MIMO support

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)

  • 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

NTP (Network Time Protocol)

Synchronizes system clocks across network

  • NTP server

    • Responds to time requests form NTP clients

  • NTP clients

    • Requests time updates from NTP server

    • Daily synchronization is common

33
New cards

DNS (Domain Name System) Server

Translates domain names to IP addresses, critical for internet connectivity

34
New cards

DHCP (Dynamic Host Configure Protocol) Server

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

35
New cards

File server

Centralized file storage and sharing so you and the other people in the organization can access it. Example: sharing spreadsheets, documents, etc.

  • Windows: SMB/CIFS

  • Linux: NFS (Network File System)

  • Apple: AFD (Apple Filing Protocol)

36
New cards

Print server

Manages network printers, handles print queues and job distribution

  • Standard Printing Protocols:

    • SMB (Server Message Block)

    • IPP (Internet Printing Protocol)

    • LDP (Line Printer Daemon)

37
New cards

Mail server

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

38
New cards

Web server

  • Hosts websites and web applications (HTTP/HTTPS)

  • Pages are built with HTML, HTML5

39
New cards

Database server

Stores and manages structured data for applications

  • Database Table Storage

    • Save information in columns and rows

    • Similar to a spreadsheet

  • Relational Database

    • Links tables together

    • These links are relationships

    • Flexible and fast

  • Structured Query Language (SQL)

    • Access data using a standard language

    • Microsoft SQL Server, MySQL

40
New cards

Proxy server

Intermediary “middleman” for client requests

  • Useful features:

    • Access control

    • Caching

    • Content scanning

    • URL filtering

41
New cards

Load balancer

Distributes traffic across multiple servers for performance and redundancy

42
New cards

UTM (Unified Threat Management) / Web Security Gateway

All-in-one security appliance

  • Combines firewall, antivirus, IDS/IPS, content filtering

43
New cards

Spam gateway

Filters unwanted email before reaching mail server

44
New cards

Syslog

  • A standard protocol for message logging, allowing devices like routers, servers, and applications to send event notifications to a centralized collector.

  • It enhances security and troubleshooting by providing a unified view of system activity and facilitates compliance. It typically operates on UDP port 514, though modern versions support TCP

45
New cards

IoT (Internet of Things)

Appliances:

  • Refridgerators

Smart devices:

  • Smart speakers, respond to voice commands

Air Control:

  • Thermostats

Access:

  • Smart doorbells, doors, and windows

46
New cards

Security considerations

  • Change default passwords

  • Isolate on separate VLAN

  • Regular firmware updates

47
New cards

SCADA (Supervisory Control and Data Acquisition System) / ICS (Industrial Control Systems)

Industrial control systems for manufacturing, utilities, infrastructure

48
New cards

Authentication Server

  • AAA - Authentication, Authorization, and Accounting

    • The login server

  • Login authentication to resources

    • Centralized management

  • Almost always an enterprise service

    • Not required on a home network

49
New cards

Legacy and Embedded Systems

Legacy Systems “really old

Embedded Systems “built in

  • Not usual to have direct access to the operating system

  • Alarm system, door security, time card system

50
New cards

LAN (Local Area Network)

A group of devices in the same broadcast domain

51
New cards
52
New cards
53
New cards
54
New cards
55
New cards
56
New cards
57
New cards
58
New cards
59
New cards
60
New cards
61
New cards
62
New cards