BUSINESS DATA COMMUNICATIONS AND NETWORK
BUSINESS DATA COMMUNICATIONS AND NETWORK
13th Edition
ISBN: 9781119441113
Author: FITZGERALD
Publisher: amazon.com
Question
Book Icon
Chapter 2, Problem 1MC
Program Plan Intro

Given information:

  • Information systems department of Deals-R-Us Brokers (DRUB) has presented its president Fred with two alternatives for developing new tools.
    • First alternative is a special tool developed using C++; the clients will get this tool on their machines to execute and connect with the DRUB server to get data for analyzing.
    • Second alternative is the C++ code executing on the server; the client will use the browser to communicate with the server.

Explanation of Solution

b.

Advantages and disadvantages of first alternative:

Advantages:

  • Simple architecture.
  • Since the architecture uses homogenous software, there are no interoperability issues.

Disadvantages:

  • Potential speed delays since all data must transfer from server to client for processing.
  • Additional overload on networks because of data transfer.

Advantages and disadvantages of second alternative:

Advantages:

  • No speed delays since all data resides on the server and processed in server itself.
  • No additional overload on networks since there are no data transfer between client and server...

Blurred answer
Students have asked these similar questions
Write a program that reads a list of integers from input and determines if the list is a palindrome (values are identical from first to last and last to first). The input begins with an integer indicating the length of the list that follows. Assume the list will contain a maximum of 20 integers. Output "yes" if the list is a palindrome and "no" otherwise. The output ends with a newline. Hints:   - use a for loop to populate the array based on the specified size (the first number entered)              - use a for loop to check first value with last value, second value with second from end, etc.              - if the values do not match, set a Boolean variable to flag which statement to output (yes or no)   Ex: If the input is (remember to include spaces between the numbers): 6 1 5 9 9 5 1 the output is: yes Ex: If the input is: 5 1 2 3 4 5 the output is: C++ coding
"Please, the answer must be documented from a book, experience, or accurate information without using artificial intelligence." push Write an Arduino program to obtain the complement following input sequence (1011) by using switch connected to pin 11 and one LED connected to pin 12. one of the button
"Please, the answer must be documented from a book, experience, or accurate information without using artificial intelligence." Write a program to read the distance from ultrasonic sensor connected to pin No. A3 and urn ON a RED pin No. 12 when the distance rises from 100cm.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY