101 Exam QuestionsBrowse all questions from this exam

101 Exam - Question 100


Which two statements are true about NATs? (Choose two.)

Show Answer
Correct Answer: ACD

NATs (Network Address Translations) typically provide two main functions related to IP address mapping. The first is a one-to-one mapping, where a single private IP address is mapped to a single public IP address, and this is often referred to as static NAT (hence one correct statement). The second important function is that NATs can provide a many-to-one mapping, where multiple private IP addresses are mapped to a single public IP address, commonly known as PAT (Port Address Translation) or dynamic NAT (this being the other correct statement). This many-to-one mapping allows multiple devices on a local network to be represented by a single IP address to the outside world.

Discussion

1 comment
Sign in to comment
dan_pfOptions: CD
Dec 13, 2022

NAT does not do anything with the transport protocol. And Many-to-One is the most common NAT policy on appliances. Correct answers should be C and D