• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

part II network

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If a system has only two web server with two types of user: internet and intranet, should I set up one web server in DMZ for internet user and an other one set behind firewall for intranet user?
Is it possible to "cluster" these two web server in DMZ to accept request from both internet and intranet? This may provide better scalability and avoid single point of failure in net work
I have tried to answer this question by myself but I am really not sure if a web server in DMZ could accept request from both internet and intranet.
Any comments on this will be much appreciated.
Thanks

/bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic