nerdexam
Cisco

200-201 · Question #47

Which event artifact is used to identity HTTP GET requests for a specific file?

The correct answer is D. URI. The Uniform Resource Identifier (URI) is the specific event artifact used to identify the target resource in an HTTP GET request.

Submitted by lukas.cz· Mar 6, 2026Network Intrusion Analysis

Question

Which event artifact is used to identity HTTP GET requests for a specific file?

Options

  • Adestination IP address
  • BTCP ACK
  • CHTTP status code
  • DURI

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • D
    91% (21)

Why each option

The Uniform Resource Identifier (URI) is the specific event artifact used to identify the target resource in an HTTP GET request.

Adestination IP address

The destination IP address identifies the server hosting the resource, not the specific file being requested within that server.

BTCP ACK

A TCP ACK (Acknowledgement) is a fundamental part of TCP's reliable data transfer mechanism and does not identify the content of an HTTP request.

CHTTP status code

An HTTP status code (e.g., 200 OK, 404 Not Found) is part of the server's response to a request, not an element of the request itself that specifies the file.

DURICorrect

The URI (Uniform Resource Identifier), which includes the path and filename (e.g., /index.html), is specifically used in an HTTP GET request to indicate which file or resource the client is requesting from the server.

Concept tested: HTTP GET request components

Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET

Topics

#HTTP protocol#URI#network forensics#web traffic analysis

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice