Fundamentals of networking Flashcards

1
Q

Three different transmission modes and what they consist of

A

Simplex connection: data flows in one direction from transmitter to receiver
Half-duplex: data can flow in one direction or the other but not both at the same time
Full-duplex: data can be transferred in two directions at the same time

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

Two different methods of data transmission and what they consist of

A

Serial data transmission: bits are sent one by one over a single wire (by varying the voltage on the wire, which represents either a 0 or 1) from source to destination
Parallel data transmission: several bits are sent simultaneously over different parallel wires. Is only reliable over short distances, as skews can take place

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

Advantages of serial over parallel

A
  • Reduction in complexity of connectors results in lower costs
  • Crosstalk creates interference over parallel lines, can result in corrupted data
  • More reliable over greater distances
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define synchronous and asynchronous data transmission

A

Synchronous: a form of serial communication in which the communicating endpoints’ interfaces are continuously synchronised by a common clock
Asynchronous: data is transferred without support from an external clock signal. Uses start and stop bits to indicate beginning and end of transmission, and when one bit ends and another begins.

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

What is a parity bit?

A

A bit which is sent in order to check for errors

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

Define latency

A

Latency is the time delay between the moment that transmission of the first byte or packet of a communication starts and when it is received at its destination

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

Define ping

A

Sending a signal from one computer to another

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

Define bit rate

A

The speed at which data is transmitted serially is measured in bits per second

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

Define baud rate

A

The maximum rate at which signals on a wire or line may change

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

What is the equation used to work out bit rate?

A

Baud rate x number of bits per second

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

Define bandwidth

A

Bandwidth is the range of frequencies that a transmission medium can carry. Measured in hertz.

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

Relationship between bandwidth and bit rate

A

The greater the bandwidth of the transmission system, the higher the bit rate that can be transmitted over that system

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

What is a bus topology in the concept of networking?

A

A network where all computers are connected to a single cable

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

Advantages and disadvantages of bus topology

A
  • Simple and cheap to install
  • If one node fails, the entire network still can operate
  • If main bus cable fails, entire network fails
  • Performance of the network slows down rapidly with more nodes or heavy network traffic
  • Low security as all computers on the network can see all data transmissions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a star topology in the concept of networking?

A

A star network is a network structure which has a central node, may be a switch or computer which acts as a router to transmit messages.

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