9.1 Networking Flashcards

1
Q

Topology

A

The structure of a network

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

Physical Topology

A

The actual architecture of a network

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

Physical Star Topology

A
  • Each client has a direct connection to the central hub
  • the hub receives packets for all the clients and delivers them to the correct recipient
  • A server can be added by directly connecting it to the hub
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantages of Physical Star Topology

A
  • Packets are sent directly to their recipient
  • Other clients cant see the packets being sent
  • Easy to add and remove clients
  • No collisions as each cable connects only one device
  • Failure of one cable doesnt effect the whole network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Disadvantages of Physical Star Topology

A
  • Central Hub Fails = Entire system fails
  • Expensive (a lot of cabling)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Physical Bus Topology

A
  • Clients are connected to a single cable called the backbone.
  • A terminator is placed at either end of the backbone
  • The server can be connected to the backbone like a client
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Advantages of Physical Bus Topology

A
  • No central hub reducing chance of network failure
  • No central hub means cheaper
  • Little cabling is required (inexpensive)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Disadvantages of Physical Bus Toplogy

A
  • Clients can see all the packets being sent on the backbone, including ones not intended for them
  • Risk of collisions
  • Backbone failure = Entire system fails
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Logical Network Topology

A

Flow of data packets within a network

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

Logical Bus Network

A

Delivers packets to all clients

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

Logical Star Network

A

Delivers packets only to the recipient

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

Physical Star, Logical Bus

A

Running a bus protocol on the physical star network allows the hub to distribute packets to all connected clients, making it act like a bus network

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

Host

A

Device which provides services
Usually a server

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

Examples of services a host provides

A

File storage, printer sharing, internet access

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

Client Server Networking

A
  • Use one or more central servers to provide services to clients on the network
  • Connected to the network the same way as clients, but are more powerful machines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How Client Server Networking Works

A
  • Clients on the network request services from the server which then responds with the services
17
Q

Advantages/Disadvantages of Client Server Networking

A

ADVANTAGES
- Allows for central management
- Improved security

DISADVANTAGES
- Fair degree of expertise to setup and manage

18
Q

Peer to Peer Networking

A

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

19
Q

Advantages and Disadvantages of Peer to Peer Networking

A

ADVANTAGES
- More cost effective
- Easier to set up and maintain

DISADVANTAGE
- All clients providing services must be running at all times

20
Q

Wireless Networking

A

Allow clients to communicate within a network without physically being connected to it.

21
Q

Structure of a Wireless Network

A
  • A wireless access point that connects to a wired network
  • A Wireless network adapter in the devices connected to the network
22
Q

WIFI

A

A Wireless Local Area Network that is based on international standards.

23
Q

WPA/WPA2

A
  • Data is encrypted using WPA or WPA2.
  • WPA stands for wifi protected access
  • requires a new wireless client to enter a password to connect to the network
24
Q

SSID

A
  • Disabling SSIID Broadcast improves security
  • Stands for Service Set Identifier
  • Stops wireless device within the range of the network from seeing the network is available, and requiring clients to know the SSID to connect.
25
Q

MAC Address Filtering

A
  • Wireless networks can be protected by using MAC address filtering.
  • Stands for media access control
  • They are addresses assigned to every wireless device by their manufacturer.
  • Using MAC Address whitelists allows only certain MAC Addresses to join the network
  • Using MAC Address blacklists bans certain MAC Addresses from joining the network.
26
Q

CSMA/CA

A
  • Stands for Carrier Sense Multiple Access With Collision Avoidance
  • Avoids data collisions in wireless networks caused by multiple devices communicating simultaneously.
27
Q

How does Carrier Sense Multiple Access With Collision Avoidance

A
  • A device listens to its communication channel to check if it’s idle.
  • If yes, data is transmitted.
  • If not, the device waits a random period of time before trying again.
  • An exponential backoff algorithm increases the time for each wait period.
28
Q

Effectiveness of CSMA/CA

A
  • Good at avoiding collisions in small networks
  • Cannot overcome hidden nodes as they cannot see if there is communication.
29
Q

How to Get Around Hidden Nodes in CSMA/CA

A

-The protocol request to send/clear to send is used.
- Once the device has checked if the communication channel is clear, it sends a request to send message to the server.
- If the server is Idle, it’ll send back a clear to send. Transmission starts.
- If the server doesn’t send a clear to send the device waits a random period of time as the server is busy with a hidden node.