During a protocol analysis of IPv6 traffic traversing a core layer-3 switch, an engineer observes that the IPv6 base header does not contain an Internet Header Length (IHL) field or an embedded protocol field like IPv4. Which of the following statements correctly explains how IPv6 processes optional controls and determines where the upper-layer payload (such as TCP or UDP) begins?
- The fixed 40-byte base header utilizes an 8-bit Next Header field that specifies the type of the immediately following extension header or upper-layer protocol, creating a linked chain of headers.Cevap
- BThe Payload Length field in the IPv6 base header defines the variable byte offset of the main header, which specifies the location where extension options terminate and transport-layer parsing starts.
- CThe 20-bit Flow Label field dynamically encapsulates extension option blocks, allowing intermediate routers to decode transport protocol data without reading successive header fields.
- DThe Traffic Class field flags the presence of optional IPv6 header attributes, automatically routing TCP segments directly to the transport layer while forcing UDP datagrams through option parsing.
Cevap
The IPv6 architecture utilizes a fixed 40-byte base header containing an 8-bit Next Header field. This field points either directly to an upper-layer protocol (like TCP or UDP) or to the first extension header, which in turn contains its own Next Header field to form a daisy chain of optional headers.
The correct answer highlights the design of the IPv6 base header. The IPv6 base header is strictly fixed at 40 bytes. Instead of embedding optional fields directly into the main header (which increases processing overhead on intermediate routers), IPv6 uses the Next Header field. This 8-bit field specifies the protocol or extension header immediately following. Multiple extension headers are concatenated into a daisy-chain structure, ending with the transport-layer protocol (e.g., TCP value 6, UDP value 17).
Adım Adım Çözüm
Anahtar Kavram
IPv6 Base Header Fixed Size and Next Header Extension Chaining
Tahmini Süre:2m 0s