H12-811_V1.0 · Question #830
Static NAT can only implement one-to-one mapping between private and public addresses.
The correct answer is B. FALSE. Static NAT (Network Address Translation) can implement both one-to-one and many-to-one mappings. In a one-to-one mapping, each private IP address is mapped to a unique public IP address. However, in some cases, static NAT can be configured to map multiple private addresses to a…
Question
Static NAT can only implement one-to-one mapping between private and public addresses.
Options
- ATRUE
- BFALSE
How the community answered
(26 responses)- A15% (4)
- B85% (22)
Explanation
Static NAT (Network Address Translation) can implement both one-to-one and many-to-one mappings. In a one-to-one mapping, each private IP address is mapped to a unique public IP address. However, in some cases, static NAT can be configured to map multiple private addresses to a single public address, particularly for services that do not require incoming connections. This flexibility allows for more efficient use of limited public IP address space.
Topics
Community Discussion
No community discussion yet for this question.