Got it

Topic discussion| What are the differences between different types of NAT?

Latest reply: Jan 14, 2022 18:03:52 1400 49 18 0 0

Hi, dear!


(All the friends who see this post, hope you can join this topic.)


In most network environments, we need NAT to access the Internet. 

NAT is Network Address Translation. This is a protocol that provides a way for multiple computers on a public network to share a single connection to the Internet.

I recently posted several NAT-related articles in the section, which are summarized in this post:


Introduction to Different Types of NAT


NAT


After reading the link, I hope you can share your knowledge and understanding of different NAT types here.


Of course, if the link isn't detailed enough or you want to know more about NAT, please share it in the comments, and I'll gather your suggestions to share more.


Hope the comments on this post were helpful to all of us.


Thank you for your participation!

The post is synchronized to: Hot Topics

@Malik3000 @alopez @IndianKid @umaryaqub @LuizPuppin @shakeela @NTan33 @smileymind @Saqib123 @yogijain @lucian2003 @Unicef @WalidNawar_PDAC_MVE @BAZ @Ihteshamraza @sohaib.ansar @daniellima @S_Noch @chantha @Navin_kay @Faridrami @Herediano @abood_1419 @VinceD @19muaz19 @Addy786 @Adriale @Ahmed_Osman @AJR @alkaseer @ankush @Aroot @azkasaqib @bagic @BAZ @daniellima @DawoodShah @Ddkompik @Dragos_Voicila @E.DR_91 @EdelChino @EglymarB @Elecha001 @ernesto_cupet6 @fargat @felixqperez @Fernando_Ag @Floyd_42 @Fuat @futurework @gabo.lr @Galeober @GDCP @Harihar_Shrestha_new @HaseebAkhtar @huriuraz @HWmah @IndianKid @jas_heer @JNL @JT_UPDATE @kakuye @Kolli @KorayK. @krishnkant @Len_non @little_fish @LSA @lucian2003 @LuizPuppin @Luke_WiFi_Walker @Majdi.Chebil @Marcelo.Toledo @Mglsmn @Moemyint18 @Mohamed_Ahmed @MPatel @mr_anderson @msgabs @Nawwaf.sa @NetEng.JA @niko_makoni @olutaiwo07 @orlan_ortiz @ozan @phuta @RanaShakeel @realtm7 @Renan_Brasil @rganacim @RoxES @Rumana @safi1012 @sam_san @Sapte @Saqib123 @Shalapy @Shayan_ITMan @Siyamraj @smileymind @sonam228 @thisu @umaryaqub @Unicef @user_3015189 @user_3333671 @user_3445655 @user_3754066 @user_3926329 @user_3984285 @user_3998471 @user_3999909 @user_4000907 @user_4082249 @user_4082499 @user_4101251 @user_4115707 @user_4183415 @vagkaefer @Vien @vitoko @Vlada85 @WalidNawar_PDAC_MVE @wissal @www_13290524951 @yogijain @zaheernew @Zahid_27
Welcome to leave a message for discussion. Thank you!

t_0002.gif


View more
  • x
  • convention:

zaheernew
zaheernew Created Jan 10, 2022 09:17:42 (1) (0)
 
wissal
wissal Created Jan 10, 2022 09:19:18 (1) (0)
Thank you, my friend  
Unicef
Unicef Created Jan 10, 2022 12:56:16 (1) (0)
 
Navin_kay
Navin_kay Created Jan 23, 2022 05:33:02 (0) (0)
 
zaheernew
MVE Author Created Jan 10, 2022 09:19:10

We can simply say
"No NAT, No Internet"
View more

Rating

Number of participants 1HiCoins +1 Collapse Reasons
Chenxintao Chenxintao + 1 Good!

View All scores

  • x
  • convention:

Chenxintao
Chenxintao Created Jan 10, 2022 09:32:37 (0) (0)
Yes, my dear!  
Navin_kay
Navin_kay Created Jan 23, 2022 05:33:14 (0) (0)
 

There are 3 types of NAT:

 
1. Static NAT 
In this, a single private IP address is mapped with a single Public IP address, i.e., a private IP address is translated to a public IP address. It is used in Web hosting.

 
2. Dynamic NAT 
In this type of NAT, multiple private IP addresses are mapped to a pool of public IP addresses. It is used when we know the number of fixed users who want to access the Internet at a given point in time.

 
3. Port Address Translation (PAT) 
This is also known as NAT overload. In this, many local (private) IP addresses can be translated to a single public IP address. Port numbers are used to distinguish the traffic, i.e., which traffic belongs to which IP address. This is most frequently used as it is cost-effective as thousands of users can be connected to the Internet by using only one real global (public) IP address.

View more

Rating

Number of participants 1HiCoins +2 Collapse Reasons
Chenxintao Chenxintao + 2 Good!

View All scores

  • x
  • convention:

Chenxintao
Chenxintao Created Jan 10, 2022 10:37:10 (0) (0)
Thank you! My dear!  
chantha
chantha Created Jan 23, 2022 05:34:36 (0) (0)
 
AymanOT
MVE Author Created Jan 10, 2022 09:58:16

Why Use NAT?

NAT is a straightforward enough process, but what is the point of it? Ultimately, it comes down to conservation and security. 

View more

Rating

Number of participants 1HiCoins +2 Collapse Reasons
Chenxintao Chenxintao + 2 Good!

View All scores

  • x
  • convention:

Chenxintao
Chenxintao Created Jan 10, 2022 10:35:24 (1) (0)
Yes. my dear! Another point is to save IPv4 addresses. Currently, IP addresses are insufficient because NAT technology can make IP addresses barely enough.  
chantha
chantha Created Jan 23, 2022 05:34:44 (0) (0)
 
Static NAT (Network Address Translation) - Static NAT (Network Address Translation) is one-to-one mapping of a private IP address to a public IP address. Static NAT (Network Address Translation) is useful when a network device inside a private network needs to be accessible from internet.

Dynamic NAT (Network Address Translation) - Dynamic NAT can be defined as mapping of a private IP address to a public IP address from a group of public IP addresses called as NAT pool. Dynamic NAT establishes a one-to-one mapping between a private IP address to a public IP address. Here the public IP address is taken from the pool of IP addresses configured on the end NAT router. The public to private mapping may vary based on the available public IP address in NAT pool.

PAT (Port Address Translation) - Port Address Translation (PAT) is another type of dynamic NAT which can map multiple private IP addresses to a single public IP address by using a technology known as Port Address Translation.
Here when a client from inside network communicate to a host in the internet, the router changes the source port (TCP or UDP) number with another port number. These port mappings are kept in a table. When the router receive from internet, it will refer the table which keep the port mappings and forward the data packet to the original sender.
View more

Rating

Number of participants 1HiCoins +2 Collapse Reasons
Chenxintao Chenxintao + 2 Good!

View All scores

  • x
  • convention:

Chenxintao
Chenxintao Created Jan 10, 2022 10:36:02 (0) (0)
Thank you! My dear!  
S_Noch
S_Noch Created Jan 23, 2022 05:35:31 (0) (0)
 
NAT can be of three types :

Static NAT : In this type of NAT a local address is mapped to a global address, and there exists a one-to-one relationship. Static NAT is useful when a host requires a consistent address, which must be accessed from the internet. For example, enterprise servers or networking devices.

Dynamic NAT : Dynamic NAT allows unregistered private IP address to be translated into registered public IP address from a pool of public IP addresses.

PAT/ NAT Overloading/IP masquerading : PAT is most popular type among the three types. It is a variant of Dynamic NAT and is similar to it, but it maps multiple private IP addresses to a single public IP address by making use of ports.
View more

Rating

Number of participants 1HiCoins +2 Collapse Reasons
Chenxintao Chenxintao + 2 Good!

View All scores

  • x
  • convention:

Chenxintao
Chenxintao Created Jan 10, 2022 10:36:14 (0) (0)
Thank you! My dear!  
S_Noch
S_Noch Created Jan 23, 2022 05:35:38 (0) (0)
 
NAT is basically masquerading our private IP addresses from the public domain. NAT has three types, although, PAT (Port Address Translation), is one of the famous type which can provide Internet connectivity to thousands of users with the help of a single IP address.

View more

Rating

Number of participants 1HiCoins +2 Collapse Reasons
Chenxintao Chenxintao + 2 Good!

View All scores

  • x
  • convention:

Chenxintao
Chenxintao Created Jan 10, 2022 10:36:22 (0) (0)
Thank you! My dear!  
hpl_Panda
hpl_Panda Created Jan 23, 2022 05:36:24 (0) (0)
 
Sara_Obaid
Moderator Created Jan 10, 2022 11:43:08

Very useful discussion! This was helpful for me...
View more

Rating

Number of participants 1HiCoins +1 Collapse Reasons
Chenxintao Chenxintao + 1 Good!

View All scores

  • x
  • convention:

Ferfox86
Ferfox86 Created Jan 10, 2022 21:24:59 (0) (0)
 
Chenxintao
Chenxintao Created Jan 11, 2022 04:45:40 (0) (0)
Thank you for your support! my dear!  
hpl_Panda
hpl_Panda Created Jan 23, 2022 05:36:30 (0) (0)
 
Good Discussion on NAT
View more

Rating

Number of participants 1HiCoins +1 Collapse Reasons
Chenxintao Chenxintao + 1 Good!

View All scores

  • x
  • convention:

user_4411447
user_4411447 Created Jan 23, 2022 05:37:05 (0) (0)
 
123
Back to list

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.