Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ALP4-Tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mactavish96
ALP4-Tutorials
Commits
63a45a31
Commit
63a45a31
authored
1 year ago
by
Chao Zhan
Browse files
Options
Downloads
Patches
Plain Diff
update slides
parent
bed881fc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slides/pages/recap.md
+43
-0
43 additions, 0 deletions
slides/pages/recap.md
with
43 additions
and
0 deletions
slides/pages/recap.md
+
43
−
0
View file @
63a45a31
...
...
@@ -51,6 +51,49 @@ layout: two-cols
<!-- <img src="/images/RPC.webp" class="block w-md"/>
-->
<!-- </div>
-->
---
title: Concurrency and Parallelism
---
## Some important questions I
<br />
-
Deterministic vs Determined
-
What is a critical section? How to protect it?
-
What are the requirements for a solution that protects a critical section?
-
Why do we need hardware support for mutual exclusion?
-
Differences between threads and processes
-
What are the conditions for a deadlock?
-
How can we handle deadlocks?
-
What are the differences between semaphores and monitors?
-
Why do we use condition variables in monitors?
-
What are the differences between OpenMP and MPI?
-
What are the steps of Foster's methodology?
-
What is Amdahl's Law?
**Make sure to familiarize yourself with the terminology and the concepts, as well as the code examples from the lectures.**
---
title: Distributed Systems
---
## Some important questions II
<br />
-
What is IPC/RPC? What are the differences?
-
What is P2P network? What are the differences between P2P and Client-Server?
-
Categories of P2P networks and their characteristics.
-
What is cloud computing? What are the differences between IaaS, PaaS, and SaaS?
-
What are the differences between public, private, and hybrid clouds?
-
What are HTML, JavaScript, and CSS used for? (Be able to read code and understand what it does)
-
What is HTTP/S?
-
Undertand the structure of a web page, and how it interacts with the server.
-
Basic knowledge of ways to develop a frontend and a backend application.
**Make sure to familiarize yourself with the terminology and the concepts, as well as the code examples from the lectures.**
---
title: Banker's Algorithm
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment