0
0
Computer Networksknowledge~5 mins

NAT (Network Address Translation) in Computer Networks - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is NAT (Network Address Translation)?
NAT is a method used in computer networks to change the IP addresses in data packets while they pass through a router or firewall. It helps multiple devices on a private network share a single public IP address.
Click to reveal answer
beginner
Why is NAT important in home and office networks?
NAT allows many devices to connect to the internet using one public IP address. This saves IP addresses and adds a layer of security by hiding internal IP addresses from the outside world.
Click to reveal answer
intermediate
What is the difference between Static NAT and Dynamic NAT?
Static NAT maps one private IP address to one public IP address permanently. Dynamic NAT assigns a public IP address from a pool to a private IP address temporarily when needed.
Click to reveal answer
intermediate
How does Port Address Translation (PAT) differ from basic NAT?
PAT, also called NAT overload, allows multiple devices to share a single public IP address by using different port numbers. Basic NAT only changes IP addresses without using ports.
Click to reveal answer
beginner
What is a common real-life example of NAT in use?
When you connect your phone or laptop to your home Wi-Fi, NAT lets all your devices use the same public IP address assigned by your internet provider to access the internet.
Click to reveal answer
What does NAT primarily do in a network?
AEncrypts data for secure transmission
BMonitors network traffic for viruses
CAssigns domain names to IP addresses
DChanges IP addresses of packets passing through a router
Which type of NAT assigns a permanent public IP to a private IP?
AStatic NAT
BPAT
CDynamic NAT
DProxy NAT
What is the main benefit of using PAT (Port Address Translation)?
AAllows multiple devices to share one public IP using different ports
BEncrypts data packets for security
CAssigns static IP addresses to devices
DBlocks unwanted internet traffic
Why do home networks use NAT?
ATo speed up internet connection
BTo save public IP addresses and hide internal devices
CTo assign domain names automatically
DTo block all incoming traffic
Which device usually performs NAT in a home network?
ASwitch
BModem
CRouter
DFirewall only
Explain in your own words what NAT is and why it is used in networks.
Think about how many devices connect to the internet from one home.
You got /4 concepts.
    Describe the difference between Static NAT, Dynamic NAT, and PAT.
    Focus on how IP addresses and ports are assigned.
    You got /3 concepts.