nerdexam
Cisco

210-065 · Question #229

In the H.264 video codec, which type of video frame is sent when the remote side requests a fast picture update?

The correct answer is A. I-frame. In H.264, when a remote endpoint requests a fast picture update (FPU), the encoder responds by sending an I-frame, which is a fully self-contained reference frame.

Video Concepts

Question

In the H.264 video codec, which type of video frame is sent when the remote side requests a fast picture update?

Options

  • AI-frame
  • BP-frame
  • CB-frame
  • DC-frame

How the community answered

(54 responses)
  • A
    89% (48)
  • B
    4% (2)
  • C
    2% (1)
  • D
    6% (3)

Why each option

In H.264, when a remote endpoint requests a fast picture update (FPU), the encoder responds by sending an I-frame, which is a fully self-contained reference frame.

AI-frameCorrect

An I-frame (Intra-coded frame) contains complete image data and does not depend on any other frame for decoding, making it the appropriate response to a fast picture update request. When packet loss causes video artifacts, the receiving endpoint sends an FPU request, and the encoder immediately transmits a new I-frame to refresh the video stream. This allows the decoder to re-synchronize without waiting for the next scheduled intra-refresh interval.

BP-frame

A P-frame (Predictive frame) encodes only the differences from a previous reference frame and cannot independently refresh a corrupted video stream.

CB-frame

A B-frame (Bidirectional Predictive frame) depends on both preceding and following frames for decoding and cannot serve as a standalone reference point to recover from packet loss.

DC-frame

There is no C-frame type defined in the H.264 video codec standard.

Concept tested: H.264 I-frame and fast picture update mechanism

Source: https://www.itu.int/rec/T-REC-H.264/en

Topics

#H.264 codec#I-frame#fast picture update#video compression

Community Discussion

No community discussion yet for this question.

Full 210-065 Practice