Chapter 3 : Communication system and examples Flashcards
5 basic components of all communication systems
- Data source
- Transmitter
- Transmission medium
- Receiver
- Destination
What is protocols?
A protocol is a set of rules that governs the transfer of data between computers
What is handshaking?
Handshaking is an agreement about which protocol to use to accomplish the exchange of information.
What is speed of transmission determined by?
Bandwidth
Different between bits per second and baud rate
- Bits per second (bps) is the maximum number of bits that can be transmitted in one second
- Baud rate is the maximum number of data symbols or electrical signals that can be transmitted in one second
3 types of data error checking and what it does?
- Parity checking: Check if there is a similar parity (either odd or even parity)
- Checksum : Check bye counting number of bits in data packet
- Cyclic redundancy check (CRC): Check through divide data to fixed divisor and compare remainder
3 example of communication system
- Audio conference
- Video conference
- Telephone
- Fax
- Voice mail
- Electronic mail, commerce, EFTPOS, banking
What is TCP and IP , what does it do?
- TCP (Transmission Control Protocol) - is responsible for breaking data into segments and delivering them. Guarantees end to end delivery and error correction.
- IP (Internet Protocol) - transfers packets of data based upon their IP address. Uses IP addresses to work out the best path between two machines.
What is HTTP and what does it do?
HTTP (Hypertext transfer protocol) used in web browser to communicate and receive web pages to and from a web server.
What is SMTP and what does it do
SMTP (simple mail transfer protocol) used for sending and receiving e-mail messages to and from the client to the mail server.
What is FTP and what does it do?
FTP (File Transfer Protocol) used to transfer files between a client and server.
What is SSL and what does it do?
SSL (secure sockets layer) uses two keys to encrypt data so that private documents can be securely transmitted via the internet.