Exam: The Internet Protocol Flashcards
IPV4
The IPv4 address is a logical network address that identifies a particular host. Must be configured within a LAN for local and configured for remote communication (the internet).
Where can the IPV4 be found?
On the network interface card (NIC). Some servers can have more than one NIC and each of these has its own IPv4 address.
How do you know the local network IP address?
First three parts to the IP address
How do you know the individual host numbers?
Last part of the IP address
What is the purpose of the subnet mask in conjunction with an IP address?
to determine the subnet to which the host belongs
How many octets exist in an IPv4 address?
4
What criterion must be followed in the design of an IPv4 addressing scheme for end devices?
Each IP address must be unique within the local network
Which two parts are components of an IPv4 address?
network portion & host portion
What are two features of IPv4 addresses?
An IPv4 addressing scheme is hierarchical & IPv4 is a logical addressing scheme
How large are IPv4 addresses?
32-bit
Why do Multicast transmission reduce traffic?
Multicast transmission reduces traffic by allowing a host to send a single packet to a selected set of hosts that subscribe to a multicast group
What happens when a router receves a broadcast?
Routers do not propagate broadcasts. Each router interface connects to a broadcast domain and broadcasts are only propagated within that specific broadcast domain.
Which statement describes one purpose of the subnet mask setting for a host?
It is used to determine to which network the host is connected.
What is one reason for subnetting an IP network?
to reduce the scope of broadcast flooding
A user is unable to access the company server from a computer. On issuing the ipconfig command, the user finds that the IP address of the computer is displayed as 169.254.0.2. What type of address is this?
link-local
A high school in New York (school A) is using videoconferencing technology to establish student interactions with another high school (school B) in Russia. The videoconferencing is conducted between two end devices through the internet. The network administrator of school A configures the end device with the IP address 209.165.201.10. The administrator sends a request for the IP address for the end device in school B and the response is 192.168.25.10. Neither school is using a VPN. The administrator knows immediately that this IP will not work. Why?
This is a private IP address.
A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same network
Which address prefix range is reserved for IPv4 multicast?
224.0.0.0 – 239.255.255.255
What is the role of IANA?
managing the allocation of IP addresses and domain names
IPv6
IPv6 has a larger 128-bit address space, providing 340 undecillion (i.e., 340 followed by 36 zeroes) possible addresses.
What are the three categories for administrators migrating to IPv6 from the IETF?
Dual Stack, Tunneling, and Translation
Dual Stack
Dual stack allows IPv4 and IPv6 to coexist on the same network segment. (Known as native IPv6)
Tunneling
Transporting an IPv6 packet over an IPv4 network.
Transaltion
Network Address Translation 64 (NAT64) allows IPv6-enabled devices to communicate with IPv4-enabled devices using a translation technique similar to NAT for IPv4. An IPv6 packet is translated to an IPv4 packet and an IPv4 packet is translated to an IPv6 packet.
What are the two rules for IPv6 compression?
Omit Leading 0s & The Double Colon ::
Which letter represents the hexadecimal value of the decimal number 15?
F
Which network migration technique encapsulates IPv6 packets inside IPv4 packets to carry them over IPv4 network infrastructures?
tunneling
IPv6 increases the IP address size from 32 bits to how many bits?
128
Which technology enables devices in an IPv6-only network to communicate with devices in an IPv4-only network?
NAT64
Which two statements are correct about IPv4 and IPv6 addresses? (Choose two.)
IPv6 addresses are represented by hexadecimal numbers. & IPv4 addresses are 32 bits in length.
DHCP
Dynamic Host Configuration Protocol (DHCP) automatically assigns addressing information such as IPv4 address, subnet mask, default gateway, and other configuration information.
What are the advantages to DHCP over static assignment in IPv4?
It reduces the burden on network support staff and virtually eliminates entry errors & not permanently assigned to a host but is only leased for a period of time.
What are the steps for a end device and a DHCP server?
DHCP Discover, DHCP Offer, DHCP Request, & DHCP Ack
Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from a DHCP server?
DHCPREQUEST
Which destination IPv4 address does a DHCPv4 client use to send the initial DHCP Discover packet when the client is looking for a DHCP server?
255.255.255.255
Which type of packet is sent by a DHCP server after receiving a DHCP Discover message?
DHCP Offer
A host PC is attempting to lease an address through DHCP. What message is sent by the server to let the client know it is able to use the provided IP information?
DHCPACK
A home wireless router is configured to act as a DHCP server. The IP address range is configured to be 192.168.0.100 - 149. What IP address will be assigned automatically to the first device that connects to the wireless router?
192.168.0.100
What is one advantage of using DHCP to assign addresses to mobile devices?
Address leases are temporary and are returned to the pool when the device is turned off.
Which two reasons generally make DHCP the preferred method of assigning IP addresses to hosts on large networks?
It eliminates most address configuration errors & It reduces the burden on network support staff