Bits, Bytes, transmission rates

In summary, a good sized English book with 100000 words can be stored in 600 kbyte of memory and takes nearly 5 seconds to be transmitted at 1 Mbit s-¹. It takes nearly a quarter of an hour to transmit 100 images, each of 1Mbyte on a channel with a transmission rate of 1 Mbit s-¹. The proper solutions for these problems may vary depending on the instructor's specifications.
  • #1
Timiop2008
31
0
Problem :
a) A good sized English book has about 100000 words. If an average English word is six characters long and each character needs 1 byte, show that the book can be stored in 600 kbyte of memory and show that the text takes nearly 5 seconds to be transmitted at 1 Mbit s-¹. Show that it takes nearly a quarter of an hour to transmit 100 images, each of 1Mbyte on a channel with a transmission rate of 1 Mbit s-¹.

Attempt:
600000 X 8 =4800000 bits - text
600 X 1024 X 8 =4915200 bits - available

1Mbit = 1,000,000 bits = 125000 bytes
600000/125000 = 4.8 seconds

100Mbytes = 100,000,000 bytes / 1,000,000 bytes = 100?

These attempts are total guesses. Can somebody please try and explain the proper solutions.
 
Physics news on Phys.org
  • #2
Almost.

The first one is a little ambiguous in that it says 6 characters per word. You might inquire of your instructor why it isn't 7 since every word needs a delimiter like a space or a period. But let's presume that 6 is the round number they want you to consider. So yes, you have more bits available than required.

And yes, too on transmitting them in 4.8 seconds.

For the last one simply use your transmission rate from 2).
1*106 X 100/12.5*104 = 8*102 sec

Divide by 60 and you should be getting close.
 
  • #3


Sure, I can provide a more detailed explanation for you.

First, let's define some terms. A bit is the smallest unit of data in a computer, and it can have a value of either 0 or 1. A byte is a unit of measurement for data storage, and it is equal to 8 bits. Transmission rate refers to the speed at which data can be transmitted over a network or communication channel, and it is typically measured in bits per second (bps) or multiples of bits per second, such as kilobits per second (Kbps) or megabits per second (Mbps).

Now, let's look at the first part of the problem, which asks us to show that a good sized English book can be stored in 600 kilobytes (kbyte) of memory. We are given that the book has 100000 words, and we are told that an average English word is six characters long. So, we can calculate the total number of characters in the book by multiplying 100000 words by 6 characters per word, which gives us 600000 characters. Since each character needs 1 byte of storage, the total storage needed for the book is 600000 bytes. However, we are asked to show this in kilobytes, so we divide 600000 bytes by 1024 (the number of bytes in a kilobyte) to get 585.94 kilobytes. We can round this up to 600 kbytes, which is the amount of memory needed to store the book.

Now, let's look at the second part of the problem, which asks us to show that the text takes nearly 5 seconds to be transmitted at 1 megabit per second (1 Mbps). To do this, we need to convert the storage size (600000 bytes) into bits, since transmission rates are measured in bits per second. Since 1 byte is equal to 8 bits, we can multiply 600000 bytes by 8 to get 4800000 bits. Next, we can divide this by the transmission rate of 1 Mbps to get the time it takes to transmit the text. This gives us 4800000 bits / 1000000 bits per second = 4.8 seconds. So, it would take nearly 5 seconds to transmit the text at 1 Mbps.

Finally, let's look at the last part of the problem, which asks us to show that it
 

What are bits and bytes?

Bits and bytes are units of measurement used to quantify the amount of digital information. A bit is the smallest unit, and it can have a value of 0 or 1. Eight bits make up a byte, which is typically used to represent a single character.

What is the difference between a bit and a byte?

A bit is the smallest unit of measurement, while a byte is made up of eight bits. This means that a byte can hold more information than a single bit.

What is a transmission rate?

A transmission rate, also known as data transfer rate, is the amount of data that can be transmitted from one location to another within a given amount of time. It is typically measured in bits per second (bps) or bytes per second (Bps).

How does the transmission rate affect internet speed?

The transmission rate is directly related to internet speed. The higher the transmission rate, the faster data can be transmitted and received, resulting in faster internet speeds. This is why internet service providers often advertise their transmission rates as a selling point.

How is the transmission rate determined?

The transmission rate is determined by various factors, such as the quality and capacity of the transmission medium (such as cables or wireless connections), the type of data being transmitted, and the equipment used for transmission. It can also be affected by external factors such as network congestion or interference.

Similar threads

Replies
23
Views
5K
  • Programming and Computer Science
Replies
4
Views
15K
Replies
89
Views
34K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
9
Views
2K
Back
Top