Module 6: NAT for IPv4 Flashcards
What does NAT stand for?
Network Address Translation?
What purpose does NAT have?
To allow networks to use private IPv4 addressess internally and providing translation to a public address only when needed.
What is a NAT pool?
One or more valid public IPv4 addresses configured on a NAT-enabled router.
Where does a NAT router typically operate?
Within the border of a stub network (a network with only one exit point to the internet)
What happens when a device inside the stub network wants to communicate with a device outside of the stub network?
It’s packets are forwarded to the border router, which performs the NATprocess, translating the internal private address to a public outside routable address.
What is the “Inside network” and what is the “Outside network”?
Inside Network = The private network subject to translation
Outside Network = All other networks
What is a “Demarcation point”?
The point where the inside network becomes the outside network.
What are meant by the acroynyms “SA” and “DA”?
Source Address and Destination Address
What is the “Inside address”?
The address of the device which is being translated by NAT.
What is the “Outside address”?
The address of the destination device.
What is a “Local address”?
A local address is any address that appears on the inside portion of the network.
What is a “Global address”?
A global address is any address that appears on the outside portion of the network.
What four columns of addresses does NAT use?
- Inside local address
- Inside global address
- Outside local address
- Outside global address
What is an “Inside local address”?
The address of the source as seen from inside the network.
What is an “Inside global address”?
The address of the source as seen from outside the network.
What is an “Outside global address”?
The address of the destination as seen from outside the network.
What is an “Outside local address”?
The address of the destination as seen from inside the network.
True or False?
The outside local and outside global address are translated.
False.
The outside local and outside global address is the destination (outside device) which is not typically translated because it is already a public IPv4 address.
True or False?
The inside local address is translated to an inside global address.
True.
The private internal IP address is translated by the NAT router into a publically routable private ip address.
A remote Web Server has an IP address of 209.165.201.10 what type of NAT address is this?
Outside Global
A local PC1 has an IP address of 192.168.10.10 what type of NAT address is this?
Inside Local
Local PC1 has had it’s IP address of 192.168.10.10 translated into 209.165.200.226 what type of NAT address is this?
Inside Global
How does Static NAT map local and global addresses?
One-to-One Mapping, so that each local address has its own global address
When is Static NAT typically used? Name some examples
For services that require a consistent address accessible from the internet, such as web servers, SSH access, VPN access.