Network+ Exam
quick notes
October 29, 2025
- #network+
quick notes
π Syslog Severity Levels (0β7)
Order (0 = highest severity, 7 = lowest):
0 β Emergency
1 β Alert
2 β Critical
3 β Error
4 β Warning
5 β Notice
6 β Informational
7 β Debug
π Mnemonic:
π βEvery Awesome Cat Eats Wet Noodles In Dens.β
- Every β Emergency (0)
- Awesome β Alert (1)
- Cat β Critical (2)
- Eats β Error (3)
- Wet β Warning (4)
- Noodles β Notice (5)
- In β Informational (6)
- Dens β Debug (7)
π‘οΈ Zero Trust Architecture (ZTA)
Core Components:
- Policy Engine β Decides if access should be allowed (brains of ZTA).
- Policy Administrator β Sets up and manages the rules.
- Policy Enforcement Point (PEP) β Executes the decision (enforces allow/deny).
- Subject System β The user/device trying to connect.
π Memory Trick:
π βEngine Decides, Admin Writes, Enforcement Executes, Subject Requests.β
- Engine = Policy Engine (decision-maker).
- Admin = Policy Administrator (rule-setter).
- Enforcement = Enforcement Point (gatekeeper).
- Subject = User/Device making the request.
π Common Ports (Network+ Must Know)
| Port | Protocol / Service | Notes | | --- | --- | --- | | 20/21 | FTP (File Transfer Protocol) | 20 = data, 21 = control. Cleartext. | | 22 | SSH / SFTP / SCP | Encrypted remote login & file transfer. | | 23 | Telnet | Remote login, insecure (plaintext). | | 25 | SMTP (Simple Mail Transfer Protocol) | Mail transfer (legacy). | | 53 | DNS (Domain Name System) | UDP = queries, TCP = zone transfers. | | 67/68 | DHCP (Dynamic Host Config Protocol) | 67 = server, 68 = client. | | 69 | TFTP (Trivial File Transfer Protocol) | Lightweight, no authentication. | | 80 | HTTP | Unencrypted web. | | 110 | POP3 (Post Office Protocol v3) | Retrieve mail (legacy). | | 143 | IMAP (Internet Message Access Protocol) | Retrieve/sync mail. | | 161/162 | SNMP (Simple Network Management Protocol) | 161 = requests, 162 = traps. | | 389 | LDAP (Lightweight Directory Access Protocol) | Directory services (AD, etc.). | | 443 | HTTPS (HTTP Secure) | Encrypted web traffic. | | 445 | SMB (Server Message Block) | Windows file/printer sharing. | | 514 | Syslog | Log forwarding (UDP). | | 636 | LDAPS | Secure LDAP (TLS/SSL). | | 1433 | Microsoft SQL Server | Database connections. | | 3306 | MySQL | Database connections. | | 3389 | RDP (Remote Desktop Protocol) | Windows remote GUI. | | 5060/5061 | SIP (Session Initiation Protocol) | VoIP signaling (5060 = UDP/TCP, 5061 = TLS). |
β Exam Tips
- Memorize mail protocols (25 = SMTP, 110 = POP3, 143 = IMAP).
- SSH vs Telnet: 22 = secure, 23 = insecure.
- DNS (53) = UDP mostly, TCP sometimes.
- RDP = 3389, HTTPS = 443 (most commonly tested).
- DHCP = 67/68 (server/client).
π Memory Trick (for big ones):
π βSome People Feel That Sending Data Helps Improve Security.β
- SSH β 22
- POP3 β 110
- FTP β 20/21
- Telnet β 23
- SMTP β 25
- DNS β 53
- HTTP β 80
- IMAP β 143
- SNMP β 161
β‘ Sample Question:
A user reports they cannot connect via RDP to a remote server. Which port should the administrator check is open?
β 3389