GCSE CS (2210) / IGCSE CS (0478) P1 NOTES CHAPTER 1.2: Communication and Internet 1.2.1 Data Transmission
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES CHAPTER 1.2: Communication and Internet 1.2.1 Data Transmission
2.
3.
[email protected] https://www.youtube.com/c/awabaqib/
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES BY AWAB AQIB
CHAPTER 1.2: Communication and Internet
1.2.1 Data Transmission
Simplex:
-Microphone to computer
-Sensor to computer
-Computer to printer
-Computer to speaker
-Computer to monitor
-Webcam to computer
Duplex:
-Telephone call
-Voice over IP
-Computer to printer
-Instant messaging
-Broadband connections
-Video conferencing
[email protected] https://www.youtube.com/c/awabaqib/
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES BY AWAB AQIB
CHAPTER 1.2: Communication and Internet
1.2.1 Data Transmission
1. Serial Transmission
- one bit sent at a time / bits sent sequentially
-over a single wire
-synchronous or asynchronous
Used in: USB / SATA / PCI Express / WiFi
2. Parallel Transmission
-several bits / a byte sent at a time
-using many / multiple wires
-synchronous
-used for transferring data in Integrated Circuits / CPU Buses / RAM
[email protected] https://www.youtube.com/c/awabaqib/
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES BY AWAB AQIB
CHAPTER 1.2: Communication and Internet
1.2.1 Data Transmission
-USBs are used for sending data externally, to and from peripherals
-They use asynchronous serial transmission
-Only one bit is sent at once in a sequential manner
Parity 1 0 1 1 0 0 0
-total 7 bits in our data and the left most is left for the parity bit
-if even parity is to be used then number of 1s must be even
-since they are 3 (odd), we add 1 as the parity bit
1 1 0 1 1 0 0 0
0 1 0 1 1 0 0 0
[email protected] https://www.youtube.com/c/awabaqib/
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES BY AWAB AQIB
CHAPTER 1.2: Communication and Internet
1.2.1 Data Transmission
Example 1
Byte sent:
0 1 1 1 1 0 0 0
Byte received:
0 1 1 0 1 0 0 0
Example 2
Byte sent:
1 0 0 0 1 0 1 1
Byte received:
1 0 0 0 1 0 1 0
[email protected] https://www.youtube.com/c/awabaqib/
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES BY AWAB AQIB
CHAPTER 1.2: Communication and Internet
1.2.1 Data Transmission
Example 3
[email protected] https://www.youtube.com/c/awabaqib/
GCSE CS (2210) / IGCSE CS (0478) P1 NOTES BY AWAB AQIB
CHAPTER 1.2: Communication and Internet
1.2.1 Data Transmission
-Even parity is being used between sender and receiver. How do we identify the error?
[email protected] https://www.youtube.com/c/awabaqib/