First page Back Continue Last page Overview Graphics
The “O(N2) Password Management Problem”
Each of the N servers authenticates each of the N users
Every server keeps track of the password of every user
Thus a total of O(N2) pieces of information items to manage