Fundamentals of Communication and Networking Flashcards

1
Q

What is serial transmission?

A

The method of transferring one bit at a time through a medium. Uses a single wire.

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

What is parallel transmission?

A

The method of transferring blocks of data simultaneously. Uses multiple wires.

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

What is synchronous transmission?

A

The receiver and transmission clocks are synchronized with each other.

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

What is asynchronous transmission?

A

The receiver and transmission clocks do not need to be synchronized

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

Explain what start and stop bits are.

A

In asynchronous transmission, a start bit alerts the receiving computer of the arrival of a character. The stop bit signals the end of the character.

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

What is baud rate?

A

the number of signal changes per second

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

What is bit rate?

A

The number of bits per second that can be transmitted along a digital network.

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

What is bandwidth?

A

A range of frequencies within a given band, particularly those used for transmitting a signal.

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

What is latency?

A

The time delay between the moment something is initiated and the moment its effect begins.

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

What is a protocol?

A

A set of rules that allow two devices to communicate.

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

Describe a physical star topology.

A

A topology for a LAN where all nodes are individually connected to a central connection point, like a hub/switch. A star takes more cable than a bus, but the benefit is that if a cable fails only one device will go down.

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

What are the advantages of a star topology?

A
  1. It’s easy to add/remove clients to and from the network
  2. Each cable has just one device communicating over it, eliminating the possibility of collisions
  3. The failure of one cable doesn’t affect the performance of the rest of the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the disadvantages of a star topology?

A
  1. If central hub fails, all communication over the network is stopped
  2. Expensive to install thanks to the amount of cable required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe a bus network topology.

A

A physical bus connects client to a single cable called a backbone. A device called a terminator is placed at either end of the backbone.

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

Advantages of a bus network topology.

A
  1. There is no central hub, reducing the chances of a network failure and decreasing the cost of installation
  2. Inexpensive to install as a minimum length of cable is required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Disadvantages of a bus network topology.

A
  1. If backbone fails, the entire network becomes unusable
  2. The backbone is used for communication by multiple clients, introducing the risk of collisions
  3. Packets are sent through the shared backbone, allowing every client on the network to see packets that aren’t intended for them
17
Q

Describe a logical bus network topology.

A

A network physically wired in star topology can behave logically as a bus network by using a bus protocol and appropriate physical switching.

18
Q

What is a peer-to-peer network?

A

No shared server. Services are provided by the clients themselves and every client has equal status, each computer can act as both a client and a server.

19
Q

Advantages of a peer-to-peer network.

A
  1. More cost effective, there is no need for a powerful server to provide services
  2. PTP networks are easier to set up and maintain than client-servers
20
Q

Disadvantages of a peer-to-peer network.

A
  1. All clients providing services must be running in order for the network to be fully operational. If computer responsible for managing storage is turned off or faulty, non of the clients on the network can access their files.
  2. No centralized management of security
21
Q

What is a client-server network

A

One or more central servers provide services to the clients on the network. Servers are connected to the network in the same way as clients, but are often more powerful machines than the clients.

22
Q

Advantages of a client-server network.

A

Central management of clients and security on the network which can improve security

23
Q

Disadvantages of a client-server network.

A

Requires a fair degree of expertise to set up and manage

24
Q

What is WiFi?

A

A facility that allows computers, smartphones or other devices to connect to the internet or communicate with one another wirelessly within a particular area.

25
Q

What does CSMA/CA stand for?

A

Carrier Sense Multiple Access with Collision Avoidance

26
Q

What is CSMA/CA?

A

A network multiple access method in which carrier sensing is used but nodes attempt to avoid collisions by transmitting only when the channel is sensed to be ‘idle’.

27
Q

What does RTS/CTS stand for?

A

Request To Send/Clear To Send

28
Q

What is RTS/CTS?

A

An optional mechanism used by many wireless networking protocols to reduce frame collisions introduced by the hidden node problem.