CompTIA A+ 220-1001 Core 1 - Flashcards

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/100

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on Professor Messer's CompTIA A+ 220-1001 Core 1 course notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

101 Terms

1
New cards

LCD (Liquid Crystal Display)

Light and high-resolution display commonly used in laptops, but very fragile.

2
New cards

Lithium Ion (Li-ion)

Common battery type in consumer electronics, with no 'memory effect,' but charging diminishes capacity.

3
New cards

SO-DIMM

Small Outline Dual In-line Memory Module, a type of memory used in laptops and mobile devices.

4
New cards

Micro-DIMM

Micro-Dual In-line Memory Module. Memory used in laptops and mobile devices

5
New cards

Portable LCD

Liquid crystal display; light shines through liquid crystals. Advantages: Lightweight, relatively low power, and relatively inexpensive. Disadvantages: Black levels are a challenge and requires a separate backlight.

6
New cards

OLED on laptops

Organic Light Emitting Diode; organic compound emits light when receiving an electric current. Thinner and lighter with no backlight. Not quite ready for laptops due to organic materials degrading over time.

7
New cards

Wearable technology

Smart watches: An extension of your phone and body, Fitness monitors: Track heart rate, steps, sleep patterns, and more

8
New cards

Virtual reality

Replace reality with a computer-generated version.Input from the real world interacts with the virtual world. Many different application:Gaming, industrial design, art

9
New cards

Augmented reality

Overlay a virtual augmentation with the physical world. The computer provides additional detail. Used in medical, travel, gaming

10
New cards

e-Readers

Specialized device. Book reading - Some music, some apps. Electronic paper - Black and white screen. Performs well in direct light

11
New cards

Micro-USB and mini-USB

EU standardized on Micro-USB, Common now worldwide, Older devices may use Mini-USB, Slightly larger

12
New cards

USB-C

24-pin double-sided USB connector, Used for both hosts and devices, Acts as a USB 3.1 / USB 2.0 connection, Only the interface is different

13
New cards

Lightning

Apple proprietary, 8-pin digital signals. iPhone, iPad, iPod devices, Some advantages over Micro-USB, Higher power output for phones and tablets

14
New cards

Tethering

Physically connect a device to your mobile phone, Use the Internet/data connection, Enable Internet access from almost anywhere, May require service or configuration by wireless carrier

15
New cards

NFC

Send small amounts of data wirelessly over a limited area. Built into your phone, Payment systems, transportation, in-person information exchange, Access token, identity “card”

16
New cards

Bluetooth

High-speed communication over short distances, PAN (Personal Area Network)Connects our mobile devices, Smartphones

17
New cards

Hotspot

Turn your phone into a WiFi hotspot, Your own personal wireless router, Extend the cellular data network to all of your devices, Dependent on phone type and provider

18
New cards

IR

Included on many smartphones, tablets, and smartwatches. Not really used for file transfers and printing; Control your entertainment center, Almost exclusively IR

19
New cards

SD memory card

Increase storage capacity of smartphone or tablet. Common on Android devices, Not available on iOS devices

20
New cards

Airplane mode

One button turns off all radios, Cellular, WiFi, Bluetooth, NFC, etc., You can re-enable individual features without enabling cellular features, Useful when the airplane has WiFi

21
New cards

Your phone is a radio

Baseband radio processor. A network interface for your radio, This isn’t WiFi or Bluetooth. Has its own firmware and memory

22
New cards

PRL updates

Preferred Roaming List. CDMA networks (i.e., Verizon, Sprint), Allows your phone to connect to the right tower, Can be updated over the air (OTA)

23
New cards

PRI updates

Product Release Instructions, Radio settings - ID numbers, network codes, country codes, etc. Also updated over the air

24
New cards

IMEI

International Mobile Station Equipment Identity, Identifies a physical mobile device, Every phone has a different IMEI, Can be used to allow or disallow access

25
New cards

IMSI

International Mobile Subscriber Identity, Identifies the user of a mobile network, Can be provisioned in the SIM card, Swap the SIM to move between phones

26
New cards

VPN

Turn your phone into a VPN endpoint, Important for secure communication, Integrated into the phone OS. No additional software required

27
New cards

POP3

Post Office Protocol 3, Used for downloading mail to local mail client, Downloads and (optionally) deletes from server

28
New cards

IMAP4

Internet Message Access Protocol v4, Access mail on a central server, Mail is usually stored on the server, Supports folders and server-side searching

29
New cards

SMTP

Simple Mail Transfer Protocol, Send mail from a device to a mail server, Or between mail servers, You usually must send from a local or trusted device. Authentication usually required

30
New cards

Microsoft Exchange

Enterprise email, Not a service for the home, More than just email, Contacts, Calendars, Reminders, Integrates with mobile device database

31
New cards

TCP

Transmission Control Protocol. Connection-oriented; a formal connection setup and close; can manage out-of-order messages or retransmissions; flow control.

32
New cards

UDP

User Datagram Protocol. Connectionless; no formal open or close to the connection; unreliable delivery. No error recovery; no reordering of data or retransmissions; no flow control.

33
New cards

Non-ephemeral ports

Permanent port numbers, ports 0 through 1,023, usually on a server or service.

34
New cards

Ephemeral ports

Temporary port numbers, ports 1,024 through 65,535, determined in real-time by the client.

35
New cards

FTP

File Transfer Protocol, tcp/20 (active mode data), tcp/21 (control), Transfers files between systems, Authenticates with a username and password

36
New cards

SSH

Secure Shell, Encrypted communication link - tcp/22, Looks and acts the same as Telnet

37
New cards

Telnet

Telecommunication Network - tcp/23, Login to devices remotely, Console access, In-the-clear communication

38
New cards

SMTP

Simple Mail Transfer Protocol, Server to server email transfer - tcp/25, Also used to send mail from a device to a mail server, Commonly configured on mobile devices and email clients

39
New cards

DNS

Domain Name System, Converts names to IP addresses - udp/53, www.professormesser.com = 162.159.246.164, These are very critical resources

40
New cards

HTTP

Hypertext Transfer Protocol - tcp/80, Communication in the browser. And by other applications, In the clear or encrypted - HTTPS - tcp/443

41
New cards

POP3

Receive emails from an email server, Authenticate and transfer, POP3 - Post office Protocol version 3 - tcp/110

42
New cards

IMAP

Internet Message Access Protocol v4 - tcp/143, Includes management of email inbox from multiple clients

43
New cards

RDP

Remote Desktop Protocol, Share a desktop from a remote location over tcp/3389, Remote Desktop Services on many Windows versions, Can connect to an entire desktop or just an application

44
New cards

SMB

Server Message Block, Protocol used by Microsoft Windows, File sharing, printer sharing, Also called CIFS (Common Internet File System)

45
New cards

AFP

File services in macOS, tcp/548, Works with SLP (Service Location Protocol) tcp/427 and udp/427, Populates the list of available devices

46
New cards

DHCP

Automated configuration of IP address, subnet mask and other options, udp/67, udp/68, Requires a DHCP server Server, appliance, integrated into a SOHO router, etc.

47
New cards

LDAP

tcp/389, Store and retrieve information in a network directory. Commonly used in Microsoft Active Directory

48
New cards

SNMP

Simple Network Management Protocol; gather statistics from network devices. Queries: udp/161, Traps: udp/162, v1 – The original, Structured tables, in-the-clear

49
New cards

NIC

Network Interface Card, The fundamental network device, Every device on the network has a NIC,. Specific to the network type: Ethernet, WAN, wireless

50
New cards

Managed switches

VLAN support; interconnect with other switches via 802.1Q; traffic prioritization (voice traffic gets a higher priority); redundancy support (Spanning Tree Protocol (STP)).

51
New cards

WAP

A bridge, extends the wired network onto the wireless network, makes forwarding decisions based on MAC address

52
New cards

Cable modem

Broadband, Transmission across multiple frequencies, Different traffic types, Data on the “cable” network. DOCSIS (Data Over Cable Service Interface Specification)

53
New cards

DSL modem

ADSL (Asymmetric Digital Subscriber Line); uses telephone lines; download speed is faster than the upload speed (asymmetric); ~10,000 foot limitation from the central office (CO).

54
New cards

Power over Ethernet

Power provided on an Ethernet cable; one wire for both network and electricity; phones, cameras, wireless access points; useful in difficult-to-power areas.

55
New cards

Power-line communication (PLC)

Also called Power-line communication (PLC), IEEE standard 1901, 500 megabits per second, Standard includes links to the premise, intra-building networking, vehicles, smart energy devices, and more

56
New cards

The SOHO router

An all-in-one device, Modem, router, switch, wireless AP, firewall, etc.

57
New cards

IoT

Internet of Things, Home automation, mostly wireless, Security is an issue, Devices Thermostat

58
New cards

NAT

For SOHO devices, this is automatic. Source NAT, also called PAT (Port Address Translation). All internal devices are translated to a single external address

59
New cards

MAC

Media Access Control. The “hardware” address, Limit access through the physical hardware address, Keeps the neighbors out

60
New cards

QoS

Quality of Service; change the priority of your traffic; voice is high, World of Warcraft is low. Prioritize applications, ports, or MAC addresses

61
New cards

802.11a

One of the original 802.11 wireless standards, October 1999, Operates in the 5 GHz range, 54 megabits per second (Mbit/s), Smaller range than 802.11b

62
New cards

802.11b

Also an original 802.11 standard - October 1999, Operates in the 2.4 GHz range, 11 megabits per second (Mbit/s), Better range than 802.11a

63
New cards

802.11g

An “upgrade” to 802.11b - June 2003. Operates in the 2.4 GHz range. 54 megabits per second (Mbit/s). Backwards-compatible with 802.11b

64
New cards

802.11n

The update to 802.11g, 802.11b, and 802.11a, October 2009, Operates at 5 GHz and/or 2.4 GHz. 40 MHz channel widths. 600 megabits per second (Mbit/s)

65
New cards

802.11ac

Approved in January 2014, Significant improvements over 802.11n. Operates in the 5 GHz band. Less crowded, more frequencies (up to 160 MHz channel bandwidth)

66
New cards

NFC

Two-way wireless communication, Builds on RFID, which is mostly one-way, Payment systems, Major credit cards, Online wallets, Bootstrap for other wireless

67
New cards

RFID

It’s everywhere. Access badges, Inventory/Assembly line tracking, Pet/Animal identification, Anything that needs to be tracked. Radar technology

68
New cards

Zigbee

Internet of Things networking, Open standard - IEEE 802.15.4 PAN, Alternative to WiFi and Bluetooth, Longer distances than Bluetooth, Less power consumption than WiFi

69
New cards

Z-Wave

Proprietary home automation networking, Internet of Things (IoT), Control lights, locks, garage doors, etc., Wireless mesh networking. Nodes can hop through other nodes on the way to the destination

70
New cards

GSM

Global System for Mobile Communications, CDMA - Code Division Multiple Access, Poor data support, Originally used circuit-switching

71
New cards

LTE

Long Term Evolution (LTE), Based on GSM and EDGE (Enhanced Data Rates for GSM Evolution), Standard supports download rates of 150 Mbit/s

72
New cards

SIEM

Security Information and Event Management, Logging of security events and information, Security alerts, Real-time information. Log aggregation and long-term storage

73
New cards

IDS and IPS

Network-based Intrusion Detection System / Intrusion Prevention System, Intrusions Exploits against operating systems, applications, etc.,Detection vs. Prevention

74
New cards

UTM

Next-generation firewall, Unified Threat Management (UTM) / Web security gateway. URL filter / Content inspection

75
New cards

IPv4

Internet Protocol version 4, OSI Layer 3 address

76
New cards

IPv6

Internet Protocol v6 - 128-bit address, 340,282,366,920,938,463,463,374,607,431,768,211,456 addresses (340 undecillion)

77
New cards

DHCP

Provides automatic address / IP configuration for almost all devices

78
New cards

Link-local address

A non-routable local network address, will only work on the local subnet, required on every IPv6-enabled interface

79
New cards

LANs

Local Area Networks, A group of devices in the same broadcast domain

80
New cards

PAN

Personal Area Network. Your own private network. Bluetooth, IR, NFC

81
New cards

Cable modem

Broadband, Transmission across multiple frequencies, Different traffic types, Data on the “cable” network. DOCSIS (Data Over Cable Service Interface Specification)

82
New cards

DSL modem

ADSL (Asymmetric Digital Subscriber Line); uses existing telephone lines; download speed is faster than the upload speed (asymmetric); ~10,000 foot limitation from the central office (CO).

83
New cards

Dialup

Network with voice telephone lines, Analog lines with limited frequency response, 56 kbit/s modems, Compression up to 320 kbit/s

84
New cards

MAN

Metropolitan Area Network. A network in your city. Larger than a LAN, often smaller than a WAN

85
New cards

WMN

Wireless mesh network, All devices connect together, A mesh “cloud”. Selfform Connects to each other automatically

86
New cards

Balanced pair operation

Two wires with equal and opposite signals, Transmit+, Transmit- / Receive+, Receive-.

87
New cards

EIA

Electronic Industries Alliance (EIA). Alliance of trade associations, develops standards for the industry.

88
New cards

TIA

Telecommunications Industry Association (TIA). Standards, market analysis, trade shows, government affairs, etc.

89
New cards

Plenum-rated cable

Fire-rated cable jacket, Fluorinated ethylene polymer (FEP) or low-smoke polyvinyl chloride (PVC).

90
New cards

UTP

Unshielded Twisted Pair, No additional shielding.

91
New cards

STP

Shielded Twisted Pair, Additional shielding protects against interference. Shield each pair and/or the overall cable

92
New cards

Mul$mode*Fiber

Short%rangecommunica$on,upto2*km

93
New cards

Single%mode*Fiber

Long%rangecommunica$on,upto100*km

94
New cards

CMOS

Complementary metal-oxide semiconductor, A type of memory, May be backed up with a battery.

95
New cards

POST

Power-On Self-Test; look for a boot loader; start the operating system.

96
New cards

UEFI BIOS

Based on Intel’s EFI (Extensible Firmware Interface); a defined standard; designed to replace the legacy BIOS; need a modern BIOS for modern computers

97
New cards

Virtual printer

No physical output, Output to a “digital” document, No additional hardware required, print to PDF

98
New cards

IaaS

Infrastructure as a Service (IaaS). Sometimes called Hardware as a Service (HaaS). Outsource your equipment

99
New cards

SaaS

Software as a Service (SaaS). On-demand software - No local installation. Why manage your own email distribution or payroll?

100
New cards

PaaS

Platform as a Service (PaaS). No servers, no software, no maintenance team, no HVAC. Someone else handles the platform, you handle the development