CompTIA A+ (Core 1) Flashcards
(145 cards)
POP3 (Name, port, description)
Post Office Protocol v3
tcp/110
Download/receive email to local email client (unsecure)
POP3S (Name, port, description)
Post Office Protocol v3 secure
tcp/995
Downloads/receive email to local email client (w/ Secure Socket layer settings)
IMAP4 (Name, port, description)
Internet Message Access Protocol v4
tcp/143
A newer email client protocol from POP3 and allows access to mail on a central server.
IMAP4S (Name, port, description)
Internet Message Access Protocol v4 Secure
tcp/993
IMAP4 w/ Secure Socket Layer settings
SMTP (Name, port w/+w/out authentication, description)
Simple Mail Transfer Protocol
tcp/25 (no authentication)
tcp/587 (authentication)
Transfer email between mail servers.
FTP (Name, port x2, description)
File Transfer Protocol
tcp/20 (active mode data), tcp/21 (control the comms)
Sends/receives files between systems
SSH (Name, port, description)
Secure Shell
tcp/22
Encrypted console access
Telnet (Name, port, description)
Telecommunication Network
tcp/23
Insecure console access
DNS (Name, port x2, description)
Domain Name System
udp/53, tcp/53
Convert domain names to IP addresses
HTTP (Name, port, description)
Hypertext Transfer Protocol
tcp/80
Web server communication
HTTPS (Name, port, description)
Hypertext Transfer Protocol Secure
tcp/443
Web server communication with encryption
RDP (Name, port, description)
Remote desktop protocol
tcp/3389
Graphical display of remote devices
NetBIOS N (Name, port, description)
NetBIOS Name service
udp/137
Register, remove and find Windows services by name
-Older version of SMB
NetBIOS D (Name, port, description)
NetBIOS Datagram service
udp/138
Windows connectionless data transfer
-Older version of SMB
NetBIOS S (Name, port, description)
NetBIOS Session service
tcp/139
Windows connection-oriented data transfer
-Older version of SMB
SMB (Name, port, description)
Server Message Block/Common Internet File System (CIFS)
tcp/445
Windows file transfers and printer sharing
-Newer version of NETBIOS
AFP (Name, port, description)
Apple Filing Protocol
tcp/548
Mac OS file transfer
SLP (Name, port x2, description)
Service location protocol
tcp/427, udp/427
Find Mac OS services by name
DHCP (Name, portx2, description)
Dynamic Host Configuration Protocol
udp/67, udp/68
Automate the IP address configuration process
LDAP (Name, port, description)
Lightweight Directory Access Protocol
tcp/389
Directory services
SNMP (Name, port, description)
Simple Network Management Protocol
udp/161
Gather metrics and manage network devices
What is TCP and what does it stand for?
Transmission Control Protocol - Connection oriented protocol + a reliable form of delivery.
- Recovers from error.
- Manage out -of-order messages/re-transmission.
- Receiver acknowledges info was received to sender.
- Flow control (Receiver manage how much data sent)
What is UDP and what does it stand for?
User Datagram Protocol - Connectionless protocol + unreliable form of delivery.
- No error recovery
- No reorder of data or transmission
- No acknowledgement from receiver when data is received
- No flow control
Which OSI layer does TCP/UDP take place in?
OSI Layer 4 - Transport layer