CS Questions – Which Degree should I choose?

Well, as an Assistant Professor of Computer Science (CS), of course I’m going to pick Computer Science… but that might not be the right choice for you, so in this video we look at a few different options. These options include Computer Science (CS), Information Technology (IT), and Computer Engineering (CE), which are the three…

New Series – Questions and Answers for new Computer Science Students

Are you thinking about, or currently in, a Computer Science (CS) program? Do you have questions about the field, and want to know what to expect, and often ask yourself, is this the right place for me? Well, those types of questions, and more will be answered here. As an Assistant Professor and Under Grad…

Access Control

A computer system consists of a set of hardware and software objects. The protection domain is a set of pairs of objects and rights needed to access those objects. An access matrix is a representation of protection domains. (It is more conceptual than actual however.) Each row specified the object, and a right that can be performed as…

Security Goals and Threats

Computer security is the freedom from theft of or damage to hardware, software, or information, and from disruption or misdirection of services. Protection is the set of mechanisms and policies that guarantee computer security, including the confidentiality, integrity, availability, and authenticity of all data and services. Common types of compromised computer security Information disclosure Information modification Information…