An attacker sends many packets to a host opening up many TCP sessions that keep the users from accessing services. What type of an attack is this?

a. SYN attack
b. Spoof
c. Smurf attack
d. Directed broadcast


a. SYN attack
Explanation: A SYN attack refers to the opening up of many TCP sessions to limit access to network services. Spoofing is inserting a different IP address in place of an IP packet's source address to make it appear that the packet came from another network. Smurf attacks are ways to generate a large amount of data traffic using a small packet. A directed broadcast attack sends many broadcasts to a specific subnet and used to conduct other attacks.

Computer Science & Information Technology

You might also like to view...

Discuss the effect on all operations on a stack if there were not a count variable in the implementation.

What will be an ideal response?

Computer Science & Information Technology

Class String is in package ____________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A delimiter is a character such as a tab or comma that separates the fields

Indicate whether the statement is true or false

Computer Science & Information Technology

When the out-of-balance condition has been created by a left high subtree of a left high tree, we must balance the tree by rotating the out-of-balance node to the ____.

A. left B. right C. left and then right D. right and then left

Computer Science & Information Technology