InterviewSolution
| 1. |
Define File Server? |
|
Answer» File Server : File servers MANAGE a WORK group’s applications and data files, so that they may be shared by the group. File servers are very I/O oriented. They pull large amounts of data off their STORAGE subsystems and PASS the data over the network. When the data from the file is REQUESTED, a file server transmit all records from the file. File Server : File servers manage a work group’s applications and data files, so that they may be shared by the group. File servers are very I/O oriented. They pull large amounts of data off their storage subsystems and pass the data over the network. When the data from the file is requested, a file server transmit all records from the file. |
|