networking Flashcards

1
Q

What is VLSM?

A

Variable Length Subnet Mask: subnetting of subnets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what us /31 subnet mask?

A

only in Cisco, point-to-point connection (2 hosts only)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IPv6 2000 - 3999 adresses?

A

Globally routed (equivalent to unicast address class A, B, C)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IPv6 address starting with FE80

A

Link local address (equivalent to private address in IPV4)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

IPV6 address starting with FF

A

multicast address: identifies a set of interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is an anycast address?

A

identifies a set of interfaces so that a packet can be sent to any member of a set
–> more efficient than updating routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is SLAAC?

A

Stateless Address Autoconfig: replaces DHCP in IPV6 (or DHCPV6)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

private ip ranges

A
  1. 0.0.0 -10.255.255.255
  2. 16.0.0 - 172.31.255.255
  3. 168.0.0 - 192.168.255.255
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ARP in IPV6

A

NDP Neighbour Discovery Protocol

+ RA (router advertisement) & RS (router solicitation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

anycast

A

lets one host update the routing tables for a group of other hosts –> which host is the closest –> used for datacenter

–> very efficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which method defines a means which an IPv6 interface ID address is formed using the interfaces MAC address and a preexisting network prefix?

A

EUI-64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How many bits are there in an IPv6 address?

A

128

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following addresses in IPv6 is similar to IPv4 public IP addresses?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which IPv6 address corresponds to a Multicast address?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following is an IPv6 loopback address?

A

::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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

shortcut rules in ipv6

A

If an address has two or more groups of consecutive zeros, a double colon can be used. Keep in mind, a double colon can only be used once in the address.