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

What is ipc certified?

0 Answers  


What is the use of popen and pclose?

0 Answers  


How to obtain information about shared memory?

0 Answers  


What does ipc class mean?

0 Answers  


What is Datagram style?

0 Answers  






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

4 Answers   NetApp,


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

5 Answers   Infosys,


Which Linux distros do you have experience with?

1 Answers  


What is ipc 620 standard?

0 Answers  


How to Debugg Semaphores?

0 Answers  


What are the Uses of mmap?

0 Answers  


What are the advantages of ipc?

0 Answers  


Categories