What is Synchronous Transmission ?

1 Answer

Answer :

Answer : The data is divided into blocks and transmitted one block at a time. This is called synchronous transmission.

Related questions

Description : What kind of data transmission mode is used in video conferencing ?

Last Answer : Multicast mode is used in video conferencing.

Description : Why is synchronous transmission expensive ?

Last Answer : Answer : Synchronous transmission is expensive because the transmitter station needs a primary storage device with the sender. A transmission system that transmits data in block or packet form is called a ... In this method the sender and the recipient have to maintain the same time and speed.

Description : How to find out if there is any mistake in data in synchronous transmission system ?

Last Answer : In a synchronous transmission system, data characters are transmitted in the form of blocks or packets. Each block data sends a header information at the beginning and a tailor information signal at the end. This signal helps to check if there is any mistake in the data.

Last Answer : that Data Transmission System The sender From 80 to 132 at a time Of character A Block Transmit To do Is Him Synchronous Data Transmission Says.

Description : While starting a main propulsion synchronous motor, the ammeter pegs out at maximum and then returns to the proper value after synchronization. This indicates the _____________. A. motor has started ... field windings are grounded C. slip rings are dirty D. power transmission cables are grounded

Last Answer : Answer: A

Description : Determine from the following the basic mode of transmission system in the public data network in which data are transferred from the source to the network and from the network to the destination in the frame format. A. Voice mode B. Asynchronous mode C. Synchronous mode D. Packet mode

Last Answer : D. Packet mode

Description : Data is directly on the transmission cable. A. Asynchronous B. Synchronous C. Baseband D. Broadband

Last Answer : C. Baseband

Description : What is framing? A. Is concerned of synchronous system B. Refers to parallel transmission C. Is concerned with the boundaries between characters D. Is concerned with individual bits

Last Answer : C. Is concerned with the boundaries between characters

Description : What is the principal difference between asynchronous and synchronous transmission? A. The clocking is mixed with the data in synchronous transmission B. The pulse height are difficult C. The clocking is derived from the data in synchronous D. The bandwidth required is difficult.

Last Answer : C. The clocking is derived from the data in synchronous

Description : In __________ transmission, a unique SYNC character is transmitted at the beginning of each message. A. asynchronous B. synchronous C. digital D. analogue

Last Answer : B. synchronous

Description : ECE Board Exam March 1996 What is the one principal difference between synchronous and asynchronous transmission? A. the pulse height are different B. the clocking is derived from the data in ... C. the clocking is mixed with the data in asynchronous D. the bandwidth required is different

Last Answer : B. the clocking is derived from the data in synchronous transmission

Description : Which of the following statement is correct? a. terminal section of a synchronous modem contains the scrambler b. receiver section of a synchronous modem contains the scrambler c. transmission section of ... d. control section of a synchronous modem contains the scrambler e. none of the above

Last Answer : transmission section of a synchronous modem contains the scrambler

Description : Which of the following statement is incorrect? a. The difference between synchronous and asynchronous transmission is the clocking derived from the data in synchronous transmission. b. Half ... in online activities d. Batch processing is the prefered processing mode for telecommunication operation.

Last Answer : Batch processing is the prefered processing mode for telecommunication operation.

Description : In_________ transmission, we send bits oneafter another without startor stop bits or gaps. It is the responsibilityof the receiver togroup the bits. A) synchronous B) asynchronous C) isochronous D) none of the abov

Last Answer : synchronous

Description : In______ transmission, wesend1 start bit (0) at thebeginningand 1 or more stop bits (1s) at the end of each byte. A) synchronous B) asynchronous C) isochronous D) none of the above

Last Answer : asynchronous

Description : Which transmission mode is used for data communication along telephone lines? (A) Parallel (B) Serial (C) Synchronous (D) Asynchronous

Last Answer : (B) Serial

Description : In SONET, STS stands for: a. Synchronous Transport Signal b. Synchronous Transport System c. Synchronous Transmission Signal d. Synchronous Transmission System

Last Answer : a. Synchronous Transport Signal

Description : A synchronous transmission usually begins with which character

Last Answer : SYN

Description : A synchronous transmission usually begins with which character?

Last Answer : SYN

Description : Synchronous transmission is used because:

Last Answer : no start and stop bits means higher efficiency

Description : The characters making up the message in a synchronous transmission are collectively referred to as the data

Last Answer : block

Description : The voltage drop, for constant voltage transmission is compensated by installing (a) inductors (b) capacitors (c) synchronous motors (d) all of above (e) none of the above

Last Answer : (c) synchronous motors

Description : In order to reduce the harmful effects of harmonics on the A.C. side of a high voltage D.C. transmission system ______are provided. (A) synchronous condensers (B) shunt capacitors (C) shunt filters (D) static compensators

Last Answer : Ans: C Xc= 1/ ωc

Description : Compare characteristics of asynchronous and synchronous transmission mode (four points). 

Last Answer : Synchronous transmission Asynchronous transmission 1. Synchronous transmission are synchronized by an external clock. 1. Asynchronous transmission are synchronized by special signals along the transmission ... for transferring a small amount of data as it is simple and economical.

Description : Salesforce SDK uninstallation from XCode?

Last Answer : Too many variables – only you know your code, how it was written, and how extensible (or not) it was in the first place. I assume you have been to the Saleforce API and SDK pages.

Description : Is there a program where you can identify music in a specific website?

Last Answer : Need Answer

Description : What is a good programming language to make a multiple choice quiz?

Last Answer : Google classroom should work.

Description : Is there a website that shows all the English words, idioms, etc ever invented, including archaic, unofficial, and newest words that have just been invented?

Last Answer : The problem with such a lexicon would be that there have been a lot of slang, dialect, idioms, and unofficial words that 99% of people have never heard of. Besides that, the English language is ... pretty good vocabulary. Hopefully, someone will recommend some. I am unable to do this at the moment.

Description : How can I add HTML markup to this ajax result?

Last Answer : Need Answer

Description : Function or application allowing me to connect or disconnect wifi?

Last Answer : Some routers - Belkins and older Ciscos, had an app that would allow you to remotely-control your router from your phone. You didn't say what kind of router you have, so it's hard to guess. You can ... . Bottom line - you can do this easily if you have a wifi-based power switch and an app. example

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : Can you help fix this programming problem in Python?

Last Answer : You can’t treat arrays of digits as a single number. The easiest way to read a numeric string is to use the sys library to read a line from the keyboard. import sys print(“Enter value for mass”) mass = sys.stdin.readline() mass = float(mass)

Description : What's the best book for understanding Unity 2D?

Last Answer : Are you a beginner programmer in general, or just new to Unity? That would make a big difference in how I would respond.

Description : Programmers: Is this puzzle a "named problem?" and can you help me with it?

Last Answer : I'd call it enumerating a list of all combinations . There's a field of math called combinatorics which I did not study but I assume probably has a word for this. It doesn't seem like a puzzle ... each iteration, and tweak it to get the output format you want, but that's essentially it, I think.

Description : How do you get the link posted and not the updated page?

Last Answer : You don't have control over it. The URL that you referred to today is pointing to a page that is housed at a server somewhere else. It isn't under your control or Fluther's - it is under the control of ... a month or a year ago. Summary: it isn't under your control. You get the page they send you.

Description : I'm looking for a IT Project Idea for my Final Year. Can anyone suggest something?

Last Answer : How to maintain a question and answer site with trolls, spammers, and questions that violate the guidelines?

Description : How can i improve my skill sets?

Last Answer : You didn't say what you already know, but my main recommendation for something to learn is Python. It's a great learning language, it's free and easy to install, there are great ... and relatively easily. https://www.python.org/about/gettingstarted/ https://www.programiz.com/python-programming

Description : What should I study in order to write/program a career search software?

Last Answer : More programming. And logic. You need to understand how to develop a search for terms, and then also determine where to search, and then how to optimize search results in a relational database.

Description : Is it on all smartphones you can't post a link?

Last Answer : I can’t cut and paste easily with a smart phone. I could type the link by hand. I would have to write it to a pen and paper first and it would work. If I really need too I could boot up my new chrome book and make a link.

Description : How much work does it take to change on a program, from "Monday to Sunday" to whichever 7 days in a row?

Last Answer : It would depend on the individual program.

Description : What coding languages or other courses should I take on CodeCademy?

Last Answer : The courses that I’ve taken I feel are really only useful for Web design.

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }

Description : Programming a NEMA 17 stepper motor to microstep with an Arduino?

Last Answer : There are literally thousands of arduino code examples out there. This is something you should figure out on your own because the act of doing so will make you a better tinkerer. A typical stepper will have like ... digital I/o pins to output the step sequence. Even an uno or mini pro will do that.

Description : Programming a stepper to have a "home" position?

Last Answer : Obviously it would need some way to sense or establish its location, or possibly to move or grope about to establish its location. And it could be good to have some logic for noticing when its assumptions about its environment are wrong.

Description : How to become a Game Developer?

Last Answer : There are really two separate questions (or skills) needed here. 1) programming technique. Have you been a programmer; have you developed software before? That's a skill unto itself Programming for a small ... . I can't give you a better answer, because there are so many options to choose from.

Description : Are hand made WP themes safer than downloaded themes?

Last Answer : You might find this articel about Common WordPress Malware Infections interesting It is old, 2012, but still gives you an idea of the kind of things lurking out there. .

Description : Is freelance programming the only way to travel the world while earning decent money on the go?

Last Answer : How about tour guide and air hostess?

Description : What can a 25 year old unemployed Indian Engineer do to start earning at least 50k INR per month in 1 year?

Last Answer : answer:There's a lot of jargon in this post. I fear anyone not already in the industry will have a hard time figuring out what you're saying. I know I'm lost. If you're looking to ... of our regulars are Indian, and thus as a whole we're not terribly familiar with employment culture in India.

Description : Kindles and E-book library loans?

Last Answer : I doubt that you could download the notes from a library lent E-book. What might work better for you is to get an iPad, use the Kindle app for borrowing e-books and then take your notes in the ... worth stopping by your local library to ask them though; maybe there is a better way you can do it.