exam questions

Exam 200-201 All Questions

View all questions & answers for the 200-201 exam

Exam 200-201 topic 1 question 96 discussion

Actual exam question from Cisco's 200-201
Question #: 96
Topic #: 1
[All 200-201 Questions]


Refer to the exhibit. What does the message indicate?

  • A. an access attempt was made from the Mosaic web browser
  • B. a successful access attempt was made to retrieve the password file
  • C. a successful access attempt was made to retrieve the root of the website
  • D. a denied access attempt was made to retrieve the password file
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Eng_ahmedyoussef
7 months, 3 weeks ago
Selected Answer: C
C. a successful access attempt was made to retrieve the root of the website
upvoted 1 times
...
CiscoTerminator
1 year, 8 months ago
To be honest I dont get the whole "root of the website" int his question. I do get that it is a retrieve attempt.
upvoted 3 times
...
HarryPotter69
1 year, 8 months ago
I believe C then B... you would like to get to the root directory first, then try to get a password. My thinking... I would stick with the answer as C
upvoted 1 times
...
anonymous1966
1 year, 8 months ago
The HTTP 200 OK success status response code indicates that the request has succeeded. The meaning of a success depends on the HTTP request method: GET: The resource has been fetched and is transmitted in the message body. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200 So we stay between "B" and "C". Anybody can explain why "C" is correct?
upvoted 2 times
anonymous1966
1 year, 8 months ago
"C" is correct. Apache log format: LogFormat "%h %l %u %t \"%r\" %>s %b" Now let's break down what each section of that log means. %h The IP address of the client. %l The identity of the client determined by identd on the client's machine. Will return a hyphen (-) if this information is not available. %u The userid of the client if the request was authenticated. %t The time that the request was received. \"%r\" The request line that includes the HTTP method used, the requested resource path, and the HTTP protocol that the client used. %>s The status code that the server sends back to the client. %b The size of the object requested. Pay attention at \"%r\". The resource path is "-" that means "empty". So, the root of the site was requested.
upvoted 29 times
...
...
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.

SaveCancel
Loading ...