I've been tasked to design and implement the infrastructure of an organization. It has five servers with the following purposes:
- Web server: hosting the live application
- DB server: storing confidential data.
- App server: where developers perform their job.
- DB server 2: it has the same data as the other DB server.
- Test server: for playing around.
Requirements:
- Web server needs access to DB server.
- App server needs access to DB2 server.
- Test server may or may not access DB2 server (not sure about this).
- All servers need Internet connection.
- Use only a firewall, budget issues.
According to all the previous stated, I designed this scheme. Green indicates DMZ whereas red indicates VLANs.
http://i40.tinypic.com/rko906.jpg
What do you think? Is anything missing? Is the switch really needed? Could I just connect the four internal servers to the firewall, getting rid of VLANs?