Key Terms Flashcards

1
Q

BIOS

A

Instructions that control most of the computer’s input/output functions, such as communicating with disks, RAM, and the monitor kept in the System ROM chips, are known as the BIOS (basic input/output system). You can think of the BIOS as the instincts of the computer. By having instructions (software) written on the BIOS, the system already knows how to com- municate with some basic components such as a keyboard and how to read some basic disks such as IDE drives. It also looks for additional ROM chips that may be on the motherboard or on expansion cards that you add to the system. These additional ROM chips will have instructions to operate other devices such as SCSI or RAID drives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

clean installation

A

A clean installation is installing the software from scratch on a new drive or on a newly reformatted drive. Many people find that doing a clean install of an operating system is the best way to go because you are starting fresh. The disadvantage is that the system and all of its software needs to be reinstalled, patched, and configured and data copied over, something that may take hours or even days.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

disk cloning

A

One way to install Windows Server 2008 R2 is to use disk cloning software such as Norton Ghost to create an image file, which is a sector-by-sector copy stored in a large file. To use the disk cloning software, you use the installation disk to install Windows onto a master computer (also called reference computer), update and patch the com- puter, customize Windows, and install any additional software. You then use the cloning software to copy the contents of a hard drive to a file. You use the disk cloning software to copy the contents of the image to a target computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

drives

A

Traditionally, hard drives are half electronic/half mechanical devices that store magnetic fields on rotating platters. Today, some hard drives, known as solid-state drives, are electronic devices with no mechanical components. While most personal computers have only local storage consisting of internal hard drives, servers may connect to external storage through a network- attached storage (NAS) or storage area network (SAN).

Most systems today have some form of optical drive. Older systems will have compact disk drives, which use disks similar to a music CD player. Newer systems have either a DVD or Blu-ray drive. In either case, the optical drives store information using laser light. Traditionally, optical disks were considered read-only devices, but now many systems have burning capabilities that allow the user to write data to special optical disks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

firmware

A

On the motherboard and expansion cards, you may find firmware. Firmware is software contained in read-only memory (ROM) chips. Unlike RAM, ROM instructions are permanent and can’t be changed or erased except with special software. When you shut off your computer, ROM instructions remain so that when you turn your computer on again, it knows how to boot the system, test the system, and find a boot device such as your hard drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

motherboard

A

The component that brings these four subsystems together is the motherboard. For the processor to communicate with the rest of the system, the processor plugs in or connects to a large circuit board called the motherboard or system board. The motherboard allows the pro- cessor to branch out and communicate with all of the other computer components. Although everything is made around the processor, the motherboard is considered the nervous system of the PC. Motherboard capabilities have been greatly expanded (most include sound and network connectivity), and you can further expand the capabilities of the system by installing expansion cards, sometimes referred to as daughter boards.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

network connections

A

The last primary component that makes up a server is the network connection. Without a network connection, the server is not able to communicate with other servers or the cli- ents. Most servers include one or more network interface cards or NICs. Because servers are designed to support many network connections, you must have the available bandwidth from the server. The minimum speed of today’s network cards is 100 Mbit/second, while the mini- mum speed for servers is 1 Gbit/second or faster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ports

A

Ports are plug sockets that enable you to connect an external device, such as a printer, keyboard, mouse, or external drive, to your computer. You can usually identify these ports by the shape of the plug socket, the number of pins, the number of rows of pins, and the orientation of the pins (male or female).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

power supply

A

You can think of the power supply as the blood of the computer. The computer runs on electricity. Without it, the computer is just a box. Since power supplies are half electronic and half mechanical devices, they are considered high-failure items when you compare them to pure electronic devices such as memory chips or processors. Mechanical devices tend to wear out over a period of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

processor

A

The computer, including servers, is built around one or more integrated chips called the processor. It is considered the brain of the computer since all of the instructions it performs are mathematical calculations and logical comparisons. Intel and AMD produce most of today’s processors.

The clock speed of a processor is usually expressed in gigahertz (GHz). A gigahertz is 1 billion (1,000,000,000) cycles per second. During each cycle, a circuit reacts in a predictable way—it brings in a value, performs a calculation, or performs a comparison. It is these reactions that make the computer do what it does. Of course, if a processor runs at a faster speed, it would be safe to assume that it could do more in a shorter amount of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

RAM

A

RAM, which stands for random access memory, is the computer’s short-term or temporary memory. It stores instructions and data that the processor accesses directly. If you have more RAM, you can load more instructions and data from the disks. In addition, having sufficient RAM can be one of the main factors in your computer’s overall performance. Unfortunately, when power is cut to the RAM, like when you shut off your PC, the contents of the RAM disappear. This is the reason you use disks rather than RAM for long-term storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

server

A

A server is a computer that is meant to be a dedi- cated service provider, and a client is a computer that requests services. A network that is made up of dedicated servers and clients is known as a client/server network. A server-based network is the best network for sharing resources and data, while providing centralized network security for those resources and data. Networks with Windows Server 2003 and Windows Server 2008 are usually client/server networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Server Core

A

Server Core installation provides a minimal environment with no Windows Explorer shell for running specific server roles and no Start button. Just about the only thing that you can see is a command prompt window to type in commands. Since the system has a minimal environment, the system runs more efficiently, focusing on what it needs to provide instead of processing fancy graphics for you to manage the system. It also reduces the attack surface for those server roles that could be exploited by a hacker because not all of the components that Windows has will be running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

server features

A

Windows Server 2008 R2 server features are software programs that are not directly part of a role. Instead, they are often used to augment the functionality of one or more roles or to enhance the functionality of the entire server. To install Windows Features, you would use the Initial Configuration Tasks window or the Server Manager console.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

server roles

A
A server role is a primary duty that a server performs. You should note that a server could have multiple roles. Some of the more common server roles include:
• File services 
• Print services 
• Web services
• Remote access 
• Application servers 
• Email server 
• Database server 
• Monitoring servers 
• Threat management servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

system preparation tool

A

If you create a cloned copy of Windows and apply the cloned copy to multiple computers, each copy of Windows cloned to a target computer using the same image has the same parameters, including the same computer name and security identifier (SID). Unfortunately, for these computers to operate properly without conflict on a network, these parameters have to be unique.

To overcome this problem, you run the system preparation tool (Sysprep), which removes the security identifiers and all other user-specific or computer-specific information from the computer before you run the disk cloning software to make the cloned disk image.

17
Q

unattended installation

A

An unattended installation is an installation that requires little interaction to install. To perform an unattended installation of Windows, you would use an answer file. An answer file is an XML file that stores the answers for a series of graphical user interface (GUI) dialog boxes. The answer file for Windows Setup is commonly called autounat- tend.xml. Since the answer file is an XML file, you can use any text editor such as notepad to create and modify the answer file.

18
Q

upgrade installation

A

In some instances, you will want to take a current system and upgrade from an older version of Windows to Windows Server 2008 R2. You can upgrade (using an upgrade installation) from the previous versions of Windows to Windows Server 2008 R2. Unfortunately, you cannot perform an in-place upgrade from 32-bit to 64-bit architecture since all editions of Windows Server 2008 R2 are 64-bit only. You also cannot upgrade from one language to another.

19
Q

virtual server

A

Virtual machines or virtual server technology enables multiple operating systems to run concurrently on a single machine. This allows for a separation of services so that changes on one virtual server do not affect the other virtual servers. In addition, it offers a way to better utilize hardware since most hardware is sitting idle most of the time. By placing several virtual servers on a powerful server, you can better utilize the hardware while keeping cost to a minimum. In addition, it can easily and quickly create Windows test environments in a safe, self-contained environment.
One leader of virtualization is VMware. To compete against VMware, Microsoft includes Hyper-V, which is a replacement to Microsoft’s Virtual Server and Virtual PC.

20
Q

Windows activation

A

Microsoft product activation, including Windows activation, is an anti-piracy technology designed to verify that software products are legitimately licensed. The goal of product activation is to reduce software piracy through casual copying and hard drive cloning. The Windows Server 2008 R2 family of retail products contains activation technology, which requires you to activate your retail or volume license copy of Windows Server 2008 R2.

21
Q

Windows Deployment Services (WDS)

A

Windows Deployment Services (WDS) is a technology from Microsoft for network-based installation of Windows operating system including Windows XP, Windows Vista, Windows Server 2003, and Windows Server 2008. The deployment of Windows can be fully auto- mated and customized through the use of unattended installation scripting files.

22
Q

Windows updates

A

After installing Windows, check whether Microsoft has any Windows updates including fixes, patches, service packs, and device drivers, and apply them to the Windows system. By adding fixes and patches, you will keep Windows stable and secure. If there are many fixes or patches, Microsoft releases them together as a service pack or a cumulative package.