I am relatively new to Web development. I was reading about Remote files in PHP, and I came across this question at Quara
My question is why would we require to use a second server in general?
Normally multiple servers used for high availability. Using single server is a bottle nick. If it is goes down, your web will not be available. Also multiple servers used to balance the load on each server.