What features were introduced in Windows 7 that were not found in previous versions?
Windows 7 introduced the following features not found in previous versions:
HomeGroup, which allows a group of PCs on a home network to share files and printers. HomeGroup simplifies the management of workgroups for administrators. Both HomeGroup and workgroup can co-exist
What are the minium hardware reuqirements for Windows 7?
Minimum Hardware Requirements:
DVD-ROM drive (if installing from a DVD)
What features were introduced in Windows 8/8.1?
Windows 8/8.1 introduced the following features:
What are the minimum hardware requirements for Windows 8/8.1?
Minimum Hardware Requirements:
What features were introduced in Windows 10?
Windows 10 introduced the following features:
What are the minimum hardware requirements for Windows 10?
Minimum Hardware Requirements:
What are the steps to install Windows from the installation media?
Use the following steps to install Windows from the installation media:
Adding a hard disk to a RAID array will destroy all existing data on that disk. Be sure to back up any data you want to keep before adding the disk to the array.
After the system reboots, Windows configures the system. You will be prompted for configuration information such as the region and language, the computer name, date and time, and network settings
How do you perform a network installation of Windows?
To perform a network installation, the Windows installation files must first be copied to a network location. Then, the installation process is run remotely over a network connection. This allows multiple systems to be installed at the same time using the same installation files. To do this, you must first:
Boot the host computer where Windows is to be installed using a PXE boot. The computer will connect to the WDS server and boot into Windows PE. Once done, Windows can be installed locally from the WDS server
How would you restore a Windows installation?
You can perform a repair installation to fix a currently installed Windows implementation. A Repair Installation will restore corrupt or missing DLLs, fix registry problems, and fix startup files while preserving user accounts, data, applications, and installed drivers.
To perform a repair installation, do the following:
What atsks should you complete following a successful installation of Windows?
Complete the following tasks following a successful installation of Windows:
Configure system backups and other data protection methods (such as System Protection and File History)
Define virtualization
Virtualization is the ability to install and run multiple operating systems concurrently on a single physical machine
Describe virtualization component: Physical Machine
A physical machine contains the actual system hardware, such as the hard disk drive(s), optical drive, RAM, processors, etc.
Describe virtualization component: Hypervisor
A hypervisor is a thin layer of software that resides between the virtual operating system(s) and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. A hypervisor manages access to system resources such as:
Commonly used hypervisor types include:
Kernel-based Virtual Machine (KVM)
Describe virtualization component: Virtual Machine
A virtual machine is a software implementation of a computer that executes programs like a physical machine. The virtual machine appears to be a self-contained and autonomous system
Describe virtualization component: virtual machine
A virtual machine is a software implementation of a computer that executes programs like a physical machine. The virtual machine appears to be a self-contained and autonomous system
Describe virtualization component: Virtual Hard Disk (VHD)
A virtual hard disk (VHD) is a file that is created within the host operating system and that simulates a hard disk for the virtual machine. Different hypervisors use different virtual hard disk file formats:
Virtual Hard Disk (VHD): Microsoft Hyper-V
Describe full virtualization
In full virtualization, the virtual machine completely simulates a real physical host. This allows most operating systems and applications to run within the virtual machine without being modified in any way
Describe partial virtualization
In partial virtualization, only some of the components of the virtual machine are virtualized. Be aware of the following:
The operating system or application must be modified to run in a partial virtualization environment
Describe para-virtualization
In para-virtualization, the hardware is not virtualized. Be aware of the following:
The operating system or application must be modified before they can run in a para-virtualization environment
Describe how to move a virtual machine from one host to another.
If necessary, virtual machines can be moved from one host to another. Follow these guidelines when moving virtual machines:
Explain Client Hyper-V
Hyper-V, Microsoft’s enterprise hypervisor, was formerly used exclusively in the Windows Server product line. Windows 10 implements a modified version of this technology as Client Hyper-V. Client Hyper-V:
Uses Hyper-V Virtual Machine Manager (VMM) for VM management
Identify Windows Client Hyper-V requirements
Client Hyper-V requires a 64-bit version of Windows 10 Professional or Enterprise.
To run virtual machines on a 32-bit Windows version, you must install a separate virtualization solution (e.g., VMware Player, VMware Workstation, Virtual PC, or VirtualBox)
Identify system Client Hyper-V requirements
System requirements for Client Hyper-V include the following:
At least 4 GB of RAM in the system. However, much more RAM than this will be required if you choose to run multiple virtual machines
Virtual networking can be implemented in Client Hyper-V in three ways. Describe them.
Virtual Network
Description
External
An external virtual network is used to provide virtual machines with access to a physical network, allowing them to communicate with externally located servers and clients. This configuration also allows virtual machines on the same virtualization server to communicate with each other. This type of virtual network is sometimes called a bridged network.
Internal
An internal virtual network is used to allow communication between virtual machines on the same virtualization host and between virtual machines and the host operating system. An internal virtual network is not bound to a physical network adapter. As a result, virtual machines using this network are isolated from all external network traffic.
Private
A private virtual network is used to allow communication only between virtual machines on the same virtualization server. A private virtual network is not bound to a physical network adapter. A private virtual network is isolated from all external network traffic on the virtualization server, as well as any network traffic between the management operating system and the external network. This type of virtual network is sometimes called a host-only network.
This type of network implementation allows you to create a sandbox environment that is very useful for protecting your network while testing or troubleshooting a virtual host.