๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Networking Beginner

What is Port?

A numbered endpoint (0-65535) that identifies specific processes or services on a networked computer for communication.

Ports allow multiple network services to run on a single IP address. Well-known ports (0-1023) include HTTP (80), HTTPS (443), SSH (22), FTP (21), SMTP (25), and DNS (53). Registered ports (1024-49151) are used by applications.

Firewalls control access by allowing or blocking specific ports. Port scanning (nmap) discovers open ports on a system. Running services on non-standard ports provides slight security through obscurity but is not a real security measure.

Related Terms

ARP (Address Resolution Protocol)
A protocol that maps IP addresses to physical MAC addresses on a local network segment.
TCP vs UDP
Two transport layer protocols: TCP provides reliable, ordered delivery while UDP provides fast, connectionless delivery without guarantees.
Content Delivery Network (CDN)
A geographically distributed network of servers that caches and delivers web content from locations closest to users for faster load times.
Network ACL
A set of rules that control inbound and outbound traffic at the subnet level, acting as a stateless firewall in cloud and enterprise networks.
HTTPS Everywhere
The practice of securing all web traffic with TLS encryption, ensuring data integrity and privacy between browsers and servers.
DNS Record Types
Different types of DNS entries that map domain names to various information like IP addresses, mail servers, and verification strings.
View All Networking Terms โ†’