networking Flashcards
What is VLSM?
Variable Length Subnet Mask: subnetting of subnets
what us /31 subnet mask?
only in Cisco, point-to-point connection (2 hosts only)
IPv6 2000 - 3999 adresses?
Globally routed (equivalent to unicast address class A, B, C)
IPv6 address starting with FE80
Link local address (equivalent to private address in IPV4)
IPV6 address starting with FF
multicast address: identifies a set of interfaces
what is an anycast address?
identifies a set of interfaces so that a packet can be sent to any member of a set
–> more efficient than updating routers
what is SLAAC?
Stateless Address Autoconfig: replaces DHCP in IPV6 (or DHCPV6)
private ip ranges
- 0.0.0 -10.255.255.255
- 16.0.0 - 172.31.255.255
- 168.0.0 - 192.168.255.255
ARP in IPV6
NDP Neighbour Discovery Protocol
+ RA (router advertisement) & RS (router solicitation)
anycast
lets one host update the routing tables for a group of other hosts –> which host is the closest –> used for datacenter
–> very efficient
Which method defines a means which an IPv6 interface ID address is formed using the interfaces MAC address and a preexisting network prefix?
EUI-64
How many bits are there in an IPv6 address?
128
Which of the following addresses in IPv6 is similar to IPv4 public IP addresses?
A GUA (Global Unicast Address) is the IPv6 equivalent of an IPv4 Public address. These addresses are both meant to be routed on the internet.
A site-local address is similar to an IPv4 private address.
The concept of multicast is still the same between IPv4 and IPv6.
An anycast address is an address that is the same between multiple interfaces, and when routing takes place, the packet is delivered to the closest interface to the respective host.
Which IPv6 address corresponds to a Multicast address?
FF00::/8 is the prefix for the multicast address range in IPv6.
FD00::/8 is the IPv6 Site-Local prefix range.
The FE80::/10 is the link-local address range for IPv6.
2000::/3 is the Global Unicast Address (GUA) prefix range for IPv6.
Which of the following is an IPv6 loopback address?
::1 is the correct IPv6 loopback address, used to verify TCP/IP stack functionality. 127.0.0.1- 127.255.255.255 is the IPv4 loopback range.