1 / 14

BAB 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

BAB 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT. Definitions of User interface, File system and IOCS. User interface – a program that controls a display for the user (usually on a computer monitor) and that allows the user to interact with the system )

roden
Télécharger la présentation

BAB 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

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. BAB 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

  2. Definitions of User interface, File system and IOCS • User interface – • a program that controls a display for the user (usually on a computer monitor) and that allows the user to interact with the system) • the users -> interact with the system • File system – • a file system (often also written as filesystem) is a method of storing and organizing computer files and the data they contain to make it easy to find and access them • Input output control system (IOCS) – • A set of flexible routines that supervise the input and output operations of a computer at the detailed machine-language level. • Ex: BIOS

  3. Type of user interface Command interface • is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. • Also know as command line interface (CLI) • Eg :

  4. Cont… Menu interface • the menu interface provides a list of boot entries to the user to choose from. • Use the arrow keys to select the entry of choice, then press <RET> to run it. • Eg:

  5. Cont… Graphical user interface • Its use graphical icons, and visual indicators, as opposed to text-based interfaces, typed command labels or text navigation to fully represent the information and actions available to a user. • Eg:

  6. Cont… Voice-actuated interface • Use by the intelligent machine control and it control by voice. • Input/instruction from voice

  7. Cont Web form interface • Accept input & provide output by generating web pages, transmitted via the internet and viewed by the user using a web browser prog. • resemble paper forms because internet users fill out the forms using checkboxes, radio buttons, or text fields • E.g.: • Mysql webform interface • Citrix web interface

  8. Basic functions perform by OS user interface • User interface(UI) is a hardware and software which facilitate communication between the user and the computer • UI brings structure to the interaction between a user and the computer • the user interface is a program or set of programs that sits as a layer above the operating system itself

  9. Functions perform by File System • The method for storing and retrieving files on a disk • The file system manages a folder/directory structure, which provides an index to the files, and it defines the syntax used to access them • File systems dictate how files are named as well as the maximum size of a file or volume • example, • FAT32 and NTFS are Windows file systems, and • HFS use on Macs. • Linux use ext2, ext3 and FAT32

  10. Logical I/O • Logical I/Os are read operations • Buffers are cached in shared memory • Most logical I/Os can be satisfied from cache • The remainder will result in physical I/Os • Logical I/Os include • current reads • consistent reads

  11. Physical I/O • Physical Disk I/O: This is the portion of the I/O that involves the transfer of data to or from the physical hardware. Traditionally, I/O troubleshooting focuses on this portion of the I/O process.

  12. The organization and maintenance of a directory service, which manages user access in a network The organization of folders (directories) on a storage medium such as a hard disk manage your disk space is to ensure optimal performance Managing disk space involves maintaining separate file systems, providing sufficient disk space, using shared devices for storage, managing temporary files Directory management vs disk space management

  13. Functions of input output control system • A set of flexible routines that supervise the input and output operations of a computer at the detailed machine-language level. Abbreviated IOCS

  14. Boot process • is a process that starts operating systems when the user turns on a computer system. • Then boot sequence will initial set of operations that the computer performs when power is switched on.

More Related