nerdexam
GIAC

GSEC · Question #283

Which field in the IPv6 header is used for QoS. or specifying the priority of the packet?

The correct answer is B. Traffic Class. The Traffic Class field in the IPv6 header is an 8-bit field used to mark packet priority and enable Quality of Service (QoS), analogous to the DSCP field in IPv4.

Networking and Core Concepts

Question

Which field in the IPv6 header is used for QoS. or specifying the priority of the packet?

Options

  • AHop Limit
  • BTraffic Class
  • CVersion
  • DNext Header

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    78% (18)
  • C
    9% (2)
  • D
    9% (2)

Why each option

The Traffic Class field in the IPv6 header is an 8-bit field used to mark packet priority and enable Quality of Service (QoS), analogous to the DSCP field in IPv4.

AHop Limit

The Hop Limit field is an 8-bit field that limits the number of hops a packet can traverse before being discarded, equivalent to IPv4 TTL - it has no QoS function.

BTraffic ClassCorrect

The Traffic Class field is an 8-bit field in the IPv6 fixed header that allows originating nodes and forwarding routers to identify and differentiate traffic classes and priorities, directly enabling QoS mechanisms. The upper 6 bits are used for Differentiated Services Code Point (DSCP) marking, and the lower 2 bits are used for Explicit Congestion Notification (ECN). This makes it the functional equivalent of the IPv4 Type of Service (ToS) field.

CVersion

The Version field is a 4-bit field that simply identifies the IP version as 6 and plays no role in QoS or traffic prioritization.

DNext Header

The Next Header field identifies the type of header immediately following the IPv6 header (such as TCP, UDP, or an extension header) and has no QoS or priority function.

Concept tested: IPv6 Traffic Class field for QoS marking

Source: https://www.rfc-editor.org/rfc/rfc8200#section-3

Topics

#IPv6#Traffic Class#QoS#packet header

Community Discussion

No community discussion yet for this question.

Full GSEC Practice