Understanding Data access and management Flashcards

1
Q

What is public cloud?

A

web based service hosted outside your org and accessible at anytime anywhere
Eg - Azure, OneDrive, Office365

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

What does an Admin account account allow you to do?

A

Admin allows access to services and programs without additional overhead of maintenance and software upgrades

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

What is onedrive?

A

file hosting online, create files and folders and share them with other users and groups. Offers 5gb of free space

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

What is onenote?

A

multiple users access to shared set of notes at the same time
Outlook Web Access on web browser

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

What is office 365?

A

subscription based service. Offers office, exchange, SharePoint, skype and office web apps

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

What is azure?

A

Public cloud
Cost is based on amount of data and requests made
Storage spaces combine multiple disks into a single logical volume
Drivers combined are placed into a storage pool

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

What are file systems?

A

Method of storing and organizing files for easy access

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

What are some of the file systems available?

A

Windows 10 supports FAT16, FAT32, NTFS and ReFS

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

WHat is NTFS?

A

Preferred as supports larger hard disks and higher reliability
permissions and encryption
control to which users and groups can gain access to files and folders on an NTFS volume
Affect local users and network users
Explicit permissions - directly to a file or folder
Inherited permissions - directly to a folder that flows into subfolders

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

What is basic file sharing?

A

share file/folder with a specific user and restrict to read or read/write

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

What is advanced sharing?

A

offers greatest control by allowing you to: share files/files/entire drives, chose users or groups to share with, limit number of users to the file/folder, set permissions on shared files
For offline view go to advanced settings

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

What is home group?

A

Group of computers on a home network that can share files and printers
Quite limited as you can only share the contents of the libraries in the users profile

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

What is symmetric data encryption?

A

single key to encrypt and decrypt

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

What is asymmetric encryption?

A

public key - two related keys

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

What is hash?

A

one way encryption

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

What are digital certificates?

A

Component that stores public key for asymmetric
Identify a person or organization
Ensure something cannot be modified
X.509 version 3
AD CS allows you to issue and manage certificates
PKI public key infrastructure - system consisting of hardware, software, policies and procedures to mange certificates
Certificate Authority CA binds a public key with user identities and issues digital certificates containing public key
Enterprise CA requires AD and used to issue certificates to users, computers, devices and servers for an organization

17
Q

What is bitlocker to go?

A

USB removable devices

TPM chip is not required - not using removable drive as a boot device

18
Q

What is a vpn?

A

Remote access server RAS - enables users to connect remotely to a network using protocols and connection types
VPN - private network using a public network
VPN tunneling - establish and maintain a logical network connection - PPTP, L2TP/IpSec, SSTP and IKEv2

19
Q

What is VPN authentication?

A

Password Authentication Protocol PAP - uses plain text (unencrypted passwords. Least secure and is not recommended
Challenge Handshake Authentication Protocol CHAP - challenge response authentication that uses standard md5 hashing to encrypt response.
CHAP v2 - two way authentication. Stronger security than CHAP.
Extensible Authentication Protocol EAP-MS-CHAPv2 - universal authentication framework that allows thirs party vendors to develop custom schemes eg retinal scans, voice activation, fingerprint scan, smart cards, Kerberos and digital certificates.

20
Q

What is non-repudiation?

A

Prevents one party from denying the actions it has carried out. If you have established proper authentication, authorization, and accounting, appropriate mechanisms of nonrepudiation should be in place and no user should be able to deny the actions he has carried out while in your organization’s system.

21
Q

When should you use DAC (dynamic access control)?

A

You should use DAC when you need different access permissions based on the type of device used to access network resources. You can configure DAC access permissions through rules based on factors such as data sensitivity.