communication and networking Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Serial transmission

A

Data flows through a signal line

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

Parallel transmission

A

Data flows through multiple lines

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

Why serial transmission is better than parallel

A

Cheaper as less wire is required

bandwidth is higher

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

Synchronous data transmission

A

Where the pulse of the clock of the sending and receiving devices are in time with each other. They might share a common clock

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

Asynchronous data transmission

A

Data is transmitted between two devices that do not share a common clock signal

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

compare synchronous with asynchronous data transmission

A

Asynchronous: Receiver and transmitter are not synchronised by a common clock

Synchronous: Receiver and transmitter continuously synchronised by a common clock

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

purpose of start and stop bits in asynchronous data transmission.

A

Indicates to the receiving device when the data transmission begins and ends

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

baud rate

A

Number of signal changes in the medium in a second

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

Bandwidth

A

Range of frequencies that can be transmitted across a network connection

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

Bit rate

A

Number of bits transferred between devices in one second

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

latency

A

rate at which signals on a wire change

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

protocol

A

Set of rules

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

Differentiate between baud rate and bit rate.

A

Bit rate can be higher than baud rate if more than one bit is encoded in each signal change.

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

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
15
Q

Physical star topology

A

How nodes are physically laid out

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

Logical star topology

A

How data flows through a network

17
Q

How can a network physically wired in a star topology behave logically as a bus network

A

By using a bus protocol and appropriate physical switching

18
Q

pros and cons for peer to peer and where it might be used

A

Doesn’t need a central server and easier to set up as no server to configure and cheap as there is no need for server
Less secure and speed of one machine can affect other machines in a network

file sharing

19
Q

pros and cons for peer client server

A

Faster access speed and more secure
Client is dependant on the server

web apllications, emails

20
Q

peer to peer

A

each computer has equal status
resources stored on or shared from any computer
no reliance on central server

21
Q

client server

A

most computers are nominated as clients and one or more as servers
client access resources from server
reliance on central server

22
Q

Explain the purpose of WiFi.

A

A wireless local area network that is based on international standards.

Used to enable devices to connect to a network wirelessly

23
Q

components required for wireless networking.

A

Wireless network adapter.

Wireless access point.

24
Q

how wireless networks are secured

A

Strong encryption of transmitted data using WPA/WPA2, SSID broadcast disabled, MAC address white list.

25
Q

explain the wireless protocol Carrier Sense Multiple Access with Collision Avoidance

A

computer with data to send monitors/listens for (data signal)
if (data) signal present transmission in progress then continue to wait
when no (data) signal present computer sends a Request to Send / RTS
two computers could start transmitting simultaneously if they both detect there is no data signal

receiver responds (to RTS) with a Clear to Send signal
RTS/CTS signal blocks any other transmissions from nodes in range
when CTS received then start to transmit
if CTS not received continue to wait
receiver sends acknowledgement after (all) data received

26
Q

purpose of Service Set Identifier (SSID)

A

to identify a specific wireless network

27
Q

operation of ssid

A

data is stored electronically
data is stored in floating gate transistors
data is organised into blocks
a block must be erased before it can be overwritten

28
Q

structure of internet

A

application layer:
Selects and uses the correct protocol to transmit data

transport layer:
an end to end connection between the sender and the receiver. The layer then splits the transmission into packets.

network layer:
Provides the correct IP addresses for each packet’s source and destination

link layer:
Controls physical connections between pieces of hardware in a network. Adds MAC addresses to packets which it receives from the network layer. The MAC addresses identify the hardware to which a packet should be sent

29
Q

main components of a packet

A

header: contains information about the packet (origin and destination ip adress)

payload: actual data

30
Q

router and its use

A

device used to direct packets being transmitted between networks

used in local area networks

31
Q

gateway and its use

A

device that allows data to flow from one network to another

Connecting a LAN to the internet

32
Q

Compare and contrast thin-client computing with thick-client computing

A

processing is carried out

clients are cheaper to purchase
workstations need less maintaining

33
Q

Compare JSON (Java script object notation) with XML

A

easier for a human to read
more compact
easier to create
easier for computers to parse and therefore quicker to parse