wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

NAT-Q

Total questions: 11

Worksheet time: 2mins

Name
Class
Date
1.

What is the primary purpose of NAT?

a)

To translate private IP addresses to public IP addresses

b)

To increase routing speed in a LAN

c)

To encrypt data packets

d)

To create VLANs

2.

Which type of NAT maps one private IP address to one public IP address?

a)

DNS NAT

b)

PAT

c)

Dynamic NAT

d)

Static NAT

3.

Which NAT type uses a pool of public IP addresses and assigns them to private IPs as needed?

a)

Overload NAT

b)

Static NAT

c)

Dynamic NAT

d)

Bidirectional NAT

4.

Which command in Cisco Packet Tracer is used to enable NAT on an interface?

a)

ip nat inside

b)

enable nat public

c)

nat active

d)

interface nat enable

5.

What is PAT (Port Address Translation) also known as?

a)

NAT Overload

b)

Static NAT

c)

Source NAT

d)

Destination NAT

6.

What is a key benefit of PAT over Static NAT?

a)

It requires fewer configuration steps

b)

Multiple internal hosts can share one public IP

c)

It’s faster

d)

It provides end-to-end encryption

7.

Which command is used to define the inside local to inside global IP address mapping in Static NAT?

a)

ip nat inside source static

b)

ip static map

c)

ip nat static map

d)

nat configure static

8.

In NAT terminology, what is an 'inside local' address?

a)

A public IP address assigned by the ISP

b)

An IP address used on a DMZ

c)

A private IP address assigned to a host in the internal network

d)

A public address from a NAT pool

9.

Which NAT configuration command is used to create a NAT pool?

a)

ip nat pool

b)

create nat source

c)

nat pool set

d)

ip address pool nat

10.

Which interface type would you typically assign the command ip nat outside to?

a)

An internal switchport

b)

An interface connected to the internet

c)

A loopback interface

d)

Any host-only connection

11.

Which NAT type allows multiple internal devices to access external resources using one public IP?

a)

PAT (Overload NAT)

b)

Static NAT

c)

Bi-directional NAT

d)

Dual NAT