Skip to content

Commit

Permalink
Prepare L32 & L33 flip note
Browse files Browse the repository at this point in the history
  • Loading branch information
h365chen committed Mar 25, 2024
1 parent f1fb57a commit eb4308e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lectures/flipped/L32.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ OK, we can now pretend that the Visa network runs on 3 servers (to make the
calculations tractable by hand). What are T<sub>q</sub> and W now?

We can also do the printer example in the notes ourselves: base case, jobs
submitted every 2.5 minutes; service time 2 minutes. What are λ, ρ, and
T<sub>q</sub>?
submitted every 2.5 minutes on average; service time 2 minutes. What are λ, ρ,
and T<sub>q</sub>?

OK, what about getting a printer that is twice as fast, and what about getting a
second printer? What can we conclude?
Expand All @@ -145,6 +145,9 @@ average transaction time.
The notes talk about the case where the service times are unknown. We'll skip
that.

Note that the visitation ratio calculation of the CPU in the notes seems to be
outdated, since nowadays we have DMAs to handle data transfer.

# After-action report, plam, 27 Mar 2023

The rinaldi page is pretty slick but does take a while. There is still to talk
Expand Down
2 changes: 2 additions & 0 deletions lectures/flipped/L33.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ settings:

(I put some sample plots in `flipped/L33`, see if they are different from yours)

Checkout 58:00-1:10:00 in the YouTube video to see some results they got.

# After-action report, huanyi, 29 Mar 2023

I did the discussion and the simulation. However, the labels in the Approximate
Expand Down

0 comments on commit eb4308e

Please sign in to comment.