Named pipes port number

人盡茶涼 提交于 2019-12-06 03:17:15

问题


Does named pipes use ports to communicate? Named pipes i use: http://msdn.microsoft.com/en-us/library/aa365150%28VS.85%29.aspx


回答1:


Yes, when communicating with remote machines it uses ports 137 and 139 UDP and potentially 445 TCP.

Locally pipes are implemented via MMF (memory mapped files).

Essentially some of the facilities used in the CIFS/SMB protocol are also used for named pipes when communicating with remote machines.



来源:https://stackoverflow.com/questions/5804019/named-pipes-port-number

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!