Topic 9 - Communication and networking - Complete Flashcards
Define serial data transmission?
Is where data is transmitted one bit at a time along a single data cable.
Define parallel data transmission?
Is where data is transmitted more than one bit at a time along separate data cables.
Define speed in terms of parallel data transmission?
If a parallel data bus had eight cables it would transmit data eight times faster than the single data cable used in a serial bus.
Define interference?
There is interference between the parallel wires which reduces the bandwidth of parallel connections, so parallel transmission bit rate is limited by interference.
Define connections?
Connection cables are short to minimise the interference effect with the parallel transmission, whereas in the serial connection there is no interference or noise problem so connecting cables can be as long as 300 feet.
Define cables?
For parallel and serial data transmission
Parallel data transmission uses more cables than serial data transmission, therefore they are larger more expensive to produce and more complex than serial cables.
Define synchronous data transmission?
Is where a block of data is transmitted along with a computer-clock-generated timing signal, this will ensure that the data transmitter and receiver are synchronised.
Define asynchronous data transmission?
Is where a data stream is not synchronised and transmitted at fixed time intervals.
Define start bit?
Used to indicate the start of a unit of data for asynchronous data transmission.
Define stop bit?
Used to indicate the end of a unit of data for asynchronous data transmission.
Define baud rate?
Is the number of symbols that are transferred across a network in a set amount of time.
Is the number of symbol changes, waveform changes, or signaling events across the network
Define bit rate?
Is the number of bits transferred across a network in a set amount of time.
Define bandwidth?
Maximum rate at which data is transferred in a given amount of time.
Define latency?
Measure the time delay between the source sending a data packet and the destination receiving the packet.
Define a protocol?
Is a set of rules or standards which computers use for communication.
Define a network topology?
Is a way of describing the interconnections and cabling of a group of computers.
Define physical topology?
Is how devices or a group of computers are physically connected.
Define logical topology?
Is how network devices communicate with each other.
Define the physical star topology?
Is based on connecting each workstation to a single point such as a hub which may also be linked to a file server.
State 2 advantages of a physical star topology?
If one of the network cables break only the computer connected to that cable is affected.
Less/ no data bus traffic.
State 2 disadvantages of a physical star topology?
If the main network cable breaks anywhere then none of the workstations can access the network.
More hardware so more expensive.
Define a client-server model?
Is where the workstations in any network design use the server to provide a service.
Define a client?
Is a computer or workstation on a typical network.
Define a file server?
Is the computer with the main processing power and storage that interacts with the clients.
What is peer-to-peer networking?
Do not have special workstations which are are used as servers. Any workstation on the network can load information from the hard disk or use a local pointer for any other workstation.
Define Wi-Fi?
Allows devices to communicate wirelessly within a particular network area.
Define WAP (Wireless access point)?
Is a device that allows wireless devices to connect to a wired network using Wi-Fi.
Define wireless adaptor?
Performs a similar function to a network interface card (NIC).
Define WPA/WPA2?
Are encryption protocols designed to protect a Wi-Fi connection.
Define SSID?
Service set identification - Is a unique 32-character identifier that is used to name a wireless network.
Define MAC?
Media Access Control - MAC address is the physical address of a networking device. Assigned by the manufacturer and is stored in the devices ROM.
Define CSMA/CA?
Carrier Sense Multiple Acess with Collision Avoidance - Operates by the computer sending a signal indicating that is about to transmit data. Other computers can then avoid a collision by delaying when they will transmit data.
What happens when the CSMA/CA uses RTS/CTS?
- RTS signal is sent by the sender of the package.
- Then a CTS signal is sent by the intended receiver of the package.
- Consequently, the sender and receiver are aware of a data transmission and hold off for the duration of the main transmission.
What happens when the CSMA/CA doesn’t use RTS/CTS?
- The computer wanting to send a data packet senses if the channel is ‘idle’
- Then it is able to send the data packet
- If the channel is sensed as ‘busy’, the sender will wait and try again.
Define the internet?
A massive network of networks
Define packets?
Data is sent over a network in manageable amounts, known as packets.
Define router?
Is a device that forwards data packets within networks.
Determine an efficient route for the data transfer between networks.l
Define TCP/IP?
Is the transmission control protocol/ Internet protocol that is used to carry data packets on the internet.
Define the check code?
Is sent in the data packet and is used to confirm the accuracy of the data sent at the destination computer.
Define gateway?
Used to connect one network to another where they have different protocols.