0
0
Intro to Computingfundamentals~5 mins

User accounts and permissions in Intro to Computing - Real World Applications

Choose your learning style9 modes available
Real World Mode - User accounts and permissions
User Accounts and Permissions: The Office Building Analogy

Imagine a large office building where many people work. Each person has their own office room with a door that requires a key to enter. This key is unique to them and represents their user account. The building manager decides which rooms each person can enter and what they can do inside--like whether they can use the printer, access the meeting rooms, or enter the storage closet. These rules are the permissions.

Just like in a computer system, user accounts identify who you are, and permissions control what you can do. If you don't have the right key or permission, you can't enter certain rooms or use certain resources.

Mapping User Accounts and Permissions to the Office Building
Computing ConceptReal-World EquivalentDescription
User AccountOffice KeyA unique key that identifies a person and lets them enter their assigned rooms.
PermissionsAccess RulesRules set by the building manager that decide which rooms or resources a key can open or use.
Administrator AccountBuilding ManagerPerson who controls keys and access rules for everyone in the building.
Resources (files, printers)Rooms and EquipmentRooms like offices, meeting rooms, or equipment like printers that people want to use.
Authentication (login)Showing ID and Using KeyProving who you are and using your key to enter the building or rooms.
A Day in the Office Building

Sarah arrives at the office building in the morning. She shows her ID at the front desk and uses her office key to enter the building. She can open her own office door and the meeting room where her team gathers, but she cannot enter the storage closet because she doesn't have permission.

Later, she needs to print a document. The printer is in a shared room, and her key allows her to enter and use it. However, a visitor does not have a key and must ask the building manager for temporary access.

The building manager can add or remove keys and change which rooms each key can open. If Sarah gets promoted, the manager might give her a new key with more permissions.

Where the Analogy Breaks Down
  • Digital vs Physical: In computers, permissions can be very detailed and layered, while physical keys usually open entire rooms, not specific parts inside.
  • Multiple Permissions: A computer user can have many types of permissions simultaneously (read, write, execute), but keys usually just allow or deny entry.
  • Instant Changes: Permissions in computers can be changed instantly and remotely; physical keys require physical exchange or rekeying locks.
  • Authentication Complexity: Computer authentication can involve passwords, biometrics, or multi-factor methods, while the analogy uses a simple key and ID.
Self-Check Question

In our office building analogy, what would the building manager be equivalent to in a computer system?

Key Result
User accounts and permissions are like office keys and access rules controlling who can enter which rooms in a building.