Poll: Good idea?
You do not have permission to vote in this poll.
YES
90.00%
9 90.00%
NO
10.00%
1 10.00%
Total 10 vote(s) 100%
* You voted for this item. [Show Results]

Account Integration
2013-09-22, 08:54 AM (This post was last modified: 2013-09-22, 08:59 AM by Victor.)
#12
RE: Account Integration
@rXn, then every client has to verify every server with the master-server, which would take O(c * s) bandwidth and time and would not scale well.
Doubling the clients and servers results in 4x the requests.

The current plan is to have servers verify the clients, so the master-server takes O(c + s) (s is for registrations) bandwidth and time, and the servers can include the verification info in the whois. Of course, clients have to trust the server.
Doubling the clients and servers results in 2x the requests.

Perfect verification would require every client to verify every server and every other client, and this takes cs(c-1) requests, which would scale at O(c^2*s) bandwidth and time.
Doubling the clients and servers results in 8x the requests.

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply


Messages In This Thread
Account Integration - by [R3V] TehP1xel - 2013-09-15, 11:19 PM
RE: Account Integration - by -{ET}-Kewbacca - 2013-09-16, 12:34 AM
RE: Account Integration - by asmanel - 2013-09-16, 07:45 AM
RE: Account Integration - by dm.mossberg590a1 - 2013-09-16, 01:33 PM
RE: Account Integration - by DeltaStrikeOp - 2013-09-16, 08:20 PM
RE: Account Integration - by [R3V] TehP1xel - 2013-09-16, 10:56 PM
RE: Account Integration - by DeltaStrikeOp - 2013-09-16, 11:12 PM
RE: Account Integration - by rXn - 2013-09-17, 05:42 AM
RE: Account Integration - by -{ET}-xdEpicZombie - 2013-09-17, 10:41 AM
RE: Account Integration - by Victor - 2013-09-17, 05:35 PM
RE: Account Integration - by rXn - 2013-09-21, 11:35 AM
RE: Account Integration - by Victor - 2013-09-22, 08:54 AM
RE: Account Integration - by rXn - 2013-09-23, 01:42 PM
RE: Account Integration - by Victor - 2013-09-24, 03:43 PM
RE: Account Integration - by rXn - 2013-09-25, 05:06 AM
RE: Account Integration - by rXn - 2013-09-26, 02:19 PM
RE: Account Integration - by Victor - 2013-09-27, 12:56 PM

Forum Jump: