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 Fast Local Communication?

0 Answers  


What is Connection style?

0 Answers  


What is Processes Semaphores?

0 Answers  


What ipc 304?

0 Answers  


What are 3 ipc techniques?

0 Answers  






What is ipc certified?

0 Answers  


How many types of ipc mechanism do you know?

0 Answers  


What is socket in ipc?

0 Answers  


What is Shared Access to a File?

0 Answers  


How to Initialize Semaphores?

0 Answers  


What ipc means?

0 Answers  


What is ipc quality?

0 Answers  


Categories