Send a link to your students to track their progress
24 Terms
1
New cards
What is the primary difference between TCP and UDP transport methods?
TCP is connection-oriented, guarantees packet delivery, and uses flow control; UDP is connectionless, faster, does not check for dropped packets, and is ideal for streaming media
2
New cards
What are the three steps of the TCP three-way handshake in order?
1. SYN, 2. SYN-ACK, 3. ACK
3
New cards
What is a TCP socket connection?
The established network connection formed once a server receives the final ACK packet in a three-way handshake
4
New cards
What mechanism does TCP use to prevent a sending computer from overwhelming a receiving server with too much data too quickly?
Flow control
5
New cards
What port and transport protocol are used by unencrypted HTTP?
Port 80 over TCP
6
New cards
What port, transport protocol, and underlying security protocol does HTTPS use to ensure private, encrypted web communication?
Port 443 over TCP using Transport Layer Security (TLS)
7
New cards
What are the unencrypted and secure (SSL/TLS) default ports for the SMTP email sending protocol?
Unencrypted: Port 25; Secure: Ports 587 or 465 (TCP)
8
New cards
What are the unencrypted and secure (SSL/TLS) default ports for the POP3 email retrieval protocol?
Unencrypted: Port 110; Secure: Port 995 (TCP)
9
New cards
What are the unencrypted and secure (SSL/TLS) default ports for the IMAP email retrieval protocol?
Unencrypted: Port 143; Secure: Port 993 (TCP)
10
New cards
What are the two historical port numbers associated with the connection-oriented File Transfer Protocol (FTP)?
Ports 20 and 21 over TCP (21 for connection/control, 20 historically for data transfer)
11
New cards
What port and transport protocol are used by Secure Shell (SSH) to provide an encrypted channel for remote command-line control and Secure FTP (SFTP)?
Port 22 over TCP
12
New cards
What insecure, clear-text remote command-line utility utilizes port 23 and is typically deprecated/disabled by default?
Telnet (TCP or UDP)
13
New cards
What transport protocol and default ports are used by a DHCPv4 server and client to automatically assign IP addresses?
UDP; Server listens on inbound Port 67, Client connects out using Port 68
14
New cards
What port does the Domain Name System (DNS) use by default to translate human-readable domain names into IP addresses?
Port 53 (TCP or UDP)
15
New cards
What are the unencrypted and secure default ports used by the Lightweight Directory Access Protocol (LDAP) to query Microsoft Active Directory?
Unencrypted: Port 389; Secure: Port 636 (TCP or UDP)
16
New cards
What proprietary Microsoft protocol utilizes port 3389 over TCP to allow administrators full remote desktop control and Remote Assistance capabilities?
Remote Desktop Protocol (RDP)
17
New cards
What protocol provides authenticated access to shared files and printers, communicating directly over TCP port 445 or via legacy NetBIOS/NetBT ports 137–139?
Server Message Block (SMB) / Common Internet File System (CIFS)
18
New cards
What protocol uses port 161 for device monitoring and port 162 for alerts (traps) sent to a central Network Management System (NMS)?
Simple Network Management Protocol (SNMP)
19
New cards
What is the most secure version of SNMP, and what cryptographic standards does it support to ensure data confidentiality?
SNMPv3; supports AES, HMAC-SHA, and HMAC-MD5
20
New cards
A web server needs to accept secure incoming traffic from the public internet. Which inbound port must remain open on the firewall?
Port 443 (HTTPS)
21
New cards
What command-line utility should you run in Windows to identify the exact IP address of the local DNS server resolving names for the host?
ipconfig /all
22
New cards
What command-line tool can a technician use to verify if inbound ports like 3389 (RDP) or 389 (LDAP) are actively open and listening on a server?
netstat
23
New cards
What is the core operational difference between a statically assigned IP address and a dynamically assigned DHCP address?
A static address is manually assigned by an admin and never changes; a dynamic address is leased from a central server and can change periodically
24
New cards
What specific, connectionless file transfer protocol is utilized primarily for booting a client workstation or thin client directly from a network?