Day 6 Flashcards
Network address translation (NAT)
the function of connecting multiple computers to the internet using one or multiple routable IP addresses
static NAT
designed to allow one to one mapping between local and global addresses
dynamic NAT
gives you the ability to map an unregistered IP addresses to a registered IP address from a pool of registered IP addresses
Port address translation (PAT)
translates local addresses to a single global address by keeping track of port assignments
IPv6
successor of IPv4 128 bits (16 bytes) and 8 segments in length
aggregation
provides a more efficient routing scheme by reducing routing tables
aggregation is an organizational method by which routers are assigned to the subnets of top tier routers
unicast
a packet sent to a unicast address is delivered only to the interface identified by that address
multicast
are similar to the IPv4 broadcast
primarily designed for specific groups of devices
FF02::1 all Nodes address
FF02::2 all Routers address
anycast
addresses assigned to more than one interface and typically on different hosts. a packet sent to an anycast addres is delivered to only one of these interfaces, usually the closes.
(just like the IPv4 anycast, in which the message is sent to the closest interface that has the services it needs)
Unicast Address Types
link-local, global, unique local
link-local
equivalent of IPv4 APIPA addresses.
used as a quick or temporary connection within a network
contains an address prefix and an interface ID
address prefix
FE80::/10
interface ID
identifies a unique interface on a network using the 64-bit extended unique identifier (EUI-64)
converting interface ID to a EUI-64
- split the original 48 bit MAC in half and add FFFE to the middle
- flip the second bit in the first segment
- regroup into 16 bit segments
global
equivalent to IPv4 public addresses and used to route data across.
global unicast address is made of three parts: global routing prefix, subnet ID, and interface ID