Benefits of Using Three Tier Web Architecture

Asked By 140 points N/A Posted on -
qa-featured

I want to build a secured Website. One of my friend suggested that I build a website, using three tire web architecture.

But I want to know the benefits of using a three tire web architecture.

Please help me.

SHARE
Best Answer by Ahmed Moon
Best Answer
Best Answer
Answered By 0 points N/A #86706

Benefits of Using Three Tier Web Architecture

qa-featured

Hi Tanbir,

The benefits of three-tier web architecture are given below:

  • Databases are separated from the application server, so any unwanted user cannot access directly.
  • By using ejb, we can easily connect to the database.
  • Without implementation file, no one can access it. So it is secured for business policy.
  • As the latest ejb is used we can get the tasteful or stateless method.
  • Using the framework, we separate our request and it is secured to show.
  • Here for using application server, web server contains less pressure.

Thank you.

Answered By 0 points N/A #86707

Benefits of Using Three Tier Web Architecture

qa-featured

Hi,

I'll show you a simple picture and you can understand how secured it is, to use a three tire website if you want to build a marketing website. Here it is:

 

Related Questions