SDW1967
08-09-2009, 05:21 AM
Can you provide some information regarding how your network architecture enforces security for a 3 tier (GUI, MT, DB) application?
I would prefer the following:
1) "Secured" DMZ where the Web server will reside. Outside (internet) access will be allowed on ports 80 and 443.
2) Secured network where the Database server will reside. Access from the DMZ will need to be restricted to traffic originating from the web server in the DMZ on port 1433.
What other security practices are in place that will help to prevent intrusion, specifically on the database server?
I will be storing encrypted customer, credit card, and transaction information.
I would prefer the following:
1) "Secured" DMZ where the Web server will reside. Outside (internet) access will be allowed on ports 80 and 443.
2) Secured network where the Database server will reside. Access from the DMZ will need to be restricted to traffic originating from the web server in the DMZ on port 1433.
What other security practices are in place that will help to prevent intrusion, specifically on the database server?
I will be storing encrypted customer, credit card, and transaction information.