» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 2 » Question 17/20
17.A single machine acts as a mail server, web server, and gateway to the Internet for the rest of your internal network. Why shouldn't you also use this machine as your central log host?

It may reduce web server performance.
The remote logging may have a negative impact on network performance.
If the web server crashed, log messages from other hosts would be lost.
Under high load, syslogd on the web server may start rejecting messages, and clients would try to log the error, creating a recursive loop between the clients and the log host.
If the security of your server is compromised, an attacker would have access to log information from all your hosts.

Explanation
« Question 16 Question 18 »