How to find Port number of IP address?

后端 未结 8 930
半阙折子戏
半阙折子戏 2020-12-08 20:23

We can find out IP address of a domain name or URL. But how to find out Port number on which a domain name is hosted?

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 21:23

    Port numbers are defined by convention. HTTP servers generally listen on port 80, ssh servers listen on 22. But there are no requirements that they do.

提交回复
热议问题