SK0-004 · Question #157
A server administrator is configuring a new server for an organization. The server will function as a firewall and proxy server, as well as provide NAT services for other devices on the network…
The correct answer is A. The server should have at least two NICs: one configured with an IP address on the inside. A multi-homed server acting as a firewall and NAT device requires at least two NICs - one on the internal network and one on the external network - to separate and route traffic between them.
Question
A server administrator is configuring a new server for an organization. The server will function as a firewall and proxy server, as well as provide NAT services for other devices on the network. Which of the following BEST describes how the network hardware on the server should be configured?
Options
- AThe server should have at least two NICs: one configured with an IP address on the inside
- BThe server should have at least two NICs: each NIC should be configured with an IP address on
- CThe server requires only one NIC, as the NIC can be configured with two IP addresses: one for
- DThe server requires at least three NICs: one configured with an IP address for the intranet clients,
How the community answered
(36 responses)- A72% (26)
- B3% (1)
- C8% (3)
- D17% (6)
Why each option
A multi-homed server acting as a firewall and NAT device requires at least two NICs - one on the internal network and one on the external network - to separate and route traffic between them.
A firewall and NAT server must be multi-homed with at least two NICs: one NIC connected to the inside (private/LAN) network and one connected to the outside (public/internet) network. NAT translates private IP addresses from the internal NIC to the public IP on the external NIC, which requires the network boundary to exist as a physical interface separation. This two-NIC minimum is the fundamental requirement for any device performing network address translation or perimeter security.
Configuring each NIC symmetrically with equivalent addressing does not establish the inside/outside network boundary that NAT and firewall functions require.
A single NIC with two IP addresses cannot properly enforce firewall policy or perform NAT because traffic from both network segments arrives on the same physical interface with no true separation.
Three NICs are not required for a basic firewall, proxy, and NAT deployment - a minimum of two NICs is sufficient to segment the internal and external networks.
Concept tested: Multi-homed server configuration for NAT and firewall
Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-access/nat/nat-overview
Topics
Community Discussion
No community discussion yet for this question.