Midterm - 740

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/182

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:57 PM on 7/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

183 Terms

1
New cards

Transfer information between high-speed hardware devices and a motherboard

SCSI

2
New cards

Transfers data in bursts rather than in parallel

SATA

3
New cards

Extends the SATA bus to external devices

eSATA

4
New cards

USB holds up to how many peripherals

127

5
New cards

contain only simple volumes

basic disks

6
New cards

can contain simple, spanned, striped, and mirrored volumes

dynamic disks

7
New cards

defined storage space on a hard disk

partition

8
New cards

a partition that has been formatted into a file system

volume

9
New cards

MBR partitions are limited to how many partitions

4

10
New cards

MBR partitions are limited to what size

2 TB

11
New cards

GPT partitions are limited to how many partitions

128

12
New cards

Each GPT partition can be as large as

9.4 zetabytes

13
New cards

Uses free space available on a single disk

simple

14
New cards

Extends a simple volume across multiple disk, up to a maximum of 32

spanned

15
New cards

Stores data across two or more physical disks

striped

16
New cards

RAID-1

mirrored

17
New cards

RAID-0

striped

18
New cards

What Windows Server 2016 tools can be used to manage disks, volumes, and file systems

- Disk management

- Windows Powershell 5.0

- DiskPart

19
New cards

Overall structure your computer uses to name, store, and organize files, and folders on a hard disk or partition

file system

20
New cards

3 primary types of file systems for Windows

- FAT

- FAT32

- NTFS

21
New cards

Supports much larger hard disks and a higher level of reliability

NTFS

22
New cards

NTFS only supports how many characteristics

256

23
New cards

ReFS supports how many characteristics

32,000

24
New cards

Why is ReFS better than NTFS?

more robust

25
New cards

ExFAT (FAT64) is the standard file system for

SD cards

26
New cards

a Microsoft file system optimized for flash drives

exFAT

27
New cards

the minimum storage unit / smallest physical location of a hard drive

sector

28
New cards

the smallest logical amount of a sector that is set to a size by the system

allocation unit

29
New cards

clear (cmdlet)

removes

30
New cards

get (cmdlet)

shows or displays

31
New cards

supports virtual disks up to 2040 GB in size

VHD

32
New cards

Supports virtual disks larger than 2040 GB

VHDX

33
New cards

When a user needs to access a network share, the user will use

Universal Naming Convention (UNC)

34
New cards

file name for UNC

\\servername\sharename

35
New cards

Server Message Block (SMB) is what type of protocol

file sharing

36
New cards

The SmbShare module for Windows Powershell contains how many cmdlets that allow you to create and manage SMB shares

35

37
New cards

Set for folders when they are shared in workgroups and domain-based networks and are only associated with the folder

share permissions

38
New cards

Share permissions only apply when you are accessing a

shared folder via the UNC

39
New cards

view file and sub folder names, view data in files, and run programs

read

40
New cards

delete subfolders and files

change

41
New cards

take ownership of files (NTFS only)

full control

42
New cards

Permissions granted directly to a file or folder

Explicit

43
New cards

Permissions that are granted to a folder that flow into child objects

Inherited

44
New cards

Combining explicit and inherited permissions

Effective permission

45
New cards

Highest level presence in NTFS

Explicit Deny

46
New cards

The most restrictive set that is combined and applied to users connecting to the share over the network

share and NTFS

47
New cards

a distributed file system protocol that is used to access files over a network

Network File System (NFS)

48
New cards

Equivalent to SMB for Windows but are for UNIX and Linux

network file system (NFS)

49
New cards

Spanned volume is called

fill and spill

50
New cards

all of the storage space on the first disk must be filled before data is stored on the second and subsequent disks

fill and spill or spanned volume

51
New cards

RAID 0

stripped volume

52
New cards

RAID 1

mirrored volume

53
New cards

Similar to creating a spanned volume in that almost all of the steps are the same

Striped volume

54
New cards

Mirrored volumes required how many disks?

2 disks

55
New cards

A fault-tolerant volume where data us interleaved across three or more disks

RAID-5

56
New cards

A RAID-5 volume can be created using a minimum and maximum of how many disks?

minimum of 3 disks and maximum of 32 disks

57
New cards

RAID 5

striping with parity

58
New cards

A Windows Server 2016 feature that allows you to combine multiple physical disks into a SINGLE logical volume

Storage Spaces

59
New cards

When drives are combined, Windows places them into a

Storage pool

60
New cards

Storage pools can be segmented into multiple

storage spaces

61
New cards

4 types of Storage Spaces

- simple

- two way mirror

- three way mirror

- parity

62
New cards

Writes one copy of your data but doesn’t protect against drive failures ; requires at least ONE drive

Simple

63
New cards

Writes two copies of your data to protect against a single drive failure ; requires at least TWO drive

Two-way Mirror

64
New cards

Writes three copies of your data to protect against two simultaneous drive failures ; requires at least FIVE drives

Three-way mirror

65
New cards

Writes data with information to protect against single drive failures; requires at least THREE drives

Parity

66
New cards

Creating a storage space that is LARGER than the available capacity of the storage pool

Thin Provisioning

67
New cards

Thin provisioning reserves the space for

future use

68
New cards

You can combine hard disk drive (HDD) and solid state drive (SSD) by using

tiered storage

69
New cards

Using tiered storage can increase performance by

minimizing costs

70
New cards

Combines faster and slower drive, putting important info on faster drive and the less important on slower drive so everything will run faster

Tiered Storage

71
New cards

Storage Tiers Optimization task runs that moves what that is MOST FREQUENT into SSD tier

hot data blocks

72
New cards

Storage Tiers Optimization task runs that moves what that LESS FREQUENT into HDD tier

cold data blocks

73
New cards

Has MANY hard drives to provide HUGE amounts of disk space

shared storage

74
New cards

NAS covers

small area

75
New cards

SAN covers

large area / entire network

76
New cards

A file-level data storage device is connected to the server over a COMPUTER NETWORK

NAS

77
New cards

Presents the drives to the server just as if the drives were locally attached

SAN

78
New cards

a protocol that enables clients to send SCSI commands over a TCP/IP network

iSCSI

79
New cards

iSCSI uses what port

TCP 3260

80
New cards

iSCSI allows clients to send SCSI commands to iSCSI storage devices. What are the clients?

iSCSI initiators

81
New cards

iSCSI allows clients to send SCSI commands to iSCSI storage devices. What are the storage devices?

iSCSI targets

82
New cards

What connects clients to the iSCSI target to share info and store info

iSCSI initiator

83
New cards

iSCSI targets needs

- iSCSI qualified names

- LUN (logical unit number)

84
New cards

Are unique identifiers used to address initiators and targets on an iSCSI network.

iSCSI qualified names

85
New cards

When using virtual disks, you can save up to 90% of the storage space for operating system images by using

differencing disks

86
New cards

provides tools to create and manage iSCSI target and virtual disks

iSCSI Target Server

87
New cards

Enables applications on a server that is connected to an iSCSI target to perform volume shadow copies of data on iSCSI virtual disks

iSCI Target Storage Provider

88
New cards

Enables Multiple TCP/IP connections form the initiator to the target for the same iSCSI session

Multiple Connected Session (MCS)

89
New cards

Multi-path solution that supports iSCSI, Fibre channel, and serial attached storage (SAS) SAN connectivity by establishing multiple sessions connections to the storage array

multi-path I/O

90
New cards

If a network connection or switch fails and the server connecting to the iSCSI storage loses access to storage. What can be used to assign another path of connection?

- multiple connected session (MCS)

- multi-path I/O (MPIO)

91
New cards

Protocol is used to discover, manage, and configure iSCSI devices automatically on a TCP/IP network

Internet Storage Name Service (iSNS)

92
New cards

Supports converged network traffic can get sufficient bandwidth allocation, while maintaining reliability

Data Center Bridging (DCB)

93
New cards

offers both synchronous and asynchronous replication

Storage Replica

94
New cards

Used to synchronous data on a block level on two independent storage units

Storage Replica

95
New cards

3 ways to configure Storage Replica

- server-to-server replication

- stretch cluster

- cluster-to-cluster replication

96
New cards

a Hyper-V cluster with nodes and storage in two locations

stretch cluster

97
New cards

When one failover cluster replicates it's storage to another cluster

cluster-to-cluster replication

98
New cards

What year of Windows Server can use Data Deduplication

Windows Server 2012

99
New cards

Breaks data into small chucks, identifies the duplicates, and maintains a copy of each chunk

Data Deduplication

100
New cards

Command-line tool to estimate capacity savings on Windows

ddpeval.exe (Deduplication Evaluation Tool)