Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/lectures/Lecture1_Alma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Lecture 1 - Introduction to Cyber Security

The material is subdivided in small videos.

Please, watch the videos and go through the reading material in your own time.

Also remember to work on the accompanying [exercises sheet](../exercises/EXERCISES1.html)

| Video | Links | Reading Material |
|---------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Basic Systems Security Concepts | [video](https://web.microsoftstream.com/video/74e4fcc9-49ea-4114-ae3a-d3dc26a1961b) [pdf](../slides/coms20012-week1-basic-concepts.pdf) | Book Chapter 1- Section 1.1, 1.2, 1.3. |
| The Protection of Information in Computer Systems | [video](https://web.microsoftstream.com/video/99dca0d8-339e-418b-bbf5-97acfc4c6050) [pdf](../slides/coms20012-week1-saltzer-schroeder.pdf) | Book Chapter 1- Section 1.4, 4.1, 4.3, 4.4 |
| Software Security and Assembly Programming | [video](https://web.microsoftstream.com/video/03b76804-8a64-45e8-9111-aff5f467873d) [pdf](../slides/coms20012-week1-software-security.pdf) | [Online Intel Article](https://software.intel.com/content/www/us/en/develop/articles/introduction-to-x64-assembly.html), [example c code](../code/simple_prog.c) |