If I created a network with one web pc and one database pc and only allowed access to 80 port and 443 port from the 'outside' and blocked any access to others, how would people hack my network? Are any servers setup like this and why not? I would be using Ethernet.
feedback
|
closed as not constructive by Breakthrough, studiohack♦ Jul 20 '11 at 22:39
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
In short nothing is unhackable. Now the firewall would keep out request going to other ports ( ssh, ftp, etc. ) but if there is any vulnerability in your web site that could be used as an entry point. As you are saying you will be running a database server I'm going to assume that your web server would be running some type of web application and not just serving static pages. This could also be an entry point for an attacker as an incorrectly configured or written web application can open security holes. If you provide more information about what exactly you are trying to setup we should be able to better help you secure it. | |||
|
feedback
|
|
It's always best to assume that nothing will ever be 100% secure if it's in any way connected to the Internet (or even if it isn't and someone is able to gain physical access to it.) People will keep finding security holes and it'll still be susceptible to disruption attacks. Short answer: No. | |||
|
feedback
|