Multics Flashcards
The root of UNIX. Learn it... (40 cards)
What was the primary goal of Multics in its design?
A. Speed
B. User-friendliness
C. Security
D. Portability
Answer: C
Explanation: Security was a fundamental requirement of Multics from the start.
Which system preceded Multics and inspired many of its features?
A. UNIX
B. Windows
C. CTSS
D. VMS
Answer: C
Explanation: Multics was designed as a successor to the Compatible Time-Sharing System (CTSS).
What programming language was Multics primarily written in?
A. C
B. Assembly
C. Java
D. PL/I
Answer: D
Explanation: PL/I was chosen for its strong typing and built-in error checking.
Which concept is not associated with Multics?
A. Ring-based protection
B. Flat memory model
C. Segmented memory
D. Hierarchical file system
Answer: B
Explanation: Multics used a segmented memory model.
How many protection rings were implemented in Multics hardware?
A. 2
B. 4
C. 8
D. 64
Answer: C
Explanation: Multics implemented 8 hardware rings, with software simulation extending it to 64.
Which organization withdrew from the Multics project in 1969?
A. Honeywell
B. Bell Labs
C. MIT
D. IBM
Answer: B
Explanation: Bell Labs left and later started the UNIX project.
Which of the following contributed to Multics’ failure?
A. Lack of features
B. Security vulnerabilities
C. High cost and specialized hardware
D. No user documentation
Answer: C
Multics introduced all the following EXCEPT:
A. Symmetric multiprocessing
B. Virtual memory
C. Buffer overflows
D. Access Control Lists
Answer: C
Which OS inherited many concepts from Multics?
A. Windows 3.1
B. Unix
C. MS-DOS
D. VMS
Answer: B
Which of these contributed to Multics’ B2 rating?
A. Support for gaming
B. Dynamic IP routing
C. Integrated security from design
D. Open-source community
Answer: C
What does the acronym Multics stand for?
A. Multiple User Terminal Control System
B. Multiplexed Information and Computing Service
C. Multi-User Layered Computing System
D. Multilevel Integrated Computer System
Answer: B
Which of the following Multics features influenced Intel architecture?
A. Virtual Machines
B. Ring-based security
C. Touch interface
D. USB booting
Answer: B
Which company eventually sold Multics systems to France?
A. IBM
B. Honeywell
C. Intel
D. Microsoft
Answer: B
Which OS was running alongside Multics at MIT during 1969?
A. Linux
B. Solaris
C. OS/360
D. AmigaOS
Answer: C
The Multics project began under which MIT project?
A. Project NOVA
B. Project ORBIT
C. Project MAC
D. Project PHOENIX
Answer: C
Which U.S. military branch influenced Multics security improvements?
A. Navy
B. Air Force
C. Army
D. Marines
Answer: B
Which feature of PL/I helped avoid buffer overflows?
A. Memory isolation
B. Garbage collection
C. Built-in bounds checking
D. Compiler obfuscation
Answer: C
What is a key characteristic of Multics’ file system?
A. Flat
B. Tree-structured
C. Tag-based
D. Non-persistent
Answer: B
What type of memory did Multics use?
A. Single-level storage
B. Dual-level paging
C. Cache only
D. ROM-based storage
Answer: A
Which of the following did Multics support?
A. Manual scheduling
B. Multiprocessing
C. BIOS-level configuration
D. GUI
Answer: B
Which was NOT a reason for Multics’ high cost?
A. Specialized hardware
B. Complexity
C. Government taxes
D. Custom development
Answer: C
What kind of access controls did Multics use?
A. Role-based
B. MAC
C. ACLs
D. RBAC with SELinux
Answer: C
What is the purpose of the “ring” architecture in Multics?
A. Speed up networking
B. Divide RAM segments
C. Enforce hierarchical privileges
D. Prioritize user processes
Answer: C
Which action is NOT controlled in Multics’ ACL?
A. WRITE
B. DELETE
C. EXECUTE
D. TRAP
Answer: B