Why do we have serial and parallel interface, which
one was faster and why and when we should go for this
interface.

Answers were Sorted based on User's Feedback



Why do we have serial and parallel interface, which one was faster and why and when we should go f..

Answer / saikiran

Both the interfaces have it own importance,
in serial the data is transmitted in sequence i.e is 1 bit
at a time for one clock cycle so to transfer 8 bits of info
you need 8 clock cycles in short it takes more time
comparatively.
where as in parallel 8 bits of transmission is transmitted
is in 1 clock cycle.
parallel transmissions normally used for tarnsmited data
from computer to printer(through LPT port)
parallel transmission is faster than serial transmission.

Is This Answer Correct ?    23 Yes 3 No

Why do we have serial and parallel interface, which one was faster and why and when we should go f..

Answer / daya

Parallel interface works efficiently for short transmittance
distance, for longer ranges the link cribs because of EMI
and other interferences.
Serial on the other hand supports longer ranges as it is a
sole carrier of bits

so long range and slow transmission :serial
short range and faster transmission : parallel
:)

Is This Answer Correct ?    12 Yes 2 No

Why do we have serial and parallel interface, which one was faster and why and when we should go f..

Answer / anil

Parallel communications is faster upto some clock frequency,
after some threshold it deteriorates due to cross talk.
Hardware need to be designed complex to overcome this issue,
instead serial communication offers better speed at higher
frequencies due to less hardware complexities.

Is This Answer Correct ?    9 Yes 2 No

Why do we have serial and parallel interface, which one was faster and why and when we should go f..

Answer / pandu

yes
using serial communication is cheap and like applications
using mouse serial communications is good

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More Linux IPC Interview Questions

How to Create Pipes?

0 Answers  


What is ipc for pcb?

0 Answers  


What is Connection style?

0 Answers  


What is ipc 610 620?

0 Answers  


What is ipc rtos?

0 Answers  


How to Destroy Sockets?

0 Answers  


What is ipc problem?

0 Answers  


What does ipc stand for in banking?

0 Answers  


How to Controll and Deallocate Shared Memory?

0 Answers  


What does ?route? command do?

7 Answers   IBM,


How to Redirect the Standard Input, Output, and ErrorStreams?

1 Answers  


What are the Advantages and disadvantages of script vs compiled program?

2 Answers  


Categories