Purchase Solution

Channel bandwidth and backup requirement

Not what you're looking for?

Ask Custom Question

Consider an organization, which has a rented communications channel between two buildings, A and B. They have a set of servers in building A, and wish to back up critical data on an hourly basis to a set of storage drives in building B. They know that the channel has a bandwidth of 10KHz and a signal-to-noise ratio of 20dB.
(i) If their server system generates an average of 45 MB of data each hour, can they use this channel to implement the back up? Explain your answer.
(ii) The organization anticipates a doubling of generated backup requirement in the next year. What advice would you offer in respect of their back up options?

Purchase this Solution

Solution Summary

Detailed explanations accompany step-by-step solution. In case of question (ii), solution suggests two alternatives.

Solution Preview

Decibel value and signal-to-noise ratio (SNR) are related as below.

dB = 10 * log(SNR), where log indicates log_base_10.

Hence,
20 dB = 10 * log_base_10 (SNR)
=> SNR = 10 ^ (20/10) = 10 ^ 2 = 100

Given,
Channel bandwidth (B) = 10 KHz
Channel signal-to-noise ratio (SNR) = 100 (i.e. 20 dB)

We can compute channel's capacity (C) by applying Shannon's formula:

C = B * lg(1+SNR), where lg indicates log_base_2.

Hence,
Channel's capacity (C) = 10 KHz * lg(1+100)
= 10 * lg(101) Kbps
= 10 * 6.6582 Kbps (rounding to ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.