Section 6: Communication: Technology and Consequences Flashcards
Chapter 31:
What is Data Communication?
Give examples.
Sending and receiving data from one computer or device to another.
Examples include E-Mail, Phone Calls, Between a CPU and its components.
Chapter 31:
What are the two main types of data communication?
Serial.
Parallel.
Chapter 31:
What are the 7 base binary units?
Where are they used?
Bit - 1 or 0.
Make up all the others.
Nibble - 4 bits.
Not used as a quantity, but 1 Hexadecimal number is a Nibble in Binary.
Byte - 8 bits.
Used in data storage
Kibibytes - 1024 bytes.
Used in data storage, like bytes, but represent higher values.
Kilobyte - 1000 bytes.
Used in displays of data storage. bibytes are what the computer uses because computers use base 2, but bytes are easier to understand for humans.
Kibibit - 1024 bits.
Used in data transmission.
Kilobit - 1000 bits.
Used in displays of data transmission. bibits are what the computers use because computers use base 2, but bits are easier to understand for humans.
Chapter 31:
What is Serial transmission?
Where data is sent one bit at a time.
Chapter 31:
What is Parallel transmission?
Where data is sent simultaneously over a number of parallel wires.
Chapter 31:
Over long distances, Parallel transmission becomes less viable. Why?
Parallel transmissions need to be in sync with each other.
Over long distances, the signal can start to SKEW, which means that the signals get out of sync, due to the slight differences in the wires.
Crosstalking also becomes a problem with Parallel transmissions. This is where Signals can “jump” between wires. This causes corruption of data.
Chapter 31:
What are the advantages of using Serial transmission over Parallel?
Reduction in size and complexity. Lower costs. No chance of crosstalking. Reliable over greater distances. Signal Frequency can be higher, possibly resulting in a higher net data transfer rate.
Chapter 31:
What is the difference between Bit Rate and Baud Rate?
Bit Rate - The speed at which data is transmitted serially.
Baud Rate - The rate at which the signal changes.
Chapter 31:
An analogue signal carries 4 bits in each signal unit. If 1000 signal units are sent per second, find the Baud Rate, and the Bit Rate.
Baud Rate = 1000 bauds per second (baud/s).
Bit Rate = 4 * 1000 = 4000 bits per second (bps).
Chapter 31:
What is Bandwidth?
The range of frequencies that a transmission medium can carry.
The larger the range, the greater the amount of data that can be transmitted in a fixed amount of time.
Chapter 31:
What is latency?
The time it takes between the moment the transmission of the first byte or packet of a communication starts, to when it is received.
Chapter 31:
What is Parity?
Computers use either odd or even parity.
In an even parity machine, the total number of ‘on’ bits in every byte will be even. Every byte has a parity bit that is set to meet this requirement.
When the bytes are received, parity is checked. If the parity is different, an error has occurred.
Chapter 31:
What position does the parity bit take?
Most Significant Bit (MSB).
Chapter 31:
What is Synchronous Transmission?
Data is transfered at regular intervals that are timed by a clocking signal, allowing for a constant and reliable transmission.
What is Asynchronous Transmission?
One byte at a time is sent with each character being preceded by a start bit and followed by a stop bit.
Chapter 31:
When would you use Synchronous Transmission?
When data is time-sensitive, such as real-time video or voice.
Chapter 31:
When would you use Asynchronous Transmission?
When components are unable to share a clock signal.
When small amounts of data need to be transmitted.
Chapter 31:
What is Protocol?
A set of rules relating to communication between devices.
Chapter 31:
Why are Protocols used?
So that devices from different manufacturers can interact with each other.
Chapter 33:
What is the idea of Client-Server Networking?
One or more computers connect to a central “Server”.
The Server stores files accessible to any device in the network, and can redirect signals between devices.
Chapter 33:
Some Networks use multiple Servers.
Give some examples of specific servers used.
File Server. Print Server. Web Server. Mail Server. Database Server.
Chapter 33:
What are some Advantages of using a Client-Server Network?
Security is better because Files are stored Centrally.
Backups are done centrally so there is no need for individuals to backup their own data.
Data and other resources can be shared.
Chapter 33:
What are some Disadvantages of using a Client-Server Network?
It’s expensive to install and manage.
Professional IT staff are needed to maintain the servers and run the network.
Chapter 33:
What is the idea of Peer-to-Peer Networking?
Devices are connected to each other directly, rather than through a server.
Chapter 33:
What are some Advantages of using a Peer-to-Peer Network?
It’s cheap to setup.
It is easy to maintain.
It enables users to share resources such as a printer or router.
Chapter 33:
What are some Disadvantages of using a Peer-to-Peer Network?
Having many devices, all Peer-to-Peer with each other, becomes complex.
Chapter 33:
*What illegal music streaming software was created in January 1999?
Napster.
Software that distributed parts of MP3 files to users so that every user could listen to music for free (pirating), and so that the developers could get away with it because they aren’t responsible for what is on their users computers.
In 2000 they lost a case and were sued into bankruptcy.
Chapter 33:
*Who created Napster?
Shawn Fanning ( 19-year-old ) Sean Parker ( 20-year-old ) ( In 1999 )
Chapter 33:
*What was the Movie version of illegal music streaming platform Napster?
Popcorn Time.
Developed in 2014.