27. NAT Flashcards
1
Q
What is the translation of NAT?
A
Network Address Translation
2
Q
What are the 3 standards that work together in NAT?
A
- CIDR
- Private addressing
- NAT
3
Q
What does CIDR stand for?
A
- Global address assignment
- Defines public address assigning (IANA allocates)
4
Q
What does private addressing stand for?
A
Hosts that do not connect to the internet can use a private address:
Range Networks Class Number of networks 10.0.0.0 - 10.255.255.255 10.0.0.0 A 1 172.16.0.0 - 172.31.255.255 172.16.0.0 - 172.31.0.0 B 16 192.168.0.0 - 192.168.255.255 192.168.0.0 - 192.168.255.0 C 256
5
Q
What does NAT stand for?
A
- Allows hosts without a unique ID to communicate through the internet
- Changes the source IP
6
Q
What are 3 types of NAT?
A
- Static
- Dynamic
- PAT
7
Q
What are 3 types of addresses in NAT?
A
- Inside local (internal IP)
- Inside global (IP for external use)
- Outside global (hosts outside the enterprise
8
Q
Wat are the 4 steps of dynamic NAT?
A
- Host sends a packet
- NAT route checks the matchig logic if it needs NAT
- Allocates an IP from the pool
- Translaten the source IP and forwards the packet
9
Q
How to clear the NAT table?
A
clear ip nat translation