Q. What protocols are used for BranchCache clients?

John Savill

December 21, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. BranchCache is a great feature and has minimal port requirements. In distributed mode, clients use WS-Discovery to discover cached content and then HTTP to transfer data between clients. In hosted mode, clients communicate directly to a local BranchCache server, so there's no discovery required. Again, clients use HTTP to retrieve content from the configured BranchCache server. When clients have content to offer to the BranchCache server for storage, they use HTTPS to communicate with the server.

The protocols used are, therefore:

  • HTTP (port 80) for content retrieval using BranchCache retrieval protocol.

  • WS-Discovery (port 3702 UDP) for content discovery in distributed cache mode.

  • HTTPS (port 443) for content upload in hosted cache mode using hosted cache protocol.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like