# Welcome

## Howdy Friends

Here are my notes from when I took IIS in OMSCS during Fall 2019.

I have organized them into two sections:

* Lecture Notes
* Exam Review

Each document in "Lecture Notes" corresponds to a lesson in [Udacity](https://classroom.udacity.com/courses/ud459). Within each document, the headings correspond to the videos within that lesson. Usually, I omit any intro/summary lessons.

The "Exam Review" section contains student-generated study guides for both the midterm and the final exam, as well as a complete list of the Udacity quizzes and answers.

## Textbook Information

The following textbook helped me get an **A** in this course:

* [Computer Security: Principles and Practice](https://amzn.to/3d8YPc9)

## Download These Notes

Some students have asked for PDF versions of the notes for a simpler, more portable studying experience. The following PDFs are available for download.

* [Introduction to Information Security - Complete](https://payhip.com/b/51wH)
* [Introduction to Information Security - Lecture Notes](https://payhip.com/b/X1j0)
* [Introduction to Information Security - Exam Review](https://payhip.com/b/34Xw)

## Contact

If you have any questions, comments, concerns, or improvements, don't hesitate to reach out to me. You can find me at:

* <matt@omscs-notes.com>
* [Matt Schlenker | Linkedin](https://www.linkedin.com/in/matt-schlenker-3457b047/)
* @mschlenker (Slack)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://matthewcaseres.gitbook.io/scs/information-security/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
