Which utility component inside an operating system manages the physical network interfaces, translates data packets, and implements standard connection protocols? MCQ with Answer and Explanation

Which utility component inside an operating system manages the physical network interfaces, translates data packets, and implements standard connection protocols?
A. Process Scheduler Core
B. File Allocation Table
C. Network Stack / Network Subsystem
D. Disk Management Module
Answer: Option C
Solution (By JKExamLibrary)
The network stack handles communication protocols (like TCP/IP) and coordinates data exchange between the operating system and physical network interfaces.

This question belongs to: Computer Computer Software

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1 Report Error
What is the role of the I/O manager in an OS?
A. Manages input/output operations
B. Manages files
C. Manages memory
D. Manages processes

Correct Answer: Option A


Explanation:
The I/O manager handles communication between the CPU and input/output devices.

This question belongs to: Computer Computer Software
Question #2 Report Error
A system program that links independently compiled object code files together with necessary library routines to create a single executable program is called a/an:
A. Interpreter
B. Loader
C. Linker
D. Assembler

Correct Answer: Option C


Explanation:
The linker combines various object modules and system libraries generated by a compiler into a final runnable machine executable file.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which of the following utilities is explicitly used to restore an operating system to a previous functional configuration state if a software installation crashes the system?
A. File Uninstaller Wizard
B. Registry Optimizer
C. System Restore Utility
D. Disk Management Tool

Correct Answer: Option C


Explanation:
System restore utilities roll back an OS's system configurations, drivers, and registry states to a known stable point in time without affecting personal data files.

This question belongs to: Computer Computer Software