开发者

Named pipes port number

Does named pipes use ports to communicate? Named pipes i u开发者_C百科se: http://msdn.microsoft.com/en-us/library/aa365150%28VS.85%29.aspx


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜