Chapter_5 Flashcards
what is NAT?
private ipv4 addresses are used inside a network and then the border router that connects to the ISP has NAT on it. the private address is linked to and converted to a public address so that it can communicate with devices outside the local network and on the web/.
inside address?
he address of the device which is being translated by NAT.
Outside address
The address of the destination device.
Local address
A local address is any address that appears on the inside portion of the network.
Global address
A global address is any address that appears on the outside portion of the network.
Static address translation (static NAT)
One-to-one address mapping between local and global addresses.
Dynamic address translation (dynamic NAT)
- Many-to-many address mapping between local and global addresses.
Port Address Translation (PAT)
- Many-to-one address mapping between local and global addresses. This method is also known as overloading (NAT overloading)
what kinds of security features if any do PAT provide?
the router configured with PAT port address translation makes sure that the incoming packets were requested before accepting them. this is done by tracking the source ports used and assigned to each device communicating outside the network.
difference between NAT and PAT?
Network Address Translation: the internal private ipv4 addresses are translated directly to one ipv4 inside global address (can come from a pool of addresses)
**PAT: Port Address Translation: the inside global address(es) can be shared by inside ipv4 private addresses because each sending host is given a sending port number that is translated by the edge router.
how does PAT work with ICMPv4 since it is a layer 4 protocol that can be used instead of the TCP/UDP layer 4 protocol stack?
the ICMPv4 uses Query ID’s to identify echo requests and replies and PAT uses this ID instead of a lyer 4 port number.
disadvantages of NAT?
Voip can have problems since additional switching cpu usage for each packet is needed. (real time protocol have issues)
- the tcp/UDP checksum must be recalculated each time a change is made to a packet.
- ip traceability is lost
what is the inside local address in a nat network?
the address of the host devices (private ipv4)
what is the inside global address
the address that is public ipv4 and is seen by outside devices on the web when trying to communicate with a host inside a network. the ipv4 NAT router converts the address.
what is the outside local address?
the destination address of the server on the web