312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 106


Jonathan is a network administrator who is currently testing the internal security of his network. He is attempting to hijack a session, using Ettercap, of a user connected to his Web server. Why will Jonathan not succeed?

Show Answer
Correct Answer: B

Jonathan will not succeed because the HTTP protocol does not maintain session. HTTP is a stateless protocol, meaning that each request made to the server is independent of any other request. This lack of maintained session or state information makes it impossible to hijack a web session in the way Jonathan is attempting.

Discussion

1 comment
Sign in to comment
ElbOption: B
Jun 15, 2024

HTTP is a stateless protocol and, consequently, every HTTP request a website receives is viewed independently.