InterviewSolution
| 1. |
How Many Types Of Transmission Are There? |
|
Answer» Two types of transmissions
serial means sending one bit at a TIME on a single WIRE USED over LONG distances more EFFICIENT used to send data to external systems Parallel means sending bits at a time on different wires used over short distances efficient but not serial used to send data in internal transfers Two types of transmissions serial means sending one bit at a time on a single wire used over long distances more efficient used to send data to external systems Parallel means sending bits at a time on different wires used over short distances efficient but not serial used to send data in internal transfers |
|