Soru

Zorluk: OrtaNAT and PAT Implementation

A network administrator is configuring an edge router for a branch office. The office contains 100 internal workstations using private IP addresses on the 192.168.10.0/24192.168.10.0/24 network that require simultaneous outbound internet connectivity. In addition, an internal web server at 192.168.10.50192.168.10.50 must accept inbound connections from external clients via a dedicated public IP address (203.0.113.10203.0.113.10). Which of the following implementation steps correctly satisfy these network requirements? (Select TWO.)

  1. Configure Static NAT for the internal web server to create a persistent one-to-one mapping between 192.168.10.50192.168.10.50 and 203.0.113.10203.0.113.10.Cevap
  2. B
    Configure Static NAT for the 100 internal workstations to assign each device a permanent unique public IP address from a single shared address pool.
  3. Configure Port Address Translation (PAT / NAT Overload) for the internal workstations to allow multiple private IP addresses to share a single public IP address using unique source port numbers.Cevap
  4. D
    Configure Port Address Translation (PAT) to operate purely at Layer 3 by modifying source IPv4 addresses while preserving original Layer 3 protocol headers without examining TCP or UDP ports.

Cevap

Static NAT must be configured for the internal web server to provide a permanent one-to-one public-to-private mapping, while Port Address Translation (PAT / NAT Overload) must be configured for the internal workstations to multiplex outbound traffic over a shared public IP using unique Layer 4 source ports.
Static NAT provides a static 1:1 mapping between an internal private IP address and an external public IP address, which allows external devices to initiate connections to internal resources such as web servers. PAT (NAT Overload) allows multiple internal devices with private IP addresses to share a single public IP address by assigning a unique Layer 4 source port number to each connection session.

Adım Adım Çözüm

1
Identify the inbound server access requirement
Recognize that external clients must consistently initiate connections to an internal IP address.
Static NAT is required because it maintains a fixed bidirectional mapping between a single internal private IP address and a public IP address.
2
Identify the outbound host connectivity requirement
Recognize that 100 internal host PCs require outbound internet access simultaneously using minimal public IP space.
Port Address Translation (PAT/Overload) allows multiple internal hosts to share a single public IP address by mapping internal IP addresses and source ports to unique external source port numbers.

Anahtar Kavram

Selecting and combining Static NAT (for persistent inbound server access) and PAT/Overload (for many-to-one outbound client access).
Bu soruyu puanla