4.9 Fundamentals of communication and networking Flashcards

1
Q

define serial data transmission

A

sends one bit at a time, serial uses a single wire, typically used for transmitting data over medium to long distances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

define parallel data transmission

A

sends multiple bits simultaneously, parallel uses several wires, the more lines that the medium uses the more data can be transferred simultaneously, used for short distances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

advantages of serial over parallel transmission (three reasons)

A

1) parallel communication requires more wires so higher cost and more difficult to manage when setting up the system
2) parallel needs the data to be synchronised across the wires so more chance of errors and limiting factor on transmission speed
3) parallel carries risk of crosstalk between wires so also more chance of errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is skew and how does it occur

A

skew is a problem where the bits sent will not be received together - each of the communication lines in parallel transmission will have slightly different electrical properties meaning time takes for bit to transfer will differ slightly - skew is worse over long distances and an lead to buts from different pulses overlapping causing corruption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is crosstalk

A

occurs in parallel transmission when the communication lines are tightly packed signals from one line can leak into another also causing data corruption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

define synchronous data transmission

A

a clock signal shared between sender and receiver is used to time when signals are sent - used within buses in the FDE cycle - signals sent in regular intervals will be received in the same order so suitable for transmitting information in real time systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

define asynchronous data transmission

A

start and stop bits are used to indicate the duration of a transmission - start bits are either 0 or 1 and stop bits are the opposite of the start bit - sender and receiver must use the same baud rate so they only need to synchronise clock for duration of data transmission

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

define baud rate

A

number of signal changes per second - measured in bauds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

define bit rate

A

the number of bits that can be sent in one second - measured in bits per second (bps)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

relationship between bit rate and baud rate

A

bit rate = baud rate x no of bits per signal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

define bandwidth

A

bandwidth relates to the range of frequencies that a communication medium is capable of transmitting - measured in hertz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the relationship between bit rate and bandwidth

A

bit rate is directly proportionate to bandwidth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how can bit rate be higher than baud rate

A

each signal change represents more than one bit of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

define latency

A

time delay between a signal being transmitted and it being received - measured in milliseconds - usually increases with distance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

define protocol

A

a set of rules relating to communication between devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is a physical network topology

A

the physical architecture of the cabling between devices on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

what is a logical network topology

A

the flow of data packets around a network

18
Q

what is a physical star topology

A

each client has a direct connection to a central node, the central node receives all packets and delivers them to the recipient

19
Q

advantages of a physical star topology - 4 reasons

A

1) packets are sent directly to recipient so other clients on the network can’t see packets not intended for them - improved security
2) easy to add and remove clients to and from network
3) speed of links are constant as no collisions
4) improved reliability as if one link fails the other links are not affected

20
Q

disadvantages of physical star topology - 2 reasons

A

1) if the central hub fails, all communication is stopped
2) its expensive to install as lots of cables required

21
Q

what is a physical bus topology

A

connects clients to a single cable called the backbone - a device called a terminator is placed on either end of the backbone with the server connected via the backbone too

22
Q

advantages of a physical bus topology

A

1) no central hub so reduces chance of network failure and cost of installation
2) inexpensive to install as a minimum length of cable required

23
Q

disadvantages of a physical bus topology

A

1) low security as packets are sent through shared backbone so all clients can see them
2) the backbone may be used by multiple clients - increasing risk of collisions
3) if the backbone fails the entire network becomes unusable

24
Q

difference between logical bus and star topology

A

logical bus network delivers packets to all clients on the network whereas logical star network only delivers the packet to the recipient

25
how can a physical star topology behave logically as a bus network
by using a bus protocol and appropriate packet switching to distribute packets to all connected clients
26
what is a host on a network
a device on a network that provides services - often a server - includes file storage, printer sharing and internet access
27
what is peer-to-peer networking
each computer has equal status, services are provided by the clients themselves - any device can access and share resources from any other client
28
what is client-server networking
one or more central servers provide services to the clients on the network, servers are often more powerful machines than the clients - clients request services from the servers
29
advantages of client-server networking
allows for central management of clients on a network - improves security
30
disadvantages of client-server networking
requires expertise to set up and manage
31
advantage of peer-to-peer networking
more cost effective as there is no need for a powerful server - easier to set up and maintain
32
disadvantage of peer-to-peer networking
all clients which provide services must be running in order for the network to be fully operational
33
when is client-server networking used
most schools and business organisations use it to allow central management of clients on network
34
when is peer-to-peer networking used
large file-sharing networking and multimedia providers use is to provide high performances services without needing a server
35
explain the purpose of wifi
wifi is used to enable devices to connect to wireless networks, refers to a wireless local area network that is based on international standards, this allows a device made in one part of the world to seamless connect to wireless networks all over the world
36
what components are required for wireless networking
requires a wireless access point which connects to a wired network and a wireless network adapter in the device that connects to the wireless network
37
How are wireless networks secure
by encrypting transmitted data using a WPA or WPA2, disabling SSID broadcoast and set up a MAC address allow list
38
what is a WPA
stands for wifi protected access anf requires that a new wireless client entrers a password in order to connect to the network
39
what is SSID and how does disabling it enhance security
stands for service set identifier it is the name that identifies wireless networks - disabling it stops wireless devices within range of the network from displaying it is available so only those who know the SSID can connect
40
what is a MAC address and how does setting up an allow list enhance security
stands for media access control - addresses are assigned to every wireless device and is unique - mac address allow lists are used to only allow specific devices to connect to a network