i'm studing for a multimedia networks exams and i don't understand why ATM is asynchronous. i know that it is asyncrhonous if used with SONET but this makes no sense..
i'm studing for a multimedia networks exams and i don't understand why ATM is asynchronous. i know that it is asyncrhonous if used with SONET but this makes no sense..
This gives a decent explanation as to why ATM was designed as an asynchronous protocol.
The really short version:
In sychronous communication the two devices have a common clock that sychronizes the communication. Both send and receive on some schedule, based on the clock. This usually requires another wire in the system just for the clock.
With asynchronous, the data is sent at a particular speed, and the reciever has to figure out the speed so it can recover the clock rate and the data. This doesn't require a clock wire, but requires slightly more complex receiving equipment.
More information available from the Wikipedia: ATM SONet