10 10 votes Assume that each character code consists of $8$ bits. The number of characters that can be transmitted per second through a synchronous serial line at $2400$ baud rate, and with two stop bits is $109$ $216$ $218$ $219$ Computer Networks isro2007 serial-communication + – go_editor 10.7k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 17 17 votes Baud Rate =2400 Serial port is capable of transferring a maximum of 2400 bits per second. Transmission rate = 2400 bps Here we are going to have 1 start bit, 2 stop bits Total bits= 11 bits. So, number of characters transmitted per second = 2400 / 11 = 218.18. Take floor =218 Ref: https://gateoverflow.in/2287/gate1993-6-4-isro2008-14 (comments will help also) shekhar chauhan answered Jun 12, 2016 • selected Dec 30, 2016 by Lokesh . shekhar chauhan comment Share Follow See all 4 Comments 4 4 Comments reply sh!va commented Apr 26, 2017 reply Follow flag http://techdifferences.com/difference-between-synchronous-and-asynchronous-transmission.html Just read the link above. Asynchronous Synchronous Synchronization using start and stop bits with a gap between bytes Slower. Less error prone Similar to sending a letter Used for unknown or low data rates. Before the start of transmission, clocks at both ends are to be synchronized. This is achieved by sending special character bytes called sync bytes or sync characters sender and receiver use the same clock signal More error prone Similar to phone call Transmission of a large block of data at relatively higher bit rates resynchronize at the start of each new character received using start and stop bits which should be in opposite polarity 1-0 Regrouping the bits into meaningful bytes is done by the receiver. According to this, for a synchronous transmission, there is no need to add start and stop bits!! Given Question asks about synchronous transmission. So calculation must be 2400/8 =300 Please correct me if I am wrong 7 7 replyShare Niranjan Aswale commented Dec 12, 2017 reply Follow flag same thought here 0 0 replyShare Venkat Sai commented Jan 28, 2018 reply Follow flag bro thats a typo :D its not a synchronous asynchronous in the original question 1 1 replyShare Srken commented Oct 10, 2025 reply Follow flag @Venkat Sai yeah and if that's the case then in synchronous serial line we don't need start and stop bits because synchronous serial lines works using clock signal .then answer will be 300 which is not in the option 0 0 replyShare Please log in or register to add a comment.
3 3 votes Baud rate 2400 then bit rate 2400/2=1200 Here we have 2 stop bits and must have 1 start bits Size of each character=(8+2+1)=11bits Number of characters =1200/11 =109 Ans A) srestha answered Jun 18, 2016 • edited Jun 18, 2016 by srestha srestha comment Share Follow See all 12 Comments 12 12 Comments reply Show 9 previous comments reena_kandari commented Apr 13, 2017 reply Follow flag @srestha i don't think it is always the case.it might be that there are 3 pulses per bit.then in this case baud rate=3*bit rate. plz clarify.. 1 1 replyShare srestha commented Apr 13, 2017 reply Follow flag yes, might be. U got some example of it? 0 0 replyShare Jeevan_Lal commented Jul 26, 2025 reply Follow flag but for serial link baud rate = bit rate 0 0 replyShare Please log in or register to add a comment.
1 1 vote Baud rate=2400 Baud rate=2*bit rate http://www.pccompci.com/Baud_Rate.html Bit rate=1200 1 start bit,2 stop bits total=11 bits number of character transmitted per second=floor(1200/11)=109 option A Anu answered Jun 25, 2016 Anu comment Share Follow See all 2 Comments 2 2 Comments reply Anu commented Jun 25, 2016 reply Follow flag @ arjun sir could you please check this 0 0 replyShare naga praveen commented Jun 26, 2016 reply Follow flag http://electronicdesign.com/communications/what-s-difference-between-bit-rate-and-baud-rate 0 0 replyShare Please log in or register to add a comment.
0 0 votes Synchronous communication requires that the clocks in the transmitting and receiving devices are synchronized – running at the same rate – so the receiver can sample the signal at the same time intervals used by the transmitter. No start or stop bits are required. For this reason “synchronous communication permits more information to be passed over a circuit per unit time. 2400 baud means that the serial port is capable of transferring a maximum of 2400 bits per second. Number of 8-bit characters that can be transmitted per second = 2400/8 = 300 topper98 answered Mar 23, 2020 topper98 comment Share Follow 0 reply Please log in or register to add a comment.