CISSP Exam Note (Domain 1: Access Control) – Centralized & Decentralized, etc…
Access Control – Centralized and Decentralized
Centralized Access Control – is a facility in which all the core functions for access such as Authentication, Authorization, and Accountability (AAA) are performed from a centralized location.
- RADIUS – Remote Access Dial-In User Service (incorporates an AS and dynamic password)
- TACACS – Terminal Access Controller Access Control System (for network applications, static pwd)
- TACACS+ – Terminal Access Controller Access Control System Plus, supports token authentication
CHAP – Challenge Handshake Authentication Protocol
- Supports encryption, protects password
Decentralized Access Control – generally require medium to large workgroups of individuals and carry higher administrative overhead accordingly. In a decentralized environment, maintaining a homogeny of equipment and services scales in increasing difficulty with proportion to the number of access control points. Changes effected on individual systems are spread locally, instead of having the wide-reaching consequences and effects of a singular centralized system.
|
Planning to take the CISSP Exam? Get a copy of my personal notes (300plus pages worth) that I used to pass the exam for only $25.00.Plus you will also get copies of notes from other CISSPs. Learn more about this package by visiting this blog entry: CISSP REVIEW NOTES I USED TO PASS THE EXAM. CLICK BELOW TO MAKE YOUR PURCHASE NOW.
All Purchases are securely processed through Paypal. IMPORTANT NOTICE: I MANUALLY REVIEW ALL ORDERS. SO ONCE YOU PURCHASE THE PRODUCT, THERE WILL BE SOME DELAY ON YOU RECIEVING AN E-MAIL FROM ME WITH THE LINK TO THE DOWNLOAD AREA OF THE PRODUCT. YOU WILL GET A RESPONSE FROM ME WITHIN 24-48 HOURS. |
Relational Database Security
- Relational Database Support queries
- Object Oriented databases do not support queries
Relational Database
- Data structure called tables (relations)
- Integrity rules on allowable values
- Operators on the data in tables
Persistency – preservation of integrity through the use of non-volatile storage media
Schema
- Description of the database
- Defined by Data Description Layer (DDL)
Database Management System (DBMS)
- Provides access to the database
- Allows restriction of access
Relational Database
- Relation (table) is the basis of a relational database – relation is represented by a table
- Rows – Records (tuples)
- Column – attributes
Primary Key
- Unambigously identifies a record, points to a record (tuple)
- Every row (record, tuple) must contain the primary key of the relation (table)
Cardinality – number of rows in a relationship (table)
Degree – number of columns in a relationship table
Candidate Key – any identifies that is unique to the record
Foreign Key – any value that matches the primary key of another relation (table)
Relational Database – best suited for text
Relational Database Operations
- Select – based on criteria i.e. all items with value > $300.00
- Join – join tables based on a common value
- Union – forms a new relation (table) from two other relations
- View – (virtual table) uses join, project, select – views can be used to restrict access (least privileges)
- Query plan
- Comprised of implementation procedures, lowest ost plan based on “cost”
- Costs are CPU time, Disk Access
- Bind – used to create plan
Data Normalization
- Ensures that attributes in a table rely only on the primary key
- Eliminates repeating groups
- Eliminates redundant data
- Eliminates attributes not dependent on the primary key
SQL – Structured Query Language
- Select
- Update
- Delete
- Insert
- Grant – Access Privileges
- Revoke – Access Privileges
Object Oriented Databases – OODB
- Best suited for multi-media, graphics
- Steep learning curve
- High overhead
Intrusion Detection
- Network based
- Real time
- Passive
Host Based
- system and event logs
- Limited by log capabilities
Signature Based – Knowledge Based
- Signatures of an attack are stored and referenced
- Failure to recognize slow attacks
- Must have signature stored to identify
Statistical Anomaly Based (Behavior Based)
- IDS determines “normal” usage profile using statistical samples
- Detects anomaly from the normal profile
Access Control Issues
- Confidentiality
- Integrity
- Availability
- Accountability of users
Measures for compensating for both internal and external access violations
- Backups
- RAID – Redundant Array of Inexpensive Disks
- Fault Tolerance
- Business Continuity Planning
- Insurance
Thought you should know, etc... Update
Uses for a Project Management Tool
The uses for a project management tool will vary depending on its intended purpose. The things all project management tools have in common is they are a device that will save time, money and effort by the user when applied…
The Gates of Development
On new development projects, the production stage can be the point of no return. Before it's too late, a rigorous gating process can help to ensure that development activities, teamwide input and critical stakeholder priorities are all aligned with the overall project vision.
Saying No to Say Yes
I find that I’m often inspired by the sermons at my church to write a project management article. It seems like an odd marriage of ideas, I realize, but it somehow works for me. Well, this past Sunday’s message was no different. As our pastor was talking about ‘saying no to say yes’ – meaning [...
Stack Overflow's Scaling Problems
Nick Craver from the Stack Overflow team has a very interesting post on issues the team is facing with respect to handling storage space created due to higher traffic and usage...
Project Management Lite: Estimating–Specify Deliverables
In order to prepare an estimate, the specifications for what must be produced by the project must be specific, unambiguous and quantitative. This requires the estimator to work out as much detail of the conceptual solution as is feasible, consistent ...
Comments
Leave a Reply


