Serial and parallel. In Serial Transmission, each bit is transmitted one after the other. Say letter M having ascii value of (msb)1,0,0,1,1,0,1(lsb) will be transmitted 1 bit at a time. Here LSB is transmitted first while MSB is transmitted at the end. As the transmission is sequential, it takes long time to transfer all the data. Serial transmission is preferred for long distance application.