Suppose your network support company employs 75 technicians who travel constantly and work at customer sites. Your task is to design an information system that provides technical data and information to the field team. What types of output and information delivery would you suggest for the system?

What will be an ideal response?


Answers will vary. This type of organization probably would require an information system capable of providing remote access on a 24/7 basis. Automated facsimile would give the representatives the ability to obtain printed reports, and e-mail would allow them to keep in touch. Technical support representatives would need access to an online technical library with links to relevant documents and information.
An Internet-accessible knowledge base would provide strong support for the field service team. Using a Web-based system, technical support representatives could input technical data and symptoms, receive suggestions, determine parts availability, and receive service assignments. This system might be enhanced by wireless technology. Encourage students to research real-world practices, and to contact firms that provide field service to learn more about current technology applications.

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct way to determine if a file stream named inFile opened correctly?

a. if( inFile.open() ) b. if( inFile.fail() ) c. if( inFile.opened() ) d. if( inFile.failed() )

Computer Science & Information Technology

A gradient smoothness setting of ____ indicates an equally weighted transition in color pixels.

a. 0% b. 25% c. 50% d. 100%

Computer Science & Information Technology

Which of the following are Java keywords?

a. instanceOf b. instanceof c. cast d. casting

Computer Science & Information Technology

Which need to be longer—symmetric keys or public keys?

A. Public-private key pairs B. Key length doesn't matter C. All keys should have same length D. Private keys

Computer Science & Information Technology