Networking: Chapter 8 (Data Transmission) Flashcards
What is Asynchronous Data Transmission?
Asynchronous Data transmission is when each byte of data is sent individually with its accompanying start and stop bits.
What is Synchronous Data Transmission?
Synchronous Data transmission is when packets of data are sent with its accompanying start frame, which tell the receiving station that a packet is coming.
What are 2 types of error checking in data transmission?
- Parity Check
* Cyclic Redundancy Check (CRC)
What is a Parity Check?
A Parity Check is a way of checking for errors in data that has been transferred between systems
How does a Parity Check work? (4)
- A bit in each byte of data is set aside as the parity bit
- In even parity this bit is set to 1 or 0 to ensure an even number of 1s
- In odd parity this bit is set to 1 or 0 to ensure an odd number of 1s
- If even parity is used and arrives to its destination with an odd number of 1s an error is registered, and vice verse
What is a Cyclic Redundancy Check (CRC)?
A Cyclic Redundancy Check is a way of checking for errors in data before it leaves the source system
How does a Cyclic Redundancy Check work? (3)
- It divides binary data in the packet by a 16 bit or a 32 bit number and produces a remainder, which is sent along with the data
- When it reaches the receiving system the same calculation is carried out
- The results of these calculations must be the same, and if they aren’t then there has been an error
What is Transmission Control Protocol/Internet Protocol (TCP/IP)?
It is a protocol which establishes a communication between nodes on a network before sending data and then routes packets of data to these nodes.
What is Carrier Sense Multiple Access/Collision Detection (CSMA/CD)?
It is a protocol which is used to control which node on a network can transmit at any one time on a baseband network
Why is CSMA/CD needed? (2)
- Baseband networks only allow one device to transmit at any one time
- If more than one device transmits data at one time a collision will occur, and the more collisions there are the slower the transmission rate across the network
How does CSMA/CD work? (3)
- When a node wants to transmit data on the network, the Carrier Sense finds out if another data transfer is taking place and if not then the node will transmit.
- Multiple Access means that more than one node can begin to transmit on the network at the same time.
- If 2 nodes do transmit at the same time, Collision Detection makes the two transmissions wait a random amount of time before trying to re transmit so there isn’t another collision
What is circuit switching?
When a fixed connection path is established between two points on a network and lasts as long as it takes to transmit all the data being sent. It is used in dialup and ISDN connections
What is packet switching?
When data messages between two points on a network are divided into packets and each individual packet can take a different path through a network instead of a fixed path. The packets are reassembled at their destination. It is used in Internet data transmission
What is an advantage of circuit switching?
Once the connection is set up, data can be transmitted directly and steadily to its destination, which is suitable for thing such as transmitting audio/video files
What is a disadvantage of circuit switching?
Circuit switched connections take time to establish, which is unsuitable for things such as connecting to web servers