Networking - Networking Basics - Discussion
Discussion Forum : Networking Basics - Networking Basics (Q.No. 2)
2.
What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet?
Answer: Option
Explanation:
Port Address Translation (PAT) allows a one-to-many approach to network address translation.
Discussion:
30 comments Page 3 of 3.
Rajashree kamble said:
1 decade ago
NAT: NAT means Network Address Translation. Or PAT: It means Port Address Translation. And both are consist of similar to each other only difference is that NAT is One IP one port and PAT is One ip multiple port.
JAY said:
1 decade ago
NAT is a protocol that translates inside addresses (private address) into global inside address (public ips). Its developed to hold the shortage of IPv4. It allow to have thousands of hosts with private ip address to be translated in public addresses.
PAT, is the same thing as NAT. The difference is, instead of translating ip's, PAT translate into ports. Its ensure a company that have ONLY one public ip address to communicate with external hosts.
Summarizing:
- If we have like 200 hosts in a company and have more than 2 addresses, we use NAT;
- If we have like 200 hosts in a company and have only 1 public address, we use NAT and PAT (if we have many internal hosts to a single public address it can cause problems).
PAT, is the same thing as NAT. The difference is, instead of translating ip's, PAT translate into ports. Its ensure a company that have ONLY one public ip address to communicate with external hosts.
Summarizing:
- If we have like 200 hosts in a company and have more than 2 addresses, we use NAT;
- If we have like 200 hosts in a company and have only 1 public address, we use NAT and PAT (if we have many internal hosts to a single public address it can cause problems).
Khushboo Ghag said:
1 decade ago
Even I didnt get the difference between NAT and PAT. I know individual definitions but as far as difference is concerned...not clear yet. From Configuration point of view the difference while applying at router is : PAT uses an additional word i.e. overload.
Ex: ip nat inside Source list [access list number] pool [pool name] overload..........in PAT.
For NAT the command remains same but without overload.
Ex: ip nat inside Source list [access list number] pool [pool name] overload..........in PAT.
For NAT the command remains same but without overload.
Someone said:
1 decade ago
Basic For NAT : With the explosion of the Internet and the increase in home networks and business networks, the number of available IP addresses is simply not enough. This is where NAT comes to the rescue. Network Address Translation allows a single device, such as a router, to act as an agent between the Internet (or "public network") and a local (or "private") network. This means that only a single, unique IP address is required to represent an entire group of computers.
NAT is used by a device and do mapping of an unregistered IP address to a registered IP address on a one-to-one basis.
NAT that maps multiple unregistered IP addresses to a single registered IP address by using different ports. This is known also as PAT (Port Address Translation).
NAT is used by a device and do mapping of an unregistered IP address to a registered IP address on a one-to-one basis.
NAT that maps multiple unregistered IP addresses to a single registered IP address by using different ports. This is known also as PAT (Port Address Translation).
Sintu yadav said:
1 decade ago
NAT not understand what is main difference between NAT and PAT?
Vidushi said:
1 decade ago
NAT(Network Address Translation):--> One ip one Port.
PAT(Port Address Translation) :--> One ip multiple port.
PAT(Port Address Translation) :--> One ip multiple port.
Sarita said:
1 decade ago
NAT:
Short for Network Address Translation, an Internet standard that enables a local-area network (LAN) to use one set of IP addresses for internal traffic and a second set of addresses for external traffic.
PAT:
Short for port address translation, a type of network address translation. During PAT, each computer on LAN is translated to the same IP address, but with a different port number assignment.
Short for Network Address Translation, an Internet standard that enables a local-area network (LAN) to use one set of IP addresses for internal traffic and a second set of addresses for external traffic.
PAT:
Short for port address translation, a type of network address translation. During PAT, each computer on LAN is translated to the same IP address, but with a different port number assignment.
Smriti said:
1 decade ago
Can anyone give brief description about NAT and PAT?
Soujanya said:
1 decade ago
PAT-PORT ADDRESS TRANSLATION; NAT-NETWORK ADDRESS TRANSLATION. In my sense both are similar both share one ip address. In simple words the PAT is the NAT overloading where it uses one ip address for all clients to multiple ports. Whereas as a standard NAT is one-to one ip address relation.
Salim said:
1 decade ago
What the different between NAT and PAT ?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers