Quiz: IPv4 and Network Segmentation Flashcards
Why does a unit have a Source IP address and a Destination IP address?
The source IP address is the device’s address that originated the data or request. The destination IP address is the device’s address to which the data or request is sent.
Unicast transmission
One device sending a message to one other device in one-to-one communications. Note: the destination IP does not have to be unicast in order to receive but the source IP dose have to be unicast
Broadcast
a device sending a message to all the devices on a network in one-to-all communications. Note: Broadcasting is network intensive with and should be limited or subdivided.
Multicast packet
A packet with a destination IP address that is a multicast address.
Multicast
Hosts that receive particular multicast packets are called multicast clients. The multicast clients use services requested by a client program to subscribe to the multicast group
Public IPv4
Addresses which are globally routed between internet service provider (ISP) routers. Some of these addresses will just be used localy.
World Wide Web (WWW)
Private IPv4 addresses are not unique and can be used internally within any network
Network Address Translation (NAT)
NAT is used to translate between private IPv4 and public IPv4 addresses. This is usually done on the router that connects the internal network to the ISP network. Private IPv4 addresses in the organization’s intranet will be translated to public IPv4 addresses before routing to the internet.
Automatic Private IP Addressing (APIPA)
They are used by a Windows client to self-configure in the event that the client cannot obtain an IP addressing through other methods.
Loopback addresses
These are special addresses used by a host to direct traffic to itself. For example, the ping command is commonly used to test connections to other hosts. But you can also use the ping command to test if the IP configuration on your own device, as shown in the figure.
Automatic Private IP Addressing (APIPA)
are used by a Windows client to self-configure in the event that the client cannot obtain an IP addressing through other methods. Link-local addresses can be used in a peer-to-peer connection but are not commonly used for this purpose.
Internet Assigned Numbers Authority (IANA)
The IANA manages and allocates blocks of IP addresses to the Regional Internet Registries (RIRs)
What is the US RIR?
ARIN (American Registry for Internet Numbers) - North America Region
Which organization or group of organizations receives IP addresses from IANA and is responsible for allocating these addresses to ISPs and some organizations?
RIRs
Address Resolution Protocol (ARP)
ARP sends Layer 2 broadcasts to a known IPv4 address on the local network to discover the associated MAC address. Devices on Ethernet LANs also locate other devices using services.