This is a part of a homework. I don't want an answer, just a hint.
Assume a system with N job positions. For job position i, the number of individual users in that position Ui, and the number of permissions required for that position is Pi
For a traditional DAC scheme, how many relationships between users and permissions must be defined?
How many such relationships must be defined for a RBAC scheme?
O(N*P*U*X)(where "X" is some likely random value dependent more on organizational structure and culture than anything else); and the answer to (2) isO(N*U*S*X)(where X is as above, "S" signifies distinct systems that manage their own roles silos, as is "traditionally" done). – AviD Nov 16 '15 at 14:59