A screened subnet is an isolated network segment that allows external users to access specific services while keeping the internal network protected behind a firewall. This architecture limits the blast radius of a compromised public-facing server by ensuring it never has a direct path to internal systems.
Screened Subnets
There are times we want external users to be able to get into our internal systems. Now, this could be problematic when they are in our internal network. So maybe what we do instead is put them on a whole other network. We call this a screen network, or a screened subnet. So let's take a look at those screened subnets.
Let's say we have some web servers and they're hosting a bunch of different services that we want external users to be able to get to. What we're going to have to do is open up holes in our firewall in order to allow those outside users to get to this web server.
If that web server were ever to be compromised, they would then have access to the whole network, the whole internal network. We're deliberately already letting them into our network, and if they find that vulnerability, then everything is compromised. This is problematic.
So this is where we want to use a screened subnet instead. A screened subnet is going to be a whole network that's dedicated for those purposes, where you can poke a hole into your firewall to allow users to get to your web server. In this case right here, maybe it's port 80 or port 443 to get to these web servers, and then get to our resources.
Now, if those machines were ever to be compromised, they still can't get into the rest of your network, because we still have a firewall in between the two.
This is another view, or another way that we could set this up. In this case right here we've set it up with two firewalls. In this case right here we'd poke a hole into here for port 80 and 443 to our web server, so now users can get to that. But if that were compromised, we still have a whole other firewall, so that they can't get into these devices down here.
Whether you have two firewalls or one firewall, we're still adding this screened subnet, which is this other network that is going to be opened up. Some of the services will be opened up to the outside world, but it's still then separate from the rest of our network.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →