2 - IPv6 & Network Diagrams Flashcards

1
Q

NAT

A

Network Address Translation

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

NAT: Why use it?

A

Org only has one or a few public address so router at edge translates IPs.

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

NAT: Why does it violate layer separation?

A

Violates layer separation as it edits layer 2 and 3

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

Dynamic IP Allocaiton

A

ISPs more customers than IP address. Allocate based on that

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

IPv6 why is it necessary

A

IPv4 address space ran out in 2019.

Also Class A blocks are lost and D is only for multicast and E is experimental

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

IPv6 address length in bits

A

128bit address

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

IPv6 facts - length, checksums, headers, broadcast etc

A

Fixed Length, optional headers are daisy chained
No checksum at network layer
64bits aligned field in header
Auth and privacy capabilities
No more broadcast

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

IPv6 address rep

A

16 bit fields in case insensitive colon-separated hex rep

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

IPv6: Are leading zeros required?

A

Leading zeros in field are optional (eg :0000: or :0: or :00: etc)

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

IPv6: When can :: be used?

A

Successive fields of 0 are :: but only once.

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

IPv6 special addresses

A

0:0:0:0:0:0:0:1 (::1) Loopback
0:0:0:0:0:0:0:0 (::) unspecified

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

IPv6 URLs

A

Must be enclosed in brackets

http://[2001:4860:b006::67]:80/
- CUmbersome
- Mostly diagnostic
- Use FQDN instead

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

IPv6 prefix representation (,netmask)

A

Same as IPv4

slash separator eg /40

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

IPv6 Global Unicast Addresses

A

Addresses for generic use of IPv6
Hierarchical structure intended to simplify aggregation?

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

IPv6 allocation process

A

IANA allocates 2000::/3 for initial unicast
Registry gets /12 prefix
Registry allocates /32 (or larger) prefix to ISP
ISP generally allocates /48 prefix to customer
/64 to networks within orgs

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

IPv6 Autoconfig: Link local is always what?

A

Link local is always fe80::/64

17
Q

IPv6 Autoconfig: Router can announce what addresses?

A

Router can announce global addresses

18
Q

IPv6 Autoconfig: Clients can use what prefixes?

A

Clients can use all available /64 prefixes

19
Q

RA ICMP

A

Router Advertisement Internet Control Message Protocol packets

20
Q

Problems with IPv4 to IPv6 migration

A

v4 host wanting to talk to v6 host
v6 networks that are only connected by v4 infra

21
Q

IPv4 to IPv6 migration techniques

A

Dual Stacked hosts/routers
Dual stacked proxies/app level gateways
Tunnelling

22
Q

Different tunnel configurations

A

Manual
Automatic
Tunnel broker

23
Q

What does a hub do?

A

Sends frame from one node to all. Repeaters

24
Q

Switches: Learning locations

A

Learns by looking and the source address of each frame. Builds a forwarding table

25
Switches: Frames or packets?
Switches do not usually know about IP. They only deal with Ethernet frames
26
Switch: What layer?
Layer 2
27
When does a switch broadcast?
When the: - address is not in forwarding table - frame is destined to broadcast address - frame is destined to multicast eth address
28
Routers
Use a routing table to decide where to forward (forwarding table) - looking at IP packets.
29
Routers: What layer?
Layer 3
30
VLANs
Split switches into separate virtual switches
31
VLAN Privacy
Only members of a VLAN can see its traffic and inter VLAN traffic must go through a router. This also separates broadcast domains.
32
Router network diagram symbol
Cylinder
33
Switch diagram symbol
Rectangle
34
Eth link diagram symbol
Line
35
WAN symbol diagram
Cloud