1 / 5

Scenario #1

Scenario #1. Ready Queue. C 2ms. B 1ms. A 100ms. FCFS. Avg : 101.3. A. B. C. time. 100. 101. 103. Round Robin. Avg : 36.7. A. B. C. A. C. A. time. 2. 5. 103. Scenario #2. Ready Queue. C 10ms. B 10ms. A 10ms. FCFS. Avg : 20. A. B. C. time. 10. 20. 30.

clem
Download Presentation

Scenario #1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Scenario #1 Ready Queue C2ms B1ms A100ms FCFS Avg:101.3 A B C time 100 101 103 Round Robin Avg:36.7 A B C A C A time 2 5 103 CS 140 Lecture Notes: CPU Scheduling

  2. Scenario #2 Ready Queue C10ms B10ms A10ms FCFS Avg:20 A B C time 10 20 30 Round Robin ... Avg:29 A B C A B C A B C A B C time 28 29 30 CS 140 Lecture Notes: CPU Scheduling

  3. Scenario #1 Ready Queue C2ms B1ms A100ms FCFS Avg:101.3 A B C time 100 101 103 Round Robin Avg:36.7 A B C A C A time 2 5 103 STCF Avg:35.7 B C A 1 3 103 CS 140 Lecture Notes: CPU Scheduling

  4. Scenario #2 Ready Queue C10ms B10ms A10ms FCFS Avg:20 A B C time 10 20 30 Round Robin ... Avg:29 A B C A B C A B C A B C time 28 29 30 STCF Avg:20 A B C time 10 20 30 CS 140 Lecture Notes: CPU Scheduling

  5. CS 140 Lecture Notes: CPU Scheduling

More Related