In Windows, the 'Nslookup' command is used for: MCQ with Answer and Explanation

In Windows, the 'Nslookup' command is used for:
A. Tracing network routes
B. Testing network connectivity
C. Querying DNS servers to resolve domain names
D. Displaying network statistics
Answer: Option C
Solution (By JKExamLibrary)
nslookup is a tool for DNS resolution and troubleshooting DNS records.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1 Report Error
Which of the following is a type of process scheduling algorithm that uses multiple queues with different priorities?
A. Round Robin
B. Multilevel Queue Scheduling
C. First-Come, First-Served
D. Priority Scheduling

Correct Answer: Option B


Explanation:
Multilevel queue partitions processes into separate queues based on priority, with scheduling policies for each queue.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is an example of a network operating system?
A. Linux Desktop
B. Windows Server
C. Android
D. macOS

Correct Answer: Option B


Explanation:
A network OS like Windows Server provides services for network management, file sharing, and user administration across a network.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What scheduling algorithm prioritizes processes based on their remaining computation requirements, preempting a running process if a shorter task enters the ready queue?
A. First-Come, First-Served (FCFS)
B. Round Robin (RR)
C. Static Priority Scheduling
D. Shortest Remaining Time First (SRTF)

Correct Answer: Option D


Explanation:
Shortest Remaining Time First (SRTF) is a preemptive variant of SJF that continuously evaluates remaining runtime, switching to shorter newly arrived tasks.

This question belongs to: Computer Operating Systems