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?
* 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)
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)
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)
How does CSMA/CD work? (3)
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
What is an advantage of packet switching?
Since packets take different routes it utilises the whole network instead of clogging up one route so congestion is avoided
What is a disadvantage of packet switching?
Messages at the receiving end will need to be constructed since the packets of data take different routes at different times
What is a Dialup connection? What speed does it operate at? Where would it be used?
What is a Cable modem connection? What speed does it operate at? Where would it be used?
What is a Leased line connection? What speed does it operate at? Where would it be used?
What is an ISDN connection? What speed does it operate at? Where would it be used?
What is an ADSL connection? What speed does it operate at? Where would it be used?
What is a Network Interface Card (NIC)?
It is a device that connect a node to a network, and is identified by a unique MAC address.
Why is a Network Interface Card used? (4)