In an internet traffic measurement it is seen that port 14443 carries a large amount of traffic. What exactly is this port? and what can be the explanation?

link|improve this question
4  
Does not seem like a programming question. – soandos May 11 '11 at 21:40
2  
It doesn't really seem like a system administration question either. – Zoredache May 11 '11 at 22:11
My guess is just a creative alternate https port. Definitely off-topic, though. – Shane Madden May 12 '11 at 0:24
feedback

migrated from stackoverflow.com May 11 '11 at 21:48

This question came from our site for professional and enthusiast programmers.

closed as off topic by Zoredache, Chris S, jscott, Shane Madden, Scott Pack May 12 '11 at 3:26

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

Is that port seen from the client side? If so, what server side port is in use? My guess is that's an ephemeral port being used on the client side to connect to a well known port on the server (80, 25, etc).

link|improve this answer
feedback