Common Firewall Ports Every IT Beginner Should Know

Common Firewall Ports Every IT Beginner Should Know

Firewalls filter traffic using ports and protocols. If you’re entering the IT or cybersecurity field, learning commonly used firewall ports is essential. This guide explains important network ports in easy language so you can understand and remember them.

What Are Network Ports?

Ports are virtual communication endpoints used by applications. Just like a house has multiple doors, computers have many network ports. Firewalls decide which ports to allow or block.

Most Common TCP/UDP Ports

PortProtocolService
20/21TCPFTP
22TCPSSH (Remote Login)
23TCPTelnet (Not secure)
25TCPSMTP (Email)
53UDP/TCPDNS
67/68UDPDHCP
80TCPHTTP (Web)
110TCPPOP3 (Email)
143TCPIMAP (Email)
443TCPHTTPS (Secure Web)
3389TCPRDP (Windows Remote Desktop)
5060/5061UDP/TCPSIP VoIP

Why Ports Matter in Firewalls

  • Control access to services
  • Prevent unauthorized connections
  • Secure remote access
  • Allow business apps (VoIP, VPN, DNS, etc.)

Blocked vs Allowed Ports

Some ports are commonly blocked to prevent attacks:

  • 23 — Telnet (unsecure)
  • 445 — SMB (ransomware target)
  • 137–139 — NetBIOS

Ports Used in Cyber Attacks

  • Port 80/443 — Web attacks (SQL injection, XSS)
  • Port 23 — IoT botnet attacks
  • Port 445 — WannaCry ransomware

Tips for Beginners

  • Never open unnecessary ports
  • Use VPN + secure ports like SSH
  • Monitor logs for unknown traffic

Understanding ports helps you manage firewalls, secure networks, and troubleshoot connectivity issues. Practice and you will memorize them easily.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top