Test #1 Flashcards

1
Q

Packet format consists of?

A

consists of a base header, optional extension headers. and a payload

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

Describe the IPv6 Base Header

A

VER(version num), Traffic Class, Flow Label, Hop limit

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

What is flow label for?

A

Used in MPLS and similar protocols to provide simpler handling of all packets between a sender and receiver.

It is essentially the source and destination addresses that are cached.

A router that supports flow labels, has a flow label table.

The table has an entry for each active flow label: When a router receives a packet it checks the flow label table to find the entry for the corresponding flow.

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

What are rules of using flow labels?

A

The flow label is assigned to a packet by the source host. That flow label cannot be reused while the flow is active.

If a host does not support the flow label it simply ignores it.

All packets belonging to the same flow have the same source, same destination, same priority, and same options.

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

Comparison between IPv6 and IPv4

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

Explain Extension headers

A

Next header field acts as a pointer.

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

What are the option extension header?

A

Hop-by-hop
Destination
Source routing: allows the source to dictate the path to use.
Fragmentation: If a packet is too large, it is fragmented.
Authentication: Used to provide auth
ESP: Encapsulating Security Payload

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

Fragmentation header?

A

Tells that the packet is a fragment, willuse fragmentation identification to match the fragments.

The fragment offset shows where the fragment is placed relative to the start opf the fragmentable part

The M flag is used to signal when the last fragment is sent. M flag will be 0 on the last fragment.

Fragmentation can pose risks, as the endpoint has to process to reassemble the fragments. This can be used for a DOS attack.

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

Authentication Header?

A

It validates the message sender, protects against replay and ensures data inttegreity.

The keys are exchanged at the beginning of the exchange

The two modes are: tunnel and transport

Tunnel mode will create an outer IP[ header that just has the addresses if the UOsec “peers”

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

Encrypted Security Payload?

A

This also provides a transport and tunnel mode

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

What is dual stack

A

When a host is capable of implementing both IPv4 and IPv6 at the same time

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

What is tunnelling?

A

A strategy used when two computers using IPv6 communicate to eachother through a region that only handles IPv4.

The IPv6 packet will be encapsulated in an IPv4 packet.

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

Three types of addresses?

A

Unicast - Send to 1 specific address

Anycast - Send to a group of computers that all share a single address, can only be received by one address.

Multicast - Defines a group of computers, A broadcast essentially

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

The two types of IPv4 addresses?

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

In a Unique unicast message, the interface ID can be calculated using the MAC address,

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

What is link local block?

A

A subblock that is used as a private address in a network

17
Q

Explain the multicast block

A

The first 8 bits are all 1s or all F’s which says that it is a multicast

the next 4 bits specify if transcient to permanent

18
Q

Global unicast address/.