9.2 Networking Flashcards

1
Q

What is topology ?

A

The structure of a network.

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

What are two types of topology to consider ?

A

Physical , Logical

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

What is Physical topology ?

A

The actual architecture of a network.

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

What are the two types of Physical topology ?

A

star and bus.

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

What are the characteristics of a physical star network ?

A

Each client has its own direct connection to the central hub.

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

What is the responsibility of the hub ?

A

receives packets for all of the clients connected to it and is responsible for delivering them to the correct recipient.

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

What are the advantages of a star topology ?

A
  • Easy to add and remove clients
  • One cable means no collisions
  • Failure of one cable doesn’t affect the rest of the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the disadvantages of a star topology ?

A
  • If central hub fails , all communication in network fails
  • Expensive due to amount of cable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does a Physical bus topology work ?

A

A physical bus connects clients 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
10
Q

What are the advantages of Physical bus topology ?

A
  • No central Hub
  • Inexpensive due to minimal cable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the disadvantages of Physical bus topology ?

A

-Shared backbone allows every client on the network to see packets .
- Risk of Collision
- Backbone fails = entire network fail

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

What is Logical network topology ?

A

the flow of data packets within a network

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

How does a logical bus network work ?

A

delivers packets to all clients on
the network

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

How does a logical star network work ?

A

Delivers packets only to their recipient.

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

What is a Host ?

A

a device on a network that provides services. eg. server

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

How does Client-server networking work ?

A

Clients on the network request services from the servers, which then respond to the client with the requested service.

17
Q

How does Peer-to-peer networking work ?

A

services are provided by the
clients themselves and every client has equal status

18
Q

What are the disadvantages of Peer-to-peer networking ?

A

All of the clients which provide
services must be running in order for the network to be fully operational.

19
Q

What are the advantages of Peer-to-peer networking ?

A
  • more cost effective
  • no need for a powerful server
  • easier to set up and maintain
20
Q

What do wireless networks require ?

A
  • a wireless access point
  • a wireless network adapter in the device
21
Q

What does WiFi refer to ?

A

A wireless local area network that is based on international standards

22
Q

How are wireless networks secured ?

A

By encrypting transmitted data using WPA or WPA2

23
Q

How does WPA work ?

A

Requires that a new wireless client enters a password in order to connect to the network.

24
Q

What is disabling SSID broadcast ?

A

Disabling SSID broadcast stops wireless devices within range of the network from displaying that the network is available.

25
What is setting up a MAC address filter ?
MAC address whitelists can be created to allow only specific devices to connect to a network
26
What is Carrier sense multiple access with collision avoidance (CSMA/CA) ?
a protocol used in wireless networks to avoid data collisions caused by multiple devices communicating simultaneously.
27
How does (CSMA/CA) work ?
When a device is ready to transmit, it listens to its communication channel to check whether it is idle. If so, then the data is transmitted. If the channel is busy, the device waits for a random period of time before checking the channel again. An exponential backoff algorithm can be used to increase the time period for which the device waits with each check of the channel.
28
How is the problem of the "hidden node " solved ?
Request to send/clear to send (or RTS/CTS) is used.
29
How does RTS/CTS work ?
Once the transmitting device has checked whether the channel is idle, it sends a “request to send” message to the server. If the server is indeed idle, it will respond with a “clear to send” message at which point the transmitting device can begin communication with the server. If no “clear to send” message is received, the server is busy communicating with a hidden node and the transmitting device must wait before starting the CSMA process again.