Network Flashcards

1
Q

Define Topology

A

Structure of a network

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

What are the two types of topologies

A

Physical and Logical

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

What does physical topology refer to

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 network topology

A

Star and Bus

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

Describe a Physical Star Network Topology

A

A central hub is connected to each device by a unique wire

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

Advantages to a physical star network

A

Packets are sent directly to their recipient through the unique cable - increases privacy

Easy to add and remove clients to and from the network

Each cable has just one device communicating over it - eliminating the possibility of collisions

Failure of one cable does not affect the performance of the rest of the network

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

Disadvantages to a physical star network

A

All communications would fail if the central hub fail

Expensive to install thanks to the amount of cable requires

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

What is a logical 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
9
Q

How can a physical star network act like a logical bus network

A

If there is a bus protocol running it

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

What is a host device network

A

A device that provides services on a network

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

Describe a Client Server Network

A

One or more central servers provide services to the clients on the network

Servers are connected to the same way as clients

Clients on the network request services from the servers

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

Who uses Client Server networking and why

A

Most schools, colleges and businesses

Allows for central management of clients on the network

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

Describe a Peer to Peer network

A

Clients provide services themselves

Every client has equal status

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

Disadvantages to a Peer to Peer network

A

All clients which provide services must be running in order for it to be fully functional

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

Advantages to a peer to peer network

A

More cost effective as they dont have to pay for a server

Easier to set up and maintain then other networks

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

Who uses peer to peer networks

A

Large file sharing networks and multimedia providers

17
Q

What do Wireless networks require

A

A WAP which connects to a wired netowrk

A Wireless Network Adapter in the device that connects to the wireless networks

18
Q

What do wireless networks allow

A

Clients to communicate within a network without being physically connected to it

19
Q

What is WiFi

A

A wireless LAN based on international standards

20
Q

How are wireless networks secured

A

By encrypting transmitted data using WPA or WPA2

WPA stands for WiFi Protected Access

Disabling SSID Broadcast

MAC Address Filter

21
Q

How do WPAs work

A

They require any new wireless clients to enter a password in order to connect to the network

22
Q

What is a SSID broadcast and what does disabling it do

A

SSID stands for service set identifier - name that identifies a wireless network

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

Only those who know the SSID can connect

23
Q

What does MAC stand for

A

Media Access Control

24
Q

How does setting up a MAC Address Filter improve network security

A

Only whitelist MAC Addresses can connect to a network

25
Q

What does CSMA/CA stand for

A

Carrier Sense Multiple Access with Collision Avoidance

26
Q

What is CSMA/CA

A

A protocol used in wireless networks to avoid data collisions caused by multiple devices communicating simultaneously

27
Q

Describe the CSMA/CA flowchart

A

Start -> Channel Idle?

YES -> Transmit -> End

NO -> Wait -> Start

28
Q

How does CSMA/CA work

A

When a device is ready to transmit, it listens to its communication channel to check whether it is idle

If it is idle - data is transmitted

If not - device waits for a random amount of time

29
Q

Problems with CSMA/CA

A

Cannot overcome hidden nodes

30
Q

How does CSMA/CA get around hidden nodes

A

Request to Send/ Clear to Send

RTS/CTS

31
Q

How does RTS/CTS work and why

A

Adds an additional step into the CSMA/CA process

Once it checks if channel is idle - it sends a request to send message to the server

If it is idle - It will send a CTS message

If it is busy - No CTS message is received and it repeats the CSMA process