Which Windows command is used to display the IP configuration and release/renew DHCP leases? MCQ with Answer and Explanation

Which Windows command is used to display the IP configuration and release/renew DHCP leases?
A. ipconfig /flushdns
B. ipconfig /release and /renew
C. ipconfig /all
D. All of the above
Answer: Option D
Solution (By JKExamLibrary)
ipconfig supports various options: /all for full info, /release and /renew for DHCP, and /flushdns for DNS cache.

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 Linux command is used to display the kernel version?
A. lsb_release -a
B. uname -r
C. version
D. kernel -v

Correct Answer: Option B


Explanation:
uname -r shows the kernel release version; uname -a gives all system info.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which administrative utility command in Windows allows a user to verify if system file variations have occurred and repair corrupted or missing core system files?
A. sfc /scannow
B. tasklist
C. ipconfig /all
D. chkdsk /f

Correct Answer: Option A


Explanation:
The System File Checker (SFC) command utility ('sfc /scannow') scans protected Windows files for damage and replaces altered versions with accurate copies.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Windows, the command 'systeminfo' displays:
A. Only the OS version
B. Disk usage
C. Detailed system configuration including OS version, memory, and network
D. List of installed updates

Correct Answer: Option C


Explanation:
systeminfo provides a comprehensive summary of system hardware and software configuration.

This question belongs to: Computer Operating Systems