Linux IPC Question: Download Linux IPC PDF

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

Tweet Share WhatsApp

Answer:

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

Download Linux IPC PDF Read All 13 Linux IPC Questions
Previous QuestionNext Question
What is symbolic link in unix?How shared memory are accessed if we have two processors trying to acquire the same region?