nerdexam
CompTIA

220-1102 · Question #58

A technician needs to transfer a large number of files over an unreliable connection. The technician should be able to resume the process if the connection is interrupted. Which of the following…

The correct answer is D. robocopy. Robocopy (Robust File Copy) is a Windows command-line tool designed specifically for reliable, large-scale file transfers. Its /Z flag enables restartable mode, which allows an interrupted transfer to resume from where it left off rather than starting over. sfc (System File…

Operating Systems

Question

A technician needs to transfer a large number of files over an unreliable connection. The technician should be able to resume the process if the connection is interrupted. Which of the following tools can be used?

Options

  • Asfc
  • Bchkdsk
  • Cgit clone
  • Drobocopy

How the community answered

(64 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    5% (3)
  • D
    92% (59)

Explanation

Robocopy (Robust File Copy) is a Windows command-line tool designed specifically for reliable, large-scale file transfers. Its /Z flag enables restartable mode, which allows an interrupted transfer to resume from where it left off rather than starting over. sfc (System File Checker) scans and repairs Windows system files-it does not transfer files. chkdsk checks and repairs disk errors. git clone downloads a repository and is not a general-purpose file transfer tool with resume capability for arbitrary files. Robocopy is the purpose-built answer for resumable, resilient file transfers on Windows.

Topics

#robocopy#File transfer#Command-line tools#Robust file transfer

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice