InterviewSolution
| 1. |
In A Network, Is It Always Necessary To Have A Server For Controlling Other Devices ? |
|
Answer» No, a network can be ESTABLISHED without a server too. This type of network or a model is CALLED as peer-to-peer model. Basically, all the nodes act as a client as WELL as server for the other nodes. The biggest advantage is failure of one NODE doesn’t impact other nodes on a network and HELP maintaining continuous operations. No, a network can be established without a server too. This type of network or a model is called as peer-to-peer model. Basically, all the nodes act as a client as well as server for the other nodes. The biggest advantage is failure of one node doesn’t impact other nodes on a network and help maintaining continuous operations. |
|