Installing and Upgrading Client Systems
Installing and Upgrading Client Systems
Client Systems
• Understanding Windows Systems
• Identify Windows operating system editions
• Understand operating system architecture
• Windows 10 Enterprise: The Enterprise edition is designed for personal computers and tablets for large
enterprises. It builds on Windows 10 Pro by adding advanced features designed to meet the demands of
medium- and large-sized organizations. It includes AppLocker, BranchCache, and DirectAccess. Windows 10
Enterprise is only available to Volume Licensing customers.
• • Windows 10 Education: The Education edition is designed for personal computers and tablets for use in
schools (including staff, administrators, teachers, and students). Windows 10 Education has the same
features as Windows 10 Enterprise. Windows 10 Education is only available through academic Volume
Licensing.
Understanding Processor and Memory
Architecture
• The processor of a Windows computer runs in two different modes:
kernel mode and user mode.
• The kernel mode has complete and unrestricted access to the
underlying hardware, while
• the user mode does not have direct access to the hardware or
reference memory.
• Kernel mode is generally reserved for the most trusted part of the
operating system.
• Code that crashes in the kernel mode will cause catastrophic errors
such as the dreaded Stop error or “blue screen of death.”
• Most programs that you install and use on a daily basis are stored in
the user mode.
• When programs run in user mode, they are isolated from other
programs. Therefore, when a program crashes, it usually only affects
the individual program.
• Windows 10 supports two platforms:
• IA-32 is designed to run on systems with the 32-bit x86 processors. IA-32 can
only access up to 4 GB of memory.
• X86-64 is designed to run on the x86-64 processors. Windows 10 can support
up to 128 GB of memory, while the other desktop editions can support up to
2048 GB of memory
• Windows runs on a desktop computer that has a processor based on
the x86 (32-bit) or x64 (64-bit) architecture.
• The architectures determine how data is processed and how much
memory can be accessed.
• A 64-bit architecture can process larger numbers or larger chunks of
data, allowing for faster processing.
• In addition, a 32-bit processor can access up to 4 GB of memory, while
a 64-bit processor can theoretically access up to 16 exabytes (16
billion gigabytes) of memory, although you will most likely be limited
by the motherboard and software.