Ch3 - Communication Systems Flashcards
What are the 5 components of a communication system?
- Data source
- Transmitter
- Transmission medium
- Receiver
- Destination
What is a protocol?
A set of rules that govern the transfer of data between computers.
What is handshaking?
A discussion between two computers prior to communication to establish the protocol and settings to use for the communication.
What are the two methods of handshaking?
- Hardware flow control
2. Software flow control
What are the three levels of the Communication System Framework
- Application
- Communication Control and Addressing
- Transmission
What are the 5 layers of the TCP model?
- Application
- Transport
- Internet
- Data link
- Physical
What are the 7 layers of the OSI model?
- Application
- Presentation
- Session
- Transport
- Network
- Data link
7, Physical
What is bandwidth?
The capacity of a channel or transmission medium.
What is the difference between Bits per second and Baud rate?
Bits per second is how many bits are transferred in a second whilst baud is how many symbols that can be transmitted in one second.
What are the three types of error checking studied?
- Parity
- Checksum
- Cyclic Redundancy Check ( CRC )
What are the two types of Parity checking?
Even and Odd
How does parity checking work?
A bit is added to the end of the message to make the total number of ‘1’s either even or odd in number.
What does EFTPOS stand for?
Electronic Funds Transfer at Point of Sale
What is Parallel transmission?
When data is transferred over multiple lines on the transmission medium simultaneously.
What is Serial transmission?
When data is transferred over a single line with all the bits transferred one after the other.
What is Asynchronous transmission?
Timing is not involved and start and stop bits are used to indicate when messages are being sent.
What is Synchronous transmission?
The sending of data is timed and synchronised to a clock. Start and stop bits are not required.