Correct answer: B
'W/' (case-sensitive) indicates that a weak validator is used. Weak etags are easy to generate, but are far less useful for comparisons.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag
B is correct.
'W/' (case-sensitive) indicates that a weak validator is used which is optional. Weak etags are easy to generate, but are far less useful for comparisons. Strong validators are ideal for comparisons but can be very difficult to generate efficiently. Weak ETag values of two representations of the same resources might be semantically equivalent, but not byte-for-byte identical. This means weak etags prevent caching when byte range requests are used, but strong etags mean range requests can still be cached.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag
I agree with FR99: B is the right choice here.
Explanation:
The ETag HTTP response header is an identifier for a specific version of a resource. It lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content has not changed. Additionally, etags help prevent simultaneous updates of a resource from overwriting each other
Syntax:
ETag: W/"<etag_value>"
Directives:
W/ ( Optional)
'W/' (case-sensitive) indicates that a weak validator is used. Weak etags are easy to generate, but are far less useful for comparisons.
"<etag_value>"
Entity tag uniquely representing the requested resource. They are a string of ASCII characters placed between double quotes, like "675af34563dc-tr34"
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
FR99
Highly Voted 3 years, 8 months agomikha4
Most Recent 10 months, 3 weeks agoTeringzooi
1 year, 7 months agodesignated
1 year, 8 months agoarchitect_
2 years, 11 months agoblezzzo
3 years, 8 months ago