SlideShare una empresa de Scribd logo
1 de 22
Presented by
Varsha Honde
 NAT maps Private IPs to Public IPs.
 A short term solution to the problem of the depletion of IP addresses
 It is required because of shortage of IPv4 Address.
 Whatever connects directly into Internet must have public (globally
unique) IP address
 So Private IP addresses can be used within a private network
 Three address ranges are reserved for private usage
10.0.0.0/8
172.16.0.0/16 to 172.31.0.0/16
192.168.0.0/24 to 192.168.255.0/24
 A private IP is mapped to a Public IP, when the machine has to
access the Internet
 NAT is a router function where IP addresses (and possibly port
numbers) of IP datagram's are replaced at the boundary of a private
network
 NAT is a method that enables hosts on private networks to
communicate with hosts on the Internet.
 NAT is run on routers that connect private networks to the public
Internet, to replace the IP address-port pair of an IP packet with
another IP address-port pair.
 When you need to connect to the Internet and your hosts don’t have
globally unique IP addresses.
 When you’ve changed to a new ISP that requires you to renumber
your network.
 When you need to merge two intranets with duplicate addresses
Names Meaning
Inside Local Source host inside address before translation typically
an RFC 1918 address
Outside Local Address from which source host is known on the
Internet. This is usually the address of the router
interface connected to ISP—the actual Internet address.
Inside Global Source host address used after translation to get onto
the Internet. This is also the actual Internet address.
Outside
Global
Address of outside destination host. The real
Internet address.
 Dynamic Translation (IP Masquerading)
 Static Translation
 Load Balancing Translation
 Network Redundancy Translation
 Network Address and Port Translation (NAPT)
 Map an unregistered IP address to a registered IP address from out
of a pool of registered IP addresses.
 large number of internal users share a single external address.
 NAT only prevents external hosts from making connections to
internal hosts.
 Allow one-to-one mapping between local and global addresses.
 A block external addresses are translated to a same size block of
internal addresses
◦ Firewall just does a simple translation of each address.
 Port forwarding - map a specific port to come through the Firewall
rather than all ports.
 Useful to expose a specific service on the internal network to the
public network
 Maps multiple unregistered IP addresses to a single registered IP
address (many-to-one) by using different source ports.
 Port Address Translation (PAT) which is also commonly referred to
as NAT Overload.
 PAT allows you to permit thousands of users to connect to the
Internet using only one real global IP address.
 Only works for stateless protocols (like HTTP)
 Multiple internet connections are attached to a NAT Firewall that it
chooses.
 Uses based on bandwidth, congestion and availability.
 Can be used to provide automatic fail-over of servers or load
balancing.
 Firewall is connected to multiple ISP with a masquerade for each
ISP and chooses which ISP to use based on client load
 kind of like reverse load balancing
 Adead ISP will be treated as a fully loaded one and the client will
be routed through another ISP.
 Scenario: Corporate network has many hosts but only a small
number of public IP addresses.
 NAT solution:
 Corporate network is managed with a private address space.
 NAT device, located at the boundary between the corporate
network and the public Internet, manages a pool of public IP
addresses.
 When a host from the corporate network sends an IP datagram to
a host in the public Internet, the NAT device picks a public IP
address from the address pool, and binds this address to the
private address of the host.
 Scenario: In CIDR, the IP addresses in a corporate network are
obtained from the service provider. Changing the service provider
requires changing all IP addresses in the network.
 NAT solution:
 Assign private addresses to the hosts of the corporate network.
 NAT device has static address translation entries which bind the
private address of a host to the public address.
 Migration to a new network service provider merely requires an
update of the NAT device. The migration is not noticeable to the
hosts on the network.
Note:
 The difference to the use of NAT with IP address pooling is that
the mapping of public and private IP addresses is static.
 Scenario: Single public IP address is mapped to multiple hosts in a
private network.
 NAT solution:
 Assign private addresses to the hosts of the corporate network.
 NAT device modifies the port numbers for outgoing traffic.
 Scenario: Balance the load on a set of identical servers, which are
accessible from a single IP address
 NAT solution:
 Here, the servers are assigned private addresses.
 NAT device acts as a proxy for requests to the server from the
public network.
 The NAT device changes the destination IP address of arriving
packets to one of the private addresses for a server.
 A sensible strategy for balancing the load of the servers is to
assign the addresses of the servers in a round-robin fashion.
 Increases flexibility when connecting to the Internet.
 Eliminates address renumbering as a network evolves.
 Remedies address overlap events.
 Conserves legally registered addresses.
1. H.323, CUSeeMe, VDO Live – video teleconferencing
applications
2. Xing – Requires a back channel
3. Rshell – used to execute command on remote Unix machine
– back channel
4. IRC – Internet Relay Chat – requires a back channel
5. PPTP – Point-to-Point Tunneling Protocol
6. SQLNet2 – Oracle Database Networking Services
7. FTP – Must be RFC-1631 compliant to work
8. ICMP – sometimes embeds the packed address info in the
ICMP message
9. IPSec – used for many VPNs
10. IKE – Internet Key Exchange Protocol
11. ESP – IP Encapsulating Security Payload
 Hardware and software firewalls.
 Routers.
 Proxy servers
 RAS server that is a simple router/firewall
Network address translation

Más contenido relacionado

La actualidad más candente

Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)NetProtocol Xpert
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6Adeel Rasheed
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)Respa Peter
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networksguesta81d4b
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocolasimnawaz54
 
Access Control List (ACL)
Access Control List (ACL)Access Control List (ACL)
Access Control List (ACL)ISMT College
 
Mobile ip overview
Mobile ip overviewMobile ip overview
Mobile ip overviewpriya Nithya
 
QOS (Quality of Services) - Computer Networks
 QOS (Quality of Services) - Computer Networks QOS (Quality of Services) - Computer Networks
QOS (Quality of Services) - Computer NetworksIIIT Manipur
 
Unicast multicast & broadcast
Unicast multicast & broadcastUnicast multicast & broadcast
Unicast multicast & broadcastNetProtocol Xpert
 
Network address translation
Network address translationNetwork address translation
Network address translationMohak Kaushik
 

La actualidad más candente (20)

Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
 
Presentation on arp protocol
Presentation on arp protocolPresentation on arp protocol
Presentation on arp protocol
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Routing ppt
Routing pptRouting ppt
Routing ppt
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocol
 
IPv4
IPv4IPv4
IPv4
 
What is Network Address Translation (NAT)
What is Network Address Translation (NAT)What is Network Address Translation (NAT)
What is Network Address Translation (NAT)
 
Access Control List (ACL)
Access Control List (ACL)Access Control List (ACL)
Access Control List (ACL)
 
Ipv4 presentation
Ipv4 presentationIpv4 presentation
Ipv4 presentation
 
Mobile ip overview
Mobile ip overviewMobile ip overview
Mobile ip overview
 
Application layer protocols
Application layer protocolsApplication layer protocols
Application layer protocols
 
Domain name system
Domain name systemDomain name system
Domain name system
 
QOS (Quality of Services) - Computer Networks
 QOS (Quality of Services) - Computer Networks QOS (Quality of Services) - Computer Networks
QOS (Quality of Services) - Computer Networks
 
Unicast multicast & broadcast
Unicast multicast & broadcastUnicast multicast & broadcast
Unicast multicast & broadcast
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 

Destacado

Nat presentation
Nat presentationNat presentation
Nat presentationhassoon3
 
Network address translation pdf
Network address translation pdfNetwork address translation pdf
Network address translation pdfMadhusudhan Anand
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) pptDulith Kasun
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4Vuz Dở Hơi
 
IP Addressing and Subnetting
IP Addressing and SubnettingIP Addressing and Subnetting
IP Addressing and Subnettingcbtvid
 
Bootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcpBootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcpAshish Malik
 
Basic of ip subnet and addressing
Basic of ip subnet and addressingBasic of ip subnet and addressing
Basic of ip subnet and addressingrahul_cuet
 
iStorage Server: iSCSI SAN for Windows Server 2008 Clustering
iStorage Server: iSCSI SAN for Windows Server 2008 ClusteringiStorage Server: iSCSI SAN for Windows Server 2008 Clustering
iStorage Server: iSCSI SAN for Windows Server 2008 ClusteringKernSafe Technologies
 
Working on internet
Working on internetWorking on internet
Working on internetOnline
 

Destacado (18)

Nat
Nat Nat
Nat
 
Nat presentation
Nat presentationNat presentation
Nat presentation
 
Network address translation pdf
Network address translation pdfNetwork address translation pdf
Network address translation pdf
 
Nat
NatNat
Nat
 
Ip address
Ip addressIp address
Ip address
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
 
Ip addressing classful
Ip addressing classfulIp addressing classful
Ip addressing classful
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
 
IP Addressing and Subnetting
IP Addressing and SubnettingIP Addressing and Subnetting
IP Addressing and Subnetting
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Static NAT
Static NATStatic NAT
Static NAT
 
Debug tool
Debug toolDebug tool
Debug tool
 
Dynamic NAT
Dynamic NATDynamic NAT
Dynamic NAT
 
Dhcp
DhcpDhcp
Dhcp
 
Bootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcpBootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcp
 
Basic of ip subnet and addressing
Basic of ip subnet and addressingBasic of ip subnet and addressing
Basic of ip subnet and addressing
 
iStorage Server: iSCSI SAN for Windows Server 2008 Clustering
iStorage Server: iSCSI SAN for Windows Server 2008 ClusteringiStorage Server: iSCSI SAN for Windows Server 2008 Clustering
iStorage Server: iSCSI SAN for Windows Server 2008 Clustering
 
Working on internet
Working on internetWorking on internet
Working on internet
 

Similar a Network address translation

Network Address Port Translation. Residential Network connections vi.pdf
Network Address Port Translation. Residential Network connections vi.pdfNetwork Address Port Translation. Residential Network connections vi.pdf
Network Address Port Translation. Residential Network connections vi.pdfshalins6
 
DCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packetsDCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packetsrajshreemuthiah
 
Describe how a NAT (Network Address Translator) works. Be sure to in.pdf
Describe how a NAT (Network Address Translator) works. Be sure to in.pdfDescribe how a NAT (Network Address Translator) works. Be sure to in.pdf
Describe how a NAT (Network Address Translator) works. Be sure to in.pdfarishmarketing21
 
2 logical addressing
2 logical addressing2 logical addressing
2 logical addressinggafurov_x
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)junnubabu
 
Network address translations
Network address translations Network address translations
Network address translations Shahzad shareef
 
Packet Tracer: Nat protocol
Packet Tracer: Nat protocolPacket Tracer: Nat protocol
Packet Tracer: Nat protocolRafat Khandaker
 
Why We Need IPv6
Why We Need IPv6Why We Need IPv6
Why We Need IPv6Netwax Lab
 
8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptxZahouAmel1
 
IP fundamentals
IP fundamentals IP fundamentals
IP fundamentals sumit singh
 

Similar a Network address translation (20)

Network Address Port Translation. Residential Network connections vi.pdf
Network Address Port Translation. Residential Network connections vi.pdfNetwork Address Port Translation. Residential Network connections vi.pdf
Network Address Port Translation. Residential Network connections vi.pdf
 
Module17 nat v2
Module17 nat v2Module17 nat v2
Module17 nat v2
 
Nat
NatNat
Nat
 
DCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packetsDCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packets
 
Describe how a NAT (Network Address Translator) works. Be sure to in.pdf
Describe how a NAT (Network Address Translator) works. Be sure to in.pdfDescribe how a NAT (Network Address Translator) works. Be sure to in.pdf
Describe how a NAT (Network Address Translator) works. Be sure to in.pdf
 
2 logical addressing
2 logical addressing2 logical addressing
2 logical addressing
 
NAT
NATNAT
NAT
 
NAT_Final
NAT_FinalNAT_Final
NAT_Final
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
 
Network address translations
Network address translations Network address translations
Network address translations
 
Packet Tracer: Nat protocol
Packet Tracer: Nat protocolPacket Tracer: Nat protocol
Packet Tracer: Nat protocol
 
Why We Need IPv6
Why We Need IPv6Why We Need IPv6
Why We Need IPv6
 
Nat cisco
Nat ciscoNat cisco
Nat cisco
 
Ccna1v3 Mod09
Ccna1v3 Mod09Ccna1v3 Mod09
Ccna1v3 Mod09
 
UNIT-2.pptx
UNIT-2.pptxUNIT-2.pptx
UNIT-2.pptx
 
8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx
 
IP fundamentals
IP fundamentals IP fundamentals
IP fundamentals
 
ffuyu yguyguyg.pptx
ffuyu yguyguyg.pptxffuyu yguyguyg.pptx
ffuyu yguyguyg.pptx
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
Skip to Main content.docx
Skip to Main content.docxSkip to Main content.docx
Skip to Main content.docx
 

Último

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfEr. Suman Jyoti
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 

Último (20)

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

Network address translation

  • 2.  NAT maps Private IPs to Public IPs.  A short term solution to the problem of the depletion of IP addresses  It is required because of shortage of IPv4 Address.  Whatever connects directly into Internet must have public (globally unique) IP address  So Private IP addresses can be used within a private network  Three address ranges are reserved for private usage 10.0.0.0/8 172.16.0.0/16 to 172.31.0.0/16 192.168.0.0/24 to 192.168.255.0/24  A private IP is mapped to a Public IP, when the machine has to access the Internet
  • 3.  NAT is a router function where IP addresses (and possibly port numbers) of IP datagram's are replaced at the boundary of a private network  NAT is a method that enables hosts on private networks to communicate with hosts on the Internet.  NAT is run on routers that connect private networks to the public Internet, to replace the IP address-port pair of an IP packet with another IP address-port pair.
  • 4.  When you need to connect to the Internet and your hosts don’t have globally unique IP addresses.  When you’ve changed to a new ISP that requires you to renumber your network.  When you need to merge two intranets with duplicate addresses
  • 5. Names Meaning Inside Local Source host inside address before translation typically an RFC 1918 address Outside Local Address from which source host is known on the Internet. This is usually the address of the router interface connected to ISP—the actual Internet address. Inside Global Source host address used after translation to get onto the Internet. This is also the actual Internet address. Outside Global Address of outside destination host. The real Internet address.
  • 6.  Dynamic Translation (IP Masquerading)  Static Translation  Load Balancing Translation  Network Redundancy Translation
  • 7.  Network Address and Port Translation (NAPT)  Map an unregistered IP address to a registered IP address from out of a pool of registered IP addresses.  large number of internal users share a single external address.  NAT only prevents external hosts from making connections to internal hosts.
  • 8.  Allow one-to-one mapping between local and global addresses.  A block external addresses are translated to a same size block of internal addresses ◦ Firewall just does a simple translation of each address.  Port forwarding - map a specific port to come through the Firewall rather than all ports.  Useful to expose a specific service on the internal network to the public network
  • 9.  Maps multiple unregistered IP addresses to a single registered IP address (many-to-one) by using different source ports.  Port Address Translation (PAT) which is also commonly referred to as NAT Overload.  PAT allows you to permit thousands of users to connect to the Internet using only one real global IP address.  Only works for stateless protocols (like HTTP)
  • 10.  Multiple internet connections are attached to a NAT Firewall that it chooses.  Uses based on bandwidth, congestion and availability.  Can be used to provide automatic fail-over of servers or load balancing.  Firewall is connected to multiple ISP with a masquerade for each ISP and chooses which ISP to use based on client load  kind of like reverse load balancing  Adead ISP will be treated as a fully loaded one and the client will be routed through another ISP.
  • 11.  Scenario: Corporate network has many hosts but only a small number of public IP addresses.
  • 12.  NAT solution:  Corporate network is managed with a private address space.  NAT device, located at the boundary between the corporate network and the public Internet, manages a pool of public IP addresses.  When a host from the corporate network sends an IP datagram to a host in the public Internet, the NAT device picks a public IP address from the address pool, and binds this address to the private address of the host.
  • 13.  Scenario: In CIDR, the IP addresses in a corporate network are obtained from the service provider. Changing the service provider requires changing all IP addresses in the network.
  • 14.  NAT solution:  Assign private addresses to the hosts of the corporate network.  NAT device has static address translation entries which bind the private address of a host to the public address.  Migration to a new network service provider merely requires an update of the NAT device. The migration is not noticeable to the hosts on the network. Note:  The difference to the use of NAT with IP address pooling is that the mapping of public and private IP addresses is static.
  • 15.  Scenario: Single public IP address is mapped to multiple hosts in a private network.
  • 16.  NAT solution:  Assign private addresses to the hosts of the corporate network.  NAT device modifies the port numbers for outgoing traffic.
  • 17.  Scenario: Balance the load on a set of identical servers, which are accessible from a single IP address
  • 18.  NAT solution:  Here, the servers are assigned private addresses.  NAT device acts as a proxy for requests to the server from the public network.  The NAT device changes the destination IP address of arriving packets to one of the private addresses for a server.  A sensible strategy for balancing the load of the servers is to assign the addresses of the servers in a round-robin fashion.
  • 19.  Increases flexibility when connecting to the Internet.  Eliminates address renumbering as a network evolves.  Remedies address overlap events.  Conserves legally registered addresses.
  • 20. 1. H.323, CUSeeMe, VDO Live – video teleconferencing applications 2. Xing – Requires a back channel 3. Rshell – used to execute command on remote Unix machine – back channel 4. IRC – Internet Relay Chat – requires a back channel 5. PPTP – Point-to-Point Tunneling Protocol 6. SQLNet2 – Oracle Database Networking Services 7. FTP – Must be RFC-1631 compliant to work 8. ICMP – sometimes embeds the packed address info in the ICMP message 9. IPSec – used for many VPNs 10. IKE – Internet Key Exchange Protocol 11. ESP – IP Encapsulating Security Payload
  • 21.  Hardware and software firewalls.  Routers.  Proxy servers  RAS server that is a simple router/firewall