200-901 · Question #660
200-901 Question #660: Real Exam Question with Answer & Explanation
The correct answer is C: single local IP address to single public IP address. {"question_number": 4, "question": "An engineer wants to make a local web server accessible over the Internet using Static NAT. What does Static NAT map in the network?", "correct_answer": "C. single local IP address to single public IP address", "explanation": "Static NAT create
Question
An engineer wants to make a local web server accessible over the Internet using Static NAT. What does Static NAT map in the network?
Options
- Amany public IP addresses to a single local IP address
- Bmany local IP addresses to a pool of public IP addresses
- Csingle local IP address to single public IP address
- Dmany local IP addresses to a single public IP address
Explanation
{"question_number": 4, "question": "An engineer wants to make a local web server accessible over the Internet using Static NAT. What does Static NAT map in the network?", "correct_answer": "C. single local IP address to single public IP address", "explanation": "Static NAT creates a permanent, one-to-one mapping between a single private (local) IP address and a single public IP address. This is ideal for servers that must be reachable from the internet at a consistent, predictable public address - such as a web server. Because the mapping never changes, external clients always know which public IP to reach. Option A (many public to one local) is not a standard NAT type. Option B (many local to a pool of public) describes Dynamic NAT. Option D (many local to one public) describes PAT/NAT overload (the most common form used for outbound internet access). Static NAT's defining trait is its permanent 1:1 relationship.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.