Sara and Jane, users, are reporting an increase in the amount of unwanted email that they are receiving each day. Which of the following would be the BEST way to respond to this issue without creating a lot of administrative overhead?
A. Deploy an anti-spam device to protect the network.
B. Update the anti-virus definitions and make sure that it is set to scan all received email
C. Set up spam filtering rules in each user's mail client.
D. Change the firewall settings to block SMTP relays so that the spam cannot get in.
Answer: A. Deploy an anti-spam device to protect the network.
You might also like to view...
The process of finding and correcting errors in a program is called
(A) pseudocoding. (B) debugging. (C) algorithms. (D) development cycles.
A report is an object in Access that you can use to enter, edit, or view records in a table
Indicate whether the statement is true or false
The ____ workspace displays panels for working with imported 3D objects and converting 2D layers to 3D objects.
a. Objects b. 3D c. Design d. Essentials
What is the final value of x after the following fragment of code executes?
int x=0; do { x++; }while(x > 0); a. 8 b. 9 c. 10 d. 11 e. infinite loop.