You are an enterprise application developer. You are creating a client/server application. You need to install the application on the company network.
The client/server application must meet the following criteria:
* The server component is a class library that is created by using the .NET Framework.
* The client component is a Microsoft Windows-based application that is created by using the .NET Framework.
* The client component and the server component must communicate by using a binary protocol.
* The fewest possible ports are opened between the client component and the server component.
You need to identify a technology that permits the server to communicate with the client component through the TCP/IP protocol.
Which technology should you use?
A.
Message Queuing
B.
.NET Remoting
C.
Web services
D.
DCOM