Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
NAT is Network Adress Translation . NAT does translations, maps addresses from one to other.There are three types of NAT
1- Static NAT
2- NAT overload
3- Dynamic NAT with overload
Route is a path to get to required destination. There are two types of routes:
1- Static Routes
2- Dynamic Routes
Network Address Translation (NAT):
Is the process where a network device, usually a firewall, assigns a public address to a computer (or group of computers) inside a private network. The main use of NAT is to limit the number of public IP addresses an organization or company must use, for both economy and security purposes.
Routers take information that arrives through your broadband signal via a modem, decipher it, and deliver it to your computer. The router will also choose the best route for the data packet so that you receive the information quickly.
Many different types of routers have been developed so that the information coming over your broadband connection can be sent to a variety of different receivers including your computer, your phone, and others.
Routers:
Routers take information that arrives through your broadband signal via a modem, decipher it, and deliver it to your computer. The router will also choose the best route for the data packet so that you receive the information quickly.
Many different types of routers have been developed so that the information coming over your broadband connection can be sent to a variety of different receivers including your computer, your phone, and others.
In addition to the valuable answers above, remember that routing is performed before nating for outbound traffic and the opposite is true for inbound traffic.
Network Address Translation change the real IP address into and Mapped IP address and NAT is composed of two steps: Translate the real IP address into the Mapped IP address and translate it back to the real IP address for when the traffic return. Below mentioned are types of NAT
1. Static NAT
2. Dynamic NAT
3. NAT Overloading
4. Dynamic PAT
Route is a road map /Path toward a destination. Below mentioned are the types of Route
1. Static Route
2. Dynamic Route
3. Default Route.
Hope you find this helpful.
Thanks.