What Is User Account?: Types of User Accounts
What Is User Account?: Types of User Accounts
What Is User Account?: Types of User Accounts
A user account is a location on a network server used to store a computer username, password, and
other information. A user account allows or does not allow a user to connect to a network, another
computer, or other shares. Any network that has multiple users requires user accounts.
Every user who uses the system should have an individual user account. Having a separate
user account allows user to store his files securely and customize his user interface.
System accounts
These accounts are used by different services running in operating system to access the
system resources. Operating system uses these accounts to check whether a particular
service which is requesting for system resources is allowed to access those resources or
not. Usually services create necessary accounts on their own when they are installed. After
installation, services use these accounts to access necessary resources. Unless you are a
system or network administrator, you never need to know about these accounts.
This user account has moderate privilege. This user account is not allowed to make any
change in system files and properties. Operating system allows this user account to
perform only the tasks that it is authorized to do such as creating files and folders, running
applications, customizing environmental variables, etc.
This user account has the lowest privilege. It can’t make any change in any system files or
properties. Usually this account is used to access the system for temporary tasks such as
suffering internet, watching movies, playing games etc. In Windows, this account is
automatically created during the installation. In Linux, if require, we have to create this
account manually after the installation.
User account is an individual identity of a user while group account is the collective
identity of all users those belong to a specific group. Grouping helps system
administrators in managing system effectively. For example, in a company all the users of
the development department may belong to a group called developers. Once group is
created, administrator can create and configure several security rules and applications to
ensure that only the users from developers group access the development department’s
resources such as SQL server, Language API, source code compiler, etc.
Group accounts are only used to manage the user accounts which are alike or require
access to a particular resource. Unlike user account, group account does not have login
capability. A user may belong to an individual group or multiple groups.
User name and password of local user accounts are stored in local machine. Local user
accounts are bound with physical machine. As discussed earlier, every operating system
creates some user accounts during the installation. By default all these accounts are
considered as local user accounts.
User name and password of network user accounts are stored in a central machine usually
known as server. Unlike local user accounts, network user accounts are not bound with
any particular system. Based on configuration, a network user can login in a specific
machine or any machine of network.
Local user account and network user account both are used to access a fully featured
operating system.
User name and password of these accounts are stored in remote machine. These accounts
are used to remotely access a specific service or an application running in remote system.
FTP accounts, email accounts, website accounts are some examples of the remote service
accounts.
This account does not require a password to login. This account has the lowest privilege
among all available accounts. Usually this account type is used to share data publicly
through a service which normally requires login access.
For example, a user account is required to download anything from FTP server. If an
administrator wants to allow anyone to download the data stored in a particular folder at
FTP server, he can configure an anonymous account and set its default location to this
folder. Once anonymous account is enabled, users will be able to download all files and
folders stored in this folder.