Difference between synchronous & asynchronous communication.
Answer Posted / nice group of organization
• An asynchronous connection, in which each character
is sent at irregular intervals in time (for example a user
sending characters entered at the keyboard in real time).
So, for example, imagine that a single bit is transmitted
during a long period of silence... the receiver will not be
able to know if this is 00010000, 10000000 or 00000100...
To remedy this problem, each character is preceded by some
information indicating the start of character transmission
(the transmission start information is called a START bit)
and ends by sending end-of-transmission information (called
STOP bit, there may even be several STOP bits).
• In a synchronous connection, the transmitter and
receiver are paced by the same clock. The receiver
continuously receives (even when no bits are transmitted)
the information at the same rate the transmitter send it.
This is why the transmitter and receiver are paced at the
same speed. In addition, supplementary information is
inserted to guarantee that there are no errors during
transmission.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What are the services provided by Session layer?
How can I see all devices on my network?
How do I find a device by ip address?
How do I run ipconfig?
How do I find my server port?
How does tcp try to avoid network meltdown?
Is there a list of private addresses?
Does ip change with wifi?
What is the purpose of routing protocol?
What happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event?
Why is it important to install patches on network systems?
How to categorized ip address?
What is netsh interface?
Can you explain what is subneting?
How do I check if my firewall is blocking a port?