Explain how to share files over a network.

What will be an ideal response?


A computer can share its disks with the network and allow remote users to map them for use as an available drive on a remote computer. The first time a disk is shared and a connection is established, it may be necessary to provide a password to gain access to the data. The password is typically provided by the network administrator. This password is usually stored in the password file for subsequent access to the disk if it is reconnected after a reboot.

Computer Science & Information Technology

You might also like to view...

Consider the abstract superclass below:

``` public abstract class Foo { private int a; public int b; public Foo(int aVal, int bVal) { a = aVal; b = bVal; } public abstract int calculate(); } ``` Any concrete subclass that extends class Foo: a. Must implement a method called calculate. b. Will not be able to access the instance variable a. c. Neither (a) nor (b). d. Both (a) and (b).

Computer Science & Information Technology

The Root Directory in the accompanying figure is the address on the Internet where you will send your files.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Tablets capable of performing like a traditional PC are typically referred to as a tablet PC

Indicate whether the statement is true or false

Computer Science & Information Technology

A document file format designed to work with many different types of programs

a. .doc b. HTML c. RTF

Computer Science & Information Technology