nerdexam
EC-Council

212-89 · Question #83

Which of the following encoding techniques replaces unusual ASCII characters with "%" followed by the character's two-digit ASCII code expressed in hexadecimal?

The correct answer is A. URL encoding. URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI) under certain circumstances. This technique involves replacing unsafe ASCII characters with a "%" followed by two hexadecimal digits that represent the…

Incident Handling and Response Technologies

Question

Which of the following encoding techniques replaces unusual ASCII characters with "%" followed by the character's two-digit ASCII code expressed in hexadecimal?

Options

  • AURL encoding
  • BUnicode encoding
  • CBase64 encoding
  • DHTML encoding

How the community answered

(32 responses)
  • A
    91% (29)
  • B
    3% (1)
  • D
    6% (2)

Explanation

URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI) under certain circumstances. This technique involves replacing unsafe ASCII characters with a "%" followed by two hexadecimal digits that represent the character's ASCII code. This is necessary for embedding characters that are not allowed in URLs directly, such as spaces and symbols, or characters that have special meanings within URLs, ensuring that the URL is correctly interpreted by web browsers and servers.

Topics

#URL encoding#ASCII encoding#encoding techniques#web attacks

Community Discussion

No community discussion yet for this question.

Full 212-89 Practice