Reading-Notes

class 11 Summary :

Event Driven Applications

Why is access control important?

Describe an application that would need access control:

What is a role used for?

Why is role based access control more scalable than discretionary or mandatory access control?

  1. Roles can be added easily.
  2. Role actions can modified easily and will updates for all users.
  3. Routes actions can be changed easily.

Document the following Vocabulary Terms:

Term  
Authorization “a security mechanism to determine access levels or user/client privileges related to system resources including files, services, computer programs, data and application features”.
Role Based Access Control ” is an approach to restricting system access to authorized users. It is an approach to implement mandatory access control (MAC) or discretionary access control (DAC)”.
Capabilities “A capability is a token, ticket, or key that gives the possessor permission to access an entity or object in a computer system”.

Event-Driven Programming in Node.js :

image1

#### Object Oriented Programming & Event-Driven Programming:

Sources:

source1

source2

source3

source4

source5