Week 8 Flashcards
what is bit rate
unit of measurement of number of bits processed per second (bps or bit/s)
what is baud rate
unit of measurement of symbol rate (only 2 symbols are used to represent binary -1,0)
What is the difference between big and little endian
big endian transmits the most significant bit first, little endian does it last
how do big and little endian work in terms of bytes
big endian: MS byte stored at lowest address
Little endian: LS byte stored at lowest address
what is full duplex
simultaneous data transmission and reception over one channel
what is half duplex
unidirectional data transmission over one channel
serial port vs parallel port communication
serial port-
slower data transfer as 1 bit can be transmitted at a time
simpler hardware
parallel-
fasta data transfer, multiple bits can be transmitted
more complex hardware
what are the two types of serial port communication and explanations
synchronous-
shared clock signal
all devices synchronised
asynchronous-
no shared clock
all devices have their own independent clock signal
all devices must have the same clock freq
exmaples of serial port communications
USB
UART
I2C