GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  HP (Hewlett-Packard)  >  Technical

 Print  |  
Question:  I have a Web Server, Application Server, Servlet Engine, Database - all located on separate systems behind firewalls. How will you design an application using 3-tier architecture in this case ?



July 07, 2005 11:30:00 #1
 Vijaya Bhaskar M   Member Since: Visitor    Total Comments: N/A 

RE: I have a Web Server, Application Server, Servlet Engine, Database - all located on separate systems
 
in 3-tier architecture we have application server at client side and all the web server and servlet engine will be in the middle tier and database will be at the 3rd tier. actually servlet engine will be in the webserver itself like weblogic server.  
Solution: First i will setup the aplication server at client side and i will keep the application server and servlet engine in the middle tier which is also behind the firewall and finally i will keep the database server in the 3rd tier.
     

 

Back To Question