Front | Back |
What is one use of Source Network Address Translation (SNAT)?
|
Translate many different source addresses to a single source address (many to one)
|
What is one use of Destination Network Address Translation (DNAT)?
|
Allow access to internal devices from external internet address
|
Used often in routers to aggregate network routes and it makes many different networks look like a single network
|
Supernetting
|
PUBLIC addresses are the addresses that are routable. PRIVATE network addresses are not connected to the internet or isolated & nonroutable.
RFC 1918 defines the class ranges that are nonroutable. Class A 10.0.0.0 to 10.255.255.255 Class B 172.16.0.0 to 172.31.255.255 Class C 192.168.0.0 to 192.168.255.255 |
Public vs. Private
|
Converts one IP address to another. A layer 3 conversion
|
NAT - Network Address Translation
|
Converts a source IP address to another IP address. Used to convert a large number of internal IP address to an external address
|
SNAT - Source NAT
|
Converts the destination IP address to another IP address. Used to convert externally accessible IP address to an internal address
|
Destination NAT
|
Allows many internal hosts to share a single external IP address
|
PAT - Port Address Transalation
|
Automated configuration of IP address, subnet mas and other opts. Requires a DHCP server
|
DHCP - Dynamic Host Configuration Protocol
|
IP address are assigned in real time from a pool. Each system is given a least and must renew at set intervals
|
Dynamic DHCP
|
Addresses are assigned by MAC address in the DHCP server. Quickly readdress servers from one location
|
Static DHCP
|
Enables a computer to automatically assign itself an IP address when there is no Dynamic Host Configuration Protocol (DHCP) server available to perform that function.
|
APIPA
|
Transmitting the same data to all possible destinations.
|
Unicast
|
Delivery of message or info to a group of destination computers simultaneously in a single transmission from the source creating copies automatically in other network elements.
|
Multicast
|
Refers to transmitting a packet that will be received by every device on the network
|
Broadcast
|