
Service PortThere is a little known file on your computer that goes into greater details about port numbers also.
FTP 20,21
Telnet 23
SMTP 25
DNS 53
HTTP 80
POP3 110
NNTP 119
NTP 123
IMAP4 143
HTTPS 443
The file /etc/serviceson most Linux / Unix machines lists the port assignments for that machine.
On Windows, TCP/IP port assignments are stored in the C:\WINDOWS\SYSTEM32\DRIVERS\ETC\SERVICES file.
The original complete list of port assignments was in RFC 1700 - Assigned Numbers.
The most current official list of port assignments is maintained by the IANA (Internet Assigned Numbers Authority) at http://www.iana.org/assignments/port-numbers.
So that covers what ports to generally use. Now it is very common for Internet Providers to block common ports for incoming traffic. This means that your provider might not allow you to host a webserver on port 80, or a Mail Server on port 25.
I'll cover running basic Internet Services on different ports in a post later today. Stay Tuned!
0 comments:
Post a Comment