24. Server Security Issues

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/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:14 PM on 7/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Data flow control

What manages the transfer of information to and from your servers?

2
New cards

Aggregation

There are two specific types of attack that database administrators should pay careful attention to. This attack occurs when an individual with a low level security clearance is able to put together facts available at that low level to determine a very sensitive piece of information that they should not have access to.

3
New cards

Inference

There are two specific types of attack that database administrators should pay careful attention to. This attack occurs when an individual can figure out sensitive information from the facts available to them

4
New cards

NoSQL databases

What type of database implements an extremely simple format known as a key-value store. These databases don't have the defined record formats of SQL databases. They're basically a giant filing cabinet that stores values using a key. Values can later be retrieved from the database by referencing that key. These databases are very popular for web applications because of the speed. 

5
New cards

key

 NoSQL databases only have two elements. What element is used to identify and locate data in the database?

6
New cards

value

 NoSQL databases only have two elements. What element is associated with the key?

7
New cards

client-server model

What model is a central computer, known as a server, is responsible for accepting requests from other computers, known as clients, for accepting requests from other computers, known as clients. After receiving a request, the server may retrieve information, perform a calculation, or undertake some other action on behalf of the client before providing the client with a response. 

8
New cards

grid computing

What kind of computing builds a virtual supercomputer by assembling the unused resources of hundreds, or thousands of individual computers at different locations, and using them to work on the same problem?

9
New cards

peer-to-peer computing

What kind of computing is another example of distributed computing where many different computers band together to provide a service to each other, and or the general public. Unlike grid computing, these networks often have no centralized controller