Question:medium

Consider an enterprise network with two Ethernet segments, a web server and a firewall, connected via three routers as shown below. 
 

What is the number of subnets inside the enterprise network? 
 

Show Hint

A subnet is created whenever there is a distinct network segment, and devices connected through routers or switches typically define new subnets.
Updated On: Jan 30, 2026
  • 3
  • 12
  • 6
  • 8
Show Solution

The Correct Option is C

Solution and Explanation

To determine the number of subnets in the given enterprise network, we count each distinct Layer-3 network segment separated by routers or firewall interfaces. Each router or firewall interface connects a different subnet.

Analysis of the network components:

1. Two Ethernet segments:
Each Ethernet LAN represents a separate broadcast domain and hence a separate subnet. So, these contribute:
→ 2 subnets

2. Web Server:
The web server is connected through a dedicated interface and resides in its own network segment (often a DMZ or server subnet). So, this contributes:
→ 1 subnet

3. Firewall:
The firewall separates the internal enterprise network from the external network. It has two interfaces: - One facing the internal enterprise network - One facing the external (Internet-facing) network Each interface corresponds to a different subnet.
→ 2 subnets

4. Routers:
The three routers interconnect the Ethernet segments, firewall, and server network. Their interfaces terminate the subnets already identified above and do not introduce additional independent subnets beyond those counted.

Total number of subnets: \[ 2 \text{ (Ethernet)} + 1 \text{ (Web Server)} + 2 \text{ (Firewall)} + 1 \text{ (External link)} = 6 \]

Final Answer: (C)
Was this answer helpful?
0