Exforsys
+ Reply to Thread
Results 1 to 3 of 3

Service names

This is a discussion on Service names within the ASP forums, part of the Programming Talk category; Can anyone tell me how service names are matched to port numbers?...

  1. #1
    James Allen is offline Junior Member Array
    Join Date
    Jan 2006
    Answers
    20

    Service names

    Can anyone tell me how service names are matched to port numbers?


  2. #2
    kalareddy Guest
    Quote Originally Posted by James Allen View Post
    Can anyone tell me how service names are matched to port numbers?
    here is a list of port details ...

    The ports that are popular are those in the range 0–1023. On Unix-like operating systems, opening a port in this range to receive incoming connections requires administrative privileges, although this all might change.
    The Registered Ports are those in the range 1024–49151.
    The Dynamic and/or Private Ports are those in the range 49152–65535. These ports are not used by any defined application.


    List of TCP and UDP port numbers - Wikipedia, the free encyclopedia


  3. #3
    JohnDoe is offline Junior Member Array
    Join Date
    Feb 2007
    Answers
    14
    The best you could ever do on a local machine, is maybe find out what program is listenening on what port. Not that this necessarily gives you any idea what type of service that program implements.

    As for a remote machine, a person can run whater service they want on whatever port they want. They can implement secret prococols that no one else knows about and run those on all their ports.

    So there really is no concrete mapping that exists. Just educated guesses or so I'm led to believe.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...