PB152 Operating Systems

Faculty of Informatics
Spring 2024
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: z (credit).
Taught in person.
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
Poskytovatelé Specifické podpory výuky
Zbyněk Cincibus (zapisovatel)
Mgr. Marek Lang, Ph.D. (zapisovatel)
Guaranteed by
RNDr. Petr Ročkai, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Tue 14:00–15:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 63 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures and key abstractions. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to:
- explain key abstractions provided by operating systems
- name and describe what makes up an operating system
- explain how the individual components work
- explain basics of resource virtualization: memory, cpu, etc.
- explain principles and problems of concurrency
Syllabus
  • Part 1: Virtualization
    1. Memory Virtualization & Processes
    2. CPU Virtualization & Threads
    3. Storage Virtualization & File Systems
    4. Peripheral Virtualization
  • Part 2: Concurrency and communication
    5. Concurrency
    6. Synchronisation
    7. Communication
    8. Interrupts
  • Part 3: Implementation
    9. OS API, POSIX
    10. Files and Networks
    11. Inside a Kernel
    12. Machine Virtualization
Teaching methods
lectures
Assessment methods
Primarily evaluated within PB152cv or PB152zk.
A knowledge test in the last week of the semester: 12 questions with 5 simple statements each, always 2/5 correct. Grading:
• 2 checked → both correct +4, one wrong 0, both wrong -2
• 1 checked → correct +1, incorrect -1
• any other number: 0.
Language of instruction
Czech
Follow-Up Courses
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023.

PB152 Operating Systems

Faculty of Informatics
Spring 2023
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: z (credit).
Taught in person.
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
Guaranteed by
RNDr. Petr Ročkai, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Thu 16. 2. to Thu 11. 5. Thu 14:00–15:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 63 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures and key abstractions. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to:
- explain key abstractions provided by operating systems
- name and describe what makes up an operating system
- explain how the individual components work
- explain basics of resource virtualization: memory, cpu, etc.
- explain principles and problems of concurrency
Syllabus
  • Part 1: Virtualization
    1. Memory Virtualization & Processes
    2. CPU Virtualization & Threads
    3. Storage Virtualization & File Systems
    4. Peripheral Virtualization
  • Part 2: Concurrency
    5. Modeling Concurrency
    6. Taming Concurrency
    7. Communication
    8. Isolation
  • Part 3: Practicalities
    9. OS API, POSIX
    10. Files and Networks
    11. Inside a Kernel
    12. Machine Virtualization
Teaching methods
lectures
Assessment methods
written credit test; primarily evaluated within PB152cv or PB152zk
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2022
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Taught in person.
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
Guaranteed by
RNDr. Petr Ročkai, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Mon 14. 2. to Mon 9. 5. Mon 14:00–15:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 63 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to: - name and describe what makes up an operating system
- explain how the individual components work
- use operating system services both as a user and a programmer
- describe how resource sharing works: memory, cpu, etc.
Syllabus
  • 1. Anatomy of an OS
    2. System Libraries and APIs
    3. The Kernel
    4. File Systems
    5. Basic Resources and Multiplexing
    6. Concurrency and Locking
    7. Device Drivers
    8. Network Stack
    9. Command Interpreters & User Interfaces
    10. Users and Permissions
    11. Virtualisation & Containers
    12. Special-Purpose Operating Systems
    13. Review
Literature
    recommended literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2021
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Taught online.
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
Guaranteed by
RNDr. Petr Ročkai, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Fri 8:00–9:50 Virtuální místnost
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 63 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to: - name and describe what makes up an operating system
- explain how the individual components work
- use operating system services both as a user and a programmer
- describe how resource sharing works: memory, cpu, etc.
Syllabus
  • 1. Anatomy of an OS
    2. System Libraries and APIs
    3. The Kernel
    4. File Systems
    5. Basic Resources and Multiplexing
    6. Concurrency and Locking
    7. Device Drivers
    8. Network Stack
    9. Command Interpreters & User Interfaces
    10. Users and Permissions
    11. Virtualisation & Containers
    12. Special-Purpose Operating Systems
    13. Review
Literature
    recommended literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2020
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
Guaranteed by
RNDr. Petr Ročkai, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Mon 17. 2. to Fri 15. 5. Tue 12:00–13:50 D3, Tue 12:00–13:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 62 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to: - name and describe what makes up an operating system
- explain how the individual components work
- use operating system services both as a user and a programmer
- describe how resource sharing works: memory, cpu, etc.
Syllabus
  • 1. Anatomy of an OS
    2. System Libraries and APIs
    3. The Kernel
    4. File Systems
    5. Basic Resources and Multiplexing
    6. Concurrency and Locking
    7. Device Drivers
    8. Network Stack
    9. Command Interpreters & User Interfaces
    10. Users and Permissions
    11. Virtualisation & Containers
    12. Special-Purpose Operating Systems
    13. Review
Literature
    recommended literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2019
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
doc. Ing. Jan Staudek, CSc. (alternate examiner)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Thu 21. 2. to Thu 9. 5. Thu 16:00–17:50 D3
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 24 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to: - name and describe what makes up an operating system
- explain how the individual components work
- use operating system services both as a user and a programmer
- describe how resource sharing works: memory, cpu, etc.
Syllabus
  • 1. Anatomy of an OS
    2. System Libraries and APIs
    3. The Kernel
    4. File Systems
    5. Basic Resources and Multiplexing
    6. Concurrency and Locking
    7. Device Drivers
    8. Network Stack
    9. Command Interpreters & User Interfaces
    10. Users and Permissions
    11. Virtualisation & Containers
    12. Special-Purpose Operating Systems
    13. Review
Literature
    recommended literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2018
Extent and Intensity
2/0/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
RNDr. Petr Ročkai, Ph.D. (lecturer)
doc. Ing. Jan Staudek, CSc. (alternate examiner)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Fri 10:00–11:50 D3
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Understanding of computer system architectures to the extent covered in the subject PB150 or PB151.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 24 fields of study the course is directly associated with, display
Course objectives
The subject gives a high-level overview of operating systems and their architectures. Students will learn about the basic components that make up an operating system and how they fit together. Students should also gain a basic understanding of design considerations and internal working of the individual components. Finally, the subject will cover services that the OS provides to user-level programs and to users directly.
Learning outcomes
By the end of the course, the student should be able to: - name and describe what makes up an operating system
- explain how the individual components work
- use operating system services both as a user and a programmer
- describe how resource sharing works: memory, cpu, etc.
Syllabus
  • 1. Anatomy of an OS
    2. System Libraries and APIs
    3. The Kernel
    4. File Systems
    5. Basic Resources and Multiplexing
    6. Concurrency and Locking
    7. Device Drivers
    8. Network Stack
    9. Command Interpreters & User Interfaces
    10. Users and Permissions
    11. Virtualisation & Containers
    12. Special-Purpose Operating Systems
    13. Review
Literature
    recommended literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2017
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Tue 12:00–13:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 24 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS Architectures
  • OS Services
  • Processes, Threads
  • Processor Scheduling
  • Inter process communication and synchronization
  • Deadlocks
  • Memory management, virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2016
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Wed 16:00–17:50 D2
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 24 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2015
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Wed 10:00–11:50 D2
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 25 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2014
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Fri 10:00–11:50 D3
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 25 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2013
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Fri 10:00–11:50 D3
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 25 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2012
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Luděk Matyska, CSc.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Fri 10:00–11:50 D3
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 25 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2011
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Fri 10:00–11:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 24 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2010
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Fri 10:00–11:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 22 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should be able:
understand and explain operating systems architectures,
understand and explain process management and synchronzation
understand and explain deadlock issues,
understand and explain memory management, incl. virtual memory
understand and explain IO Management
use concept of OS Services
Syllabus
  • Hardware support for operating systems
  • OS structures
  • OS Services
  • OS Architectures
  • Processes, Threads
  • CPU Scheduling
  • Inter process communication
  • Deadlock
  • Memory management
  • Virtual Memory
  • IO subsystems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Teaching methods
lectures
Assessment methods
written test
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2009
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Fri 10:00–11:50 D1
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 20 fields of study the course is directly associated with, display
Course objectives
Operating systems architectures, Process management, Process Synchronization, Deadlocks, Memory management, Virtual memory, IO Management, File systems
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Assessment methods
written tests
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2008
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Wed 8:00–9:50 D3, Wed 8:00–9:50 D2
Prerequisites
! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 19 fields of study the course is directly associated with, display
Course objectives
Operating systems architectures, Process management, Process Synchronization, Deadlocks, Memory management, Virtual memory, IO Management, File systems
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Assessment methods (in Czech)
přednáška, písemná zkouška
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2007
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Wed 12:00–13:50 D2, Wed 12:00–13:50 D1
Prerequisites
! P001 OS &&! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 11 fields of study the course is directly associated with, display
Course objectives
Operating systems architectures, Process management, Process Synchronization, Deadlocks, Memory management, Virtual memory, IO Management, File systems
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Assessment methods (in Czech)
přednáška, písemná zkouška
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2006, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2006
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
Mgr. Vladimír Pečený (lecturer)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Wed 8:00–9:50 D3, Wed 8:00–9:50 D1
  • Timetable of Seminar Groups:
PB152/sp: Wed 18:00–19:50 C525, V. Pečený
Prerequisites
! P001 OS &&! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 11 fields of study the course is directly associated with, display
Course objectives
Operating systems architectures, Process management, Process Synchronization, Deadlocks, Memory management, Virtual memory, IO Management, File systems
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Assessment methods (in Czech)
přednáška, písemná zkouška
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2005, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2005
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. Ing. Jan Staudek, CSc.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Wed 8:00–9:50 D1, Wed 8:00–9:50 D3
Prerequisites
! P001 OS &&! PB153 Operating Systems Applications &&! NOW ( PB153 Operating Systems Applications )
Computer systems architectures
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
there are 11 fields of study the course is directly associated with, display
Course objectives
Operating systems architectures, Process management, Process Synchronization, Deadlocks, Memory management, Virtual memory, IO Management, File systems
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Assessment methods (in Czech)
přednáška, písemná zkouška
Language of instruction
Czech
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2004, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2004
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. Ing. Jan Staudek, CSc.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Wed 8:00–9:50 D3, Wed 8:00–9:50 D1
Prerequisites (in Czech)
! P001 OS
Znalost architektur a principů operací výpočetních systémů alespoň v rozsahu předmětů PB150 (Architektuty výpočetních systémů) nebo PB151 (Výpočetní systémy)
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives (in Czech)
Předmět poskytne základní znalosti architektur operačních systémů, zejména pak z hlediska správy procesů, plánování činnosti procesoru, synchronizace procesů, správy paměti, ovládání vstupů a výstupů a souborových systémů.
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
Literature
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts with Java. 6th ed. Hoboken: John Wiley & Sons, 2004, xxiii, 952. ISBN 0471489050. info
  • SILBERSCHATZ, Abraham, Peter B. GALVIN and Greg GAGNE. Operating system concepts : Windows XP update. 6th ed. New York: John Wiley & Sons, 2003, xxi, 951. ISBN 0471250600. info
Assessment methods (in Czech)
přednáška, písemná zkouška
Language of instruction
Czech
Further Comments
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2003, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.

PB152 Operating Systems

Faculty of Informatics
Spring 2003
Extent and Intensity
2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: zk (examination).
Teacher(s)
doc. Ing. Jan Staudek, CSc. (lecturer)
Guaranteed by
doc. Ing. Jan Staudek, CSc.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: doc. Ing. Jan Staudek, CSc.
Timetable
Wed 7:00–8:50 D2, Wed 7:00–8:50 D1
Prerequisites (in Czech)
! P001 OS
Znalost architektur a principů operací výpočetních systémů alespoň v rozsahu předmětů PB150 (Architektuty výpočetních systémů) nebo PB151 (Výpočetní systémy)
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives (in Czech)
Předmět poskytne základní znalosti architektur operačních systémů, zejména pak z hlediska správy procesů, plánování činnosti procesoru, synchronizace procesů, správy paměti, ovládání vstupů a výstupů a souborových systémů. Uvádí se přehled vlastností základních typů OS - Unix, Linux, Windows.
Syllabus
  • Operating systems architectures, kernel, interfaces, services
  • Process management, processes, threds, processor scheduling
  • Process Synchronization, deadlocks
  • Memory management, virtual memory
  • IO Management
  • File systems
  • Case studies - Unix, Linux, Windows
Literature
  • Operating systems concepts (objednáno). ISBN 0-471-36486-X. info
  • SILBERSCHATZ, Abraham, Peter Baer GALVIN and Greg GAGNE. Applied operating system concepts. 1st ed. New York: John Wiley & Sons, 2000, xviii, 840. ISBN 0-471-36508-4. info
  • STALLINGS, William. Operating systems. 2nd ed. London: Prentice-Hall International, 1995, xviii, 701. ISBN 0-13-180977-6. info
Assessment methods (in Czech)
přednáška, písemná zkouška
Language of instruction
Czech
Further Comments
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Spring 2004, Spring 2005, Spring 2006, Spring 2007, Spring 2008, Spring 2009, Spring 2010, Spring 2011, Spring 2012, Spring 2013, Spring 2014, Spring 2015, Spring 2016, Spring 2017, Spring 2018, Spring 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.
  • Enrolment Statistics (recent)