Network Topologies Flashcards

1
Q

What hardware do we require for a computer to be able to join a network?

A

Network Adapter (Network Interface Card - NIC)
Router
Client Device
Server

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

What is the NIC

A

This is the specifically designed to allow the computer to a network (Wired or Wireless)

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

What is the Router

A

Router provides the link between devices in your network and any servers or the internet.
Modern Routers also:
Receive every packet of data and routes them to the correct destination
Act as a switch(creates the connection between devices)
Act as a firewall
Acts as wireless access point
Act as modem (converting digital signals to analogue)

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

What is the client device

A

The client device is a piece of computer hardware or software that accesses a service made available by a server on a network.
AKA the device that the user is using

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

What is the server

A
A Server is the computer device or program that provides a service to client over the internet. Commonly the server is a dedicated machine that provides a sole service.
Example:
Web Server
Mail Server
File Server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is it good to use networks?

A
Connect to the internet
Collaborate on documents
Share software
Share files
Message each other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

3 features of a LAN

A

High speed
Small geographical area
Usually owned by a single person/organisation

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

3 features of a WAN

A

Operate over larger distances
Link LANs together
Internet is an example
Collective or distributive ownership

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

3 features of a PAN

A

Organised around an individual
Often involve phones, tablets etc and use bluetooth
Typically within a range of 10 metres

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

Draw a star topology

A

Each computer is individually connected to a central point that is usually a switch

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

What are switches?

A

All of the computers on the network plug into a port on the switch using a cable
They transmit the data being sent from one node to the other
They can read destination addresses and send the only to the intended computers (They build up a table of MAC (machine access code) addresses)

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

Pros of a star topology

A

Fast connection due to dedicated communication channel to each client
Less traffic even when other users are online
Fault finding becomes easier to trace
Relatively secure as connection is not shared
New clients easily added without affecting other clients
If 1 cable fails the rest of the network is unaffected

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

Cons of a star topology

A

Expensive to set up due to cable costs (need a cable for every device
If cable does fail, the client is unable to receive data
Difficult to install as multiple cables are required. If LAN is split across buildings then this is made worse
The server can become congested as all communications must pass through it.

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

How does a star network work?

A

The switch or hub keeps a record of each node’s unique MAC address.
When requests and data are received the switch will identify where to pass the data on to.

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

Draw a bus network

A

Main server is accessed off one main cable (often called the backbone)
Each client and device is branched off from backbone.
Signals are sent and received by every device,
Terminators exist at either end to prevent signals bouncing back and forth.

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

How does a bus network work?

A

In a bus network data cannot be transmitted simultaneously in both directions.
Every station will receive all network traffic and each station has equal transmission priority.
A device will send out a broadcast message to the network but only the intended recipient will accept and process the message.

17
Q

What does CSMA/CD stand for?

A

Carrier Sense Multiple Access with Collision Detection

18
Q

What is CSMA/CD

A

If 2 nodes try to transmit simultaneously, a carrier sensing scheme detects other signals while transmitting a frame. Both Nodes stop transmitting and wait for a random time before retrying.

19
Q

Pros of bus network

A

Cheaper to install than a star network as only 1 main cable required
Easier to install
Easy to add new clients by branching them off the new clients

20
Q

Cons of a bus network

A

Less secure than a star as all data is transmitted down backbone
Transmission times get slower when more users are online
If the main cable is affected, all clients are affected
Less reliable than a star network due to reliance on main cable
More difficult to find a fault when one occurs

21
Q

Define Physical topology

A

Physical topology - is the actual connection of cables

22
Q

Define Logical topology

A

Logical topology - the conceptual way in which data is transmitted

23
Q

Features of a Peer to Peer Network (P2P)

A

There is no central server
Individual devices are connected to each other, Computer are equal = peers
Share files stored on the devices
Video on demand is often distributed via P2P networks as hundreds of computers can hold part of the video therefore sharing the load.
No central control (normally no administrative computer)
Each computer can be personalised to determine what data, disk space, peripherals on their computer can be shared on the network

24
Q

Peer-to-peer; suitable for?

A

Fewer than 10 users
Located in the same areas
No security concerns (or user knowledge concerns)
Limited growth in the future

25
Q

Features of Client - Server Networking

A

One or more devices (Client) are connected to a powerful central computer called a Server.
Each client may have its own files but..
Server holds resources for clients to use
May be more than 1 server:
File Server - Mail Server - Web Server etc.
Used with more than 10 users
Network security, resources, admin and other functions dictated and provided by servers

26
Q

What are WPA and WPA2

A

Security Protocols
Wi-Fi Protected Access (2)
Built into wireless network cards, providing encryption of data transmitted from the card. WPA2 uses 128-bit key, generated for each packet sent.

27
Q

What is Service Set Identification (SSID)

A

Identify the network - Informal name of the local network (WPS-Chrome)
Usually followed by a security key (upto 32 bytes) usually a string
These are commonly set by ISP
Lots of people change them
SSIDs must be locally unique

28
Q

What is one issue with bus networks?

A

Collisions can occur because data can be transmitted in both directions.
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) is used to prevent collisions. CSMA/CD (detection) will only detect issues and not stop them.