Question - Explain the building blocks of Client/Server?
Answer -
The client side building block runs the client side of the application.
The server side building block runs the server side of the application.
The middleware buliding block runs on both the client and server sides of an application. It is broken into three categories:-
Transport stack
Network OS
Service-specific middleware.