subject

) You are concerned about the possibility of DoS attacks against your web server program. You have
developed a new module for your web server that you feel will prevent DoS attacks by slowing them
down. Your proposal is as follows: every incoming HTTP request is put into a queue, with a timestamp
and a “delayed” bit marked as false. When it is ready to serve a request, the web server takes the first
request in the queue. If the “delayed” bit is false and there are no other requests from the same IP
address in the queue, it serves the request immediately. If the “delayed” bit is false and there is at least
one other request from the same IP address in the queue, the “delayed” bit is set to true and the
request is re-inserted at the end of the queue. If the delayed bit is set to “true,” then the request is
served if the current time is at least 1 second greater than the requested timestamp, otherwise the
request is sent to the end of the queue again. Your idea is that this will allow the site to deal with
requests from legitimate users in preference to DoS attack requests.
a) Will this scheme work to prevent a DoS attack from making your web server unusable by normal
users? Give a detailed explanation.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Which of the following tasks is an audio technician most likely to perform while working on a nature documentary? (select all that apply). eliminating potentially distracting background noise adding sound effects making sure the lighting is adequate for a particular scene changing the narration to better match the mood of the documentary
Answers: 3
question
Computers and Technology, 24.06.2019 03:30
What is the purpose of a computer network needs assessment? to analyze which workers need more training to improve their performance to compare worker productivity to determine what steps employees can take to increase company revenue to evaluate how to move from the current status to the desired goal
Answers: 2
question
Computers and Technology, 24.06.2019 18:00
Why is a multiview sketch drawinf different from other sketches like isometric, two point, and oblique
Answers: 1
question
Computers and Technology, 24.06.2019 19:30
Can someone who is skilled at coding create me a java chess game. don't copy from online source codes. make it original ! : d
Answers: 1
You know the right answer?
) You are concerned about the possibility of DoS attacks against your web server program. You have
Questions
Questions on the website: 13722361