Quote:
A particular Machine browsing speed is higher than other client.
|
That is not a question. It is a statement.
If you want a particular machine to browse faster than others you could put the others at 10 megabits/s at their network interfaces and have the fast machine at 1000 megabits/s.
Another approach would be to put the squid proxy server on the "fast" machine and have the other machines connect to it. The fast machine would always have the results first.
In either case, you are not likely to achieve much separation in time. If you need real separation, you could start processes that use 95% of the cpu time on the slow machines in timed intervals, giving the browser only brief cycles.
If the problem is that one machine is faster than the others and you want everyone to get the same speed. Just eliminate any bottlenecks on the network.