Named ports in windows!
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-04-08T11:59:45Z
Indexed on
2010/04/08
12:03 UTC
Read the original article
Hit count: 478
I wonder how stuff like this works in windows (xp and other that have telnet):
Start-> Run -> cmd -> telnet <xyz.com> http
Start-> Run -> cmd -> telnet <xyz.com> pop3
Start-> Run -> cmd -> telnet <xyz.com> smtp
Are these "named" ports? Only windows knows that it has to substitute port numbers coz these are standard ports? Is there way I could create such a named port on windows? I would like something like this :
telnet <xyz.com> oracle
to translate to
telnet <xyz.com> 1521
© Stack Overflow or respective owner