Sliding-Window-Protocol

September 9, 2024

Transmission-and-Propagation-Delay

September 9, 2024

Sliding-Window-Protocol

September 9, 2024

Transmission-and-Propagation-Delay

September 9, 2024

Computer-Networks

Question 925
Assume that each character code consists of 8 bits. The number of characters that can be transmitted per second through an asynchronous serial line at 2400 baud rate, and with two stop bits, is:
A
109
B
216
C
218
D
219
Question 925 Explanation: 
Here, the baud value represents the serial port is capable of transferring a maximum number of bits per second.
Given 2400 baud value,
Sending maximum of 2400 bits per second with serial port .
Total Data To send = 1 bit(start) + 8 bits(char size) + 2 bits(Stop) = 11 bits.
Number of 8-bit characters that can be transmitted per second = 2400/11 = 218.18
The effective number of characters transmitted = 218
So, the correct option is (C).
Correct Answer: C
Question 925 Explanation: 
Here, the baud value represents the serial port is capable of transferring a maximum number of bits per second.
Given 2400 baud value,
Sending maximum of 2400 bits per second with serial port .
Total Data To send = 1 bit(start) + 8 bits(char size) + 2 bits(Stop) = 11 bits.
Number of 8-bit characters that can be transmitted per second = 2400/11 = 218.18
The effective number of characters transmitted = 218
So, the correct option is (C).

Leave a Reply

Your email address will not be published. Required fields are marked *