cbodapati Posted January 23, 2015 Posted January 23, 2015 Hi, I wrote a small tcp test server (in php) to process some custom messages. I am not sure which port to open. What are the factors I should consider before finalizing a port number. Does this invite any security threats? Where can I find answers to these questions? any help appreciated. thanks
justsomeguy Posted January 23, 2015 Posted January 23, 2015 Look for a list of commonly-used ports and avoid using anything that something common would use. It will probably be a 5-digit port. Does this invite any security threats?Open ports in general have security implications, but not so much the specific port number. The security is all in your application that handles the traffic.
cbodapati Posted January 27, 2015 Author Posted January 27, 2015 Thank you very much for the information.
Don E Posted January 29, 2015 Posted January 29, 2015 Here is a good list I check out for used ports: http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now