nerdexam
CompTIA

CV0-003 · Question #100

When a firewall takes an incoming request for a specific IP address and redirects it to an internal host, which of the following is being used?

The correct answer is C. NAT. NAT (Network Address Translation) is the mechanism a firewall uses to redirect incoming traffic destined for a public IP address to an internal private host. This is a core function of perimeter firewalls and routers for inbound traffic forwarding.

Cloud Architecture and Design

Question

When a firewall takes an incoming request for a specific IP address and redirects it to an internal host, which of the following is being used?

Options

  • ANIS
  • BPAT
  • CNAT
  • DNIC

How the community answered

(61 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    92% (56)
  • D
    2% (1)

Why each option

NAT (Network Address Translation) is the mechanism a firewall uses to redirect incoming traffic destined for a public IP address to an internal private host. This is a core function of perimeter firewalls and routers for inbound traffic forwarding.

ANIS

NIS (Network Information Service) is a Unix/Linux directory service protocol used to share configuration files across hosts, and has no role in IP address translation or traffic redirection.

BPAT

PAT (Port Address Translation) maps multiple internal private IPs to a single public IP by differentiating sessions with unique port numbers, and is primarily used for outbound traffic from many internal hosts sharing one public address.

CNATCorrect

NAT, specifically Destination NAT (DNAT), translates a public-facing IP address to an internal private IP when inbound traffic arrives at the firewall. This allows external requests targeting a public IP to be transparently forwarded to an internal host with a private address. Firewalls commonly implement this as inbound NAT rules or port forwarding entries.

DNIC

NIC (Network Interface Card) is physical hardware that connects a device to a network, and performs no address translation or traffic redirection.

Concept tested: NAT inbound traffic redirection to internal hosts

Source: https://learn.microsoft.com/en-us/azure/firewall/tutorial-firewall-dnat

Topics

#NAT#port forwarding#firewall#network address translation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice