How can a website distinguish between lack of capacity and a denial-of-service attack? For example, websites often experience a tremendous increase in volume of traffic right after an advertisement with the site's URL is shown on television during the broadcast of a popular sporting event. That spike in usage is the result of normal access that happens to occur at the same time. How can a site

determine that high traffic is reasonable?

What will be an ideal response?

A
key
factor
is
what
the
traffic
does:
do
people
access
the
site,
browse
the
content,
and
perhaps
engage
in
a
transaction,
or
are
the
requests
one-­?shot
transmissions:
ping
or
session
setup
messages?
Unfortunately,
a
front-­?end
router
cannot
easily
distinguish
session
setup
messages
from
legitimate
users
versus
those
from
attackers,
because
good
and
bad
sessions
both
begin
with
a
setup.
Over
time,
a
site
can
see
an
abnormally
high
number
of
incomplete
sessions
or
other
single
event.

Computer Science & Information Technology

You might also like to view...

One way to copy data from an Access database into an Excel worksheet is exporting the following:

A) a query. B) a report. C) a macro. D) a module.

Computer Science & Information Technology

Which programming language allows a programmer to define the actions that a program must perform when certain occurrences occur, instead of writing a series of instructions?

A. Event-driven programming language B. Procedural programming language C. Fourth-generation programming language D. Command-line interface language

Computer Science & Information Technology