Answer:
C
Explanation:
Key logging is when a hacker can track every key u have clicked.
Answer:
d. Ensure file caching and flushing are enabled for all disk drives.
Explanation:
When the disk reading and writing is delayed and the server performance is also slow after taking over management of a server.Previously the server has several server components.So to increase the performance we should ensure caching of the file and make sure that the flushing is enabled for all disk drives.Hence the answer to this question is option d.
You can add the MAC addresses of hosts that you want to allow the access in a database, if you are working on a large scale, and then compare the MAC address of the user in you network wall and allow th users that are allowed.
Or if you are working on a small scale then in your program you can save the MAC in an array or model class and compare when the user will access.
Answer:
Syntax error
Explanation:
This is a type of error that occurs when there is a problem with the code that makes it unable to compile and execute.
For example, making a conditional statement without using the correct parameters will result in a syntax error.