Multiple choice networking

You should always try to pull all networks services on a single server.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It is poor practice to run all network services on a single server. This creates a single point of failure, reduces performance due to resource contention, and increases security risks. Best practice is to distribute services across multiple servers based on workload and security requirements.