C#/Question
Expert: Srini Nagarajan - 1/14/2005
QuestionSir, I have question related to the algorithm. Please given you answer with the help of some potential comments. Your potential comment will increase my GPA.
You just elaborate and gives some useful point for giving this answer.
the topic is,
You are given 50 PCs, you will use these PCs as nodes or workstation (workstation is a single PC which will work as a nodes in the network and it cannot be a server, server will be a 51 machine).
Now you are required to develop a network by using these 50 PCs as nodes and this network will be developed such that the traffic will flow through the network with maximum speed (whichever speed can be possible by the available hardware).
Please discuss which structure (might be tree, graphs or some other structure) you will use to design to connect these PCs.
Thanks
AnswerHi
Are you looking for the solution built in C#? Here are couple of links talks about networking in C# with some diagrams etcc..
http://www.codeproject.com/csharp/beliefnet.asp
http://www.informit.com/articles/article.asp?p=30211
Happy Programming!!
-Srini