The correct answer is B. Only the database can initiate communication.
From the exhibit:
ip nat inside source static 10.1.2.100 interface GigabitEthernet0/1
It allows bidirectional communication, but only if traffic is properly addressed.
The router translates:
DB receives the request and responds.
Return traffic is translated back to 10.50.250.1 ✔️
However:
It does not fully support proper session handling when initiated from outside unless routing/NAT symmetry is correct.
In this topology, the expectation and flow mismatch causes only inside-initiated sessions to work reliably.
C. No communication possible Incorrect — inside-initiated traffic still works.
D. Both can initiate communication Incorrect — would only be true with correct bidirectional NAT design.
Static NAT = bidirectional mapping, BUT
Exam trick:
If NAT is configured as inside source , it primarily supports inside → outside initiation.
Submit