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
Business & Tech News Update
Ex-Googler Lee Backs China Companies to Foster Startup Culture
Founded by Kai-Fu Lee, former head of Google's China division, business incubator Innovation Works is funding 12 startups amid strong demand for Web technology
3Par's Venture Backers Win Big By Holding Shares
Menlo Ventures and the other early venture investors in 3Par reaped a $560 million windfall amid the HP-Dell bidding war
Intel Wants to Be Inside Everything
Intel is counting on its Atom embedded processors to help break its dependence on the slowing PC market
Comments
Leave a Reply


