Re: Decision on where to place SQL db (DMZ or internal?)
From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 06/26/05
- Next message: Galen: "Re: firewall"
- Previous message: Steven L Umbach: "Re: Decision on where to place SQL db (DMZ or internal?)"
- In reply to: Marlon Brown: "Decision on where to place SQL db (DMZ or internal?)"
- Next in thread: Juergen Nieveler: "Re: Decision on where to place SQL db (DMZ or internal?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 26 Jun 2005 18:05:43 GMT
On Sun, 26 Jun 2005 09:57:25 -0700, "Marlon Brown"
<nospamarlon@hotmail.com> wrote:
>My main webserver (Win2003, IIS6.0) pulls info from a SQL db and displays
>information such as schedule of working hours, events, etc to users.
>
>I will publish such webserver via a reverse-proxy. Question is this:
>Is it recommended put such SQL database in the "DMZ", or since I have the
>option of publishing such webserver with ISA 2004 it would be considered
>secure keep the SQL database in the internal network, housed with other
>internal db we have. Just as a side note, the SQL server I have in the
>internal network is SAN connected.
Your choice. A lot depends on how the data is accessed and used,
whether you need internal access to the same data, and what risk
you're willing to take for convenience and yimeliness. You could host
it in both places, simply replicating internal data to external if you
wish. You can use an internal server but a separate instance of SQL.
You can ensure non-standard ports are used, that firewall settings
allow data from SQL only to the web server and not the WAN, and stored
procedures fo everything. Lock the servers as appropriate for your
choices.
Jeff
- Next message: Galen: "Re: firewall"
- Previous message: Steven L Umbach: "Re: Decision on where to place SQL db (DMZ or internal?)"
- In reply to: Marlon Brown: "Decision on where to place SQL db (DMZ or internal?)"
- Next in thread: Juergen Nieveler: "Re: Decision on where to place SQL db (DMZ or internal?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|