Cheat Sheet (Ports, Troubleshooting, RAID, 802.11) Flashcards
(40 cards)
Troubleshooting Step 1
Word: Identify
Identify the problem:
Question the user & identify user changes to computer & perform backups before making changes
Inquire regarding environmental/infrastructure changes
Review system & application logs
Troubleshooting Step 2
Word: Guess
Establish a theory of probable cause (question the obvious):
If necessary, conduct external/internal research based on symptoms
Troubleshooting Step 3
Word: Test
Test the theory to determine the cause:
Once the theory is confirmed, determine the next steps to resolve problem
If theory is not confirmed, re-establish new theory or escalate
Troubleshooting Step 4
Word: Plan/Implement
Establish a plan of action to resolve the problem & implement the solution
Troubleshooting Step 5
Word: Verify
Verify full system functionality and, if applicable, implement preventative measures
Troubleshooting Step 6
Word: Document
Document findings, actions, & outcomes
Port 21
FTP (File Transfer Protocol)
Standard network protocol for transfer of computer files from a server to a client on a network. (Unencrypted)
Port 22
SSH (Secure Shell)
Cryptographic network protocol for operating network services securely over an unsecured network.
Remote CLI, Remote login
Port 23
Telnet
Application protocol used on LAN or Internet to provide a bi-directional interactive text-oriented communication facility using a virtual terminal connection.
Port 25
SMTP (Simple Mail Transfer Protocol)
Industry standard protocol for email sending.
Sends/relays/forwards messages from a mail client to a receiving email server.
Port 53
DNS (Domain Name System)
Naming system for computers, services, or other resources connected to the Internet or a private network.
Port 80
HTTP (Hypertext Transfer Protocol)
Application layer protocol for distributed, collaborative, hypermedia info systems.
Port 110
POP3 (Post Office Protocol 3)
Email protocol that deals with managing & retrieving emails from the receiving server.
Download the email from a server to a single computer, then deletes email from server.
Port 143
IMAP (Internet Message Access Protocol)
Email protocol that deals with managing & retrieving emails from the receiving server.
Stores the message on a server & synchronizes the message across multiple devices.
Port 443
HTTPS (Hypertext Transfer Protocol Secure)
Extension of HTTP used for secure communication. incorporates SSL/TLS
Port 3389
RDP (Remote Desktop Protocol)
Proprietary protocol (Microsoft) that provides user with GUI to connect to another computer over a network connection.
Port 137-139
NetBIOS/NetBT
Networking protocol that allows legacy computer applications relying on the NetBIOS API to be used on modern TCP/IP networks.
Port 445
SMB/CIFS
SMB = Server Message Block
File sharing protocol (IBM) designed to allow computers to read/write files to a remote host over a LAN. Directories made in SMB are called “shares”
CIFS = Common Internet File System
A dialect of SMB (a particular implementation) made by Microsoft
Port 427
SLP (Service Location Protocol)
Service directory protocol that allows computers & other devices to find services in a LAN without prior configuration
Port 548
AFP (Apple File Protocol)
Dynamic file-exchange platform for secure transfer of files within & between organizations.
Port 67/68
DHCP (Dynamic Host Control Protocol)
Network management protocol used to automatically assign IP addresses to devices.
Port 389
LDAP (Lightweight Directory Access Protocol)
Open source industry standard application protocol for accessing/maintaining distributed directory information services over an IP network.
Port 161/162
SNMP (Simple Network Management Protocol)
Internet standard protocol for collecting/organizing info about managed devices on IP networks and for modifying that information to change device behavior.
RAID 0
AKA: Disk Striping
Does not provide redundancy.
Requires at least 2 drives.
One drive fails = all data lost