1. |
Data Access Service and the Database Server can be hosted in single Server. |
2. |
Mostly SQL Server 2000/2005/2008 or Oracle can be hosted on Windows 2000/2003 Server. |
3. |
Business Server exposes all the operation through Web Service /Remoting/WCF. |
4. |
A highly configured server with Windows 2000/2003 can be used to host the Business Service, or else Microsoft BizTalk Server also can be used for this. |
5. |
Presentation Tier or the Client Consumes the Service exposed at Business Server by using the Proxy through http:// pipeline. |
6. |
Client can be any standalone machine with the application is being installed in case of Desktop Application (Win-Form or Console Application), or having a Browser to run Web Application. |
7. |
Data/Information are being encapsulated by entity and transferred from one location to another over network followed by all the network protocol. |