Files
system-design-101/data/guides/18-common-ports-worth-knowing.md
Kamran Ahmed ee4b7305a2 Adds ByteByteGo guides and links (#106)
This PR adds all the guides from [Visual
Guides](https://bytebytego.com/guides/) section on bytebytego to the
repository with proper links.

- [x] Markdown files for guides and categories are placed inside
`data/guides` and `data/categories`
- [x] Guide links in readme are auto-generated using
`scripts/readme.ts`. Everytime you run the script `npm run
update-readme`, it reads the categories and guides from the above
mentioned folders, generate production links for guides and categories
and populate the table of content in the readme. This ensures that any
future guides and categories will automatically get added to the readme.
- [x] Sorting inside the readme matches the actual category and guides
sorting on production
2025-03-31 22:16:44 -07:00

1.4 KiB

title, description, image, createdAt, draft, categories, tags
title description image createdAt draft categories tags
18 Common Ports Worth Knowing Learn about 18 common network ports and their uses. https://assets.bytebytego.com/diagrams/0030-18-common-ports-you-must-know.png 2024-02-05 false
api-web-development
Networking
Ports

  • FTP (File Transfer Protocol): Uses TCP Port 21
  • SSH (Secure Shell for Login): Uses TCP Port 22
  • Telnet: Uses TCP Port 23 for remote login
  • SMTP (Simple Mail Transfer Protocol): Uses TCP Port 25
  • DNS: Uses UDP or TCP on Port 53 for DNS queries
  • DHCP Server: Uses UDP Port 67
  • DHCP Client: Uses UDP Port 68
  • HTTP (Hypertext Transfer Protocol): Uses TCP Port 80
  • POP3 (Post Office Protocol V3): Uses TCP Port 110
  • NTP (Network Time Protocol): Uses UDP Port 123
  • NetBIOS: Uses TCP Port 139 for NetBIOS service
  • IMAP (Internet Message Access Protocol): Uses TCP Port 143
  • HTTPS (Secure HTTP): Uses TCP Port 443
  • SMB (Server Message Block): Uses TCP Port 445
  • Oracle DB: Uses TCP Port 1521 for Oracle database communication port
  • MySQL: Uses TCP Port 3306 for MySQL database communication port
  • RDP: Uses TCP Port 3389 for Remote Desktop Protocol
  • PostgreSQL: Uses TCP Port 5432 for PostgreSQL database communication