asked 10.7k views
3 votes
What does NAT overloading use to track multiple internal hosts that use one inside global address?

a) Port numbers
b) MAC addresses
c) IP addresses
d) Subnet masks

asked
User Oronbz
by
7.3k points

1 Answer

1 vote

Final answer:

NAT overloading, also known as network address translation with port address translation (PAT), uses port numbers to track multiple internal hosts that use one inside global address.

Step-by-step explanation:

NAT overloading, also known as network address translation with port address translation (PAT), uses port numbers to track multiple internal hosts that use one inside global address. PAT is a technique commonly used by home routers that allows multiple devices on a local network to share a single public IP address. When traffic from different internal hosts is sent out over the internet, PAT assigns a unique port number to each connection, which helps map the responses back to the correct internal host.

answered
User Erkan Erol
by
8.4k points