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

who are the author of LINUX operation system?

5 Answers   Linux,


How to transfer a file from windows xp to RHEL5(LINUX) with bootable os?....

5 Answers   Infosys,


What are System Calls?

0 Answers  


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

1 Answers  


What is ipc rtos?

0 Answers  






What is the ipc standard?

0 Answers  


What are 3 ipc techniques?

0 Answers  


What is the ipc 610?

0 Answers  


How to Initialize Semaphores?

0 Answers  


What is ipc in linux?

0 Answers  


What is Datagram style?

0 Answers  


What are Local Sockets?

1 Answers   ACS, Xerox,


Categories