CompTIA A+ Terms Flashcards

1
Q

DHCP

A

Dynamic Host Configuration Protocol
• Automates the IP address configuration
• Addresses can be dynamic or static

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DNS

A

Domain Name System
• Converts names to IP addresses - udp/53
• www.professormesser.com = 162.159.246.164
• These are very critical resources
• Usually multiple DNS servers are in production

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

APIPA

A

Automatic Private IP Addressing
• There’s no static address or DHCP server
• Communicate locally (link-local address)
• Assigns 169.254.1.0 to 169.254.254.255
• No Internet connectivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SMB

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FTP

A

File Transfer Protocol
• tcp/20 (active mode data), tcp/21 (control)
• Transfers files between systems
• Authenticates with a username and password
• Some systems use a generic/anonymous login
• Full-featured functionality
• List, add, delete, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SSH

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Telnet

A

Telnet – Telecommunication Network - tcp/23
• Login to devices remotely
• Console access
• In-the-clear communication
• Not the best choice for production systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SMTP

A

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
• Other protocols are used for clients to receive email
• IMAP, POP3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

HTTP

A
  • Hypertext Transfer Protocol - tcp/80
  • Communication in the browser
  • And by other applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

HTTPS

A

Hypertext Transfer Protocol Secure
• In the clear or encrypted - HTTPS - tcp/443
• Supported by nearly all web servers and clients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

RDP

A

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
• Clients for Windows, macOS, Linux, Unix,
iPhone, Android, and others

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SNMP

A
Simple Network Management Protocol
• Gather statistics from network devices
• Queries: udp/161
• Traps: udp/162
• v1 – The original
• Structured tables, in-the-clear
• v2 – A good step ahead
• Data type enhancements
• Bulk transfers, still in-the-clear
• v3 – A secure standard
• Message integrity
• Authentication, encryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly