Chapter 7 - IP addressing Flashcards
What IP address denotes the default address.
0.0.0.0
What are Anycast addresses?
These are the addresses that we can assign to multiple hosts at the same time, though, a packet destined for such a anycast address is always delivered to a single host.
So basically whichever is the nearest host with this anycast address, gets that packet.
What are the private classes in IPv4?
Class A - 10.0.0.0 - 10.255.255.255
Class B - 172.16.0.0 - 172.31.255.255
Class C - 192.168.0.0 - 192.168.255.255
What is the first octet of different classes?
Class A - 1 - 126
Class B -> 128 - 191
Class C - 192 - 223
class D (Multicast) -> 224 - 239
Class E - 240 - 255
What is the loop back address in IPv6?
0::1
What hex numbers does Global unicast IPv6 address start with?
2000:: /3
What hex numbers does Link Local IPv6 address start with?
FE80:: /10
What hex numbers does unique local unicast addresses IPv6 address start with?
FC00:: /7
What hex numbers does multicast IPv6 address start with?
FF00:: /8
What 2002:: /16 used for in IPv6?
It is used with 6-4 tunneling.
How an IPv4 address would be denotes in IPv6?
0::FFFF:IP address
How EUI-64 (Stateless autoconfiguration works)?
Hosts get prefix - 64 bits, from the router.
Rest of the 64 bits are derived from MAC address of the host which is 48 bits long.
So a pad which is FFFE, is added in the middle of MAC address and also 7 bit of the MAC address is inverted.
What is IP dual stacking?
Dual stacking means hosts can support both the IPv4 and IPv6 communication at the same time.
What happens if the 6-4 tunnel goes through a router that has NAT enabled?
Tunnel gets broken.
What is the administrative distance of most common routing protocols?
EIGRP - 90, IGRP - 100, RIP - 120, OSPF - 110, IS-IS - 115, External BGP - 20, Static route - 1, Connected route - 0