Networks Flashcards

(38 cards)

1
Q

What is a network

A

More than one computer system connected together allowing for communication apart and the area that they serve

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

What is a Local area network (LAN)

A

when computer systems are situated geographically close together

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

Where are LANs commonly found

A

Within the same building or small site like a school or office

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

Who usually owns the network infrastructure of a LAN

A

Usually owned and managed by the network owner

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

What is a Wide area network (WAN)

A

A wide area network has computer systems situated geographically distant to each other possibly across a country or even across the world

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

What is a client server network

A

When a client makes requests to a server, the server manages these requests and responds.

Large services like Amazon and google with need very powerful servers to handle millions of requests a second

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

Advantages to a client server network

A

Can be controlled centrally from the server to easily backup data and update software

Hardware, Software and resources can be shared across the network such as printers applications and data files

The network allows for improved scalability meaning more clients can easily be added to the central server

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

Disadvantages of client server network

A

Large amounts of traffic congestion will cause network to slow down

If a fault occurs with the server then the whole network will fail

IT technicians may be required to manage and maintain the network

Malware such as viruses can spread quickly across the network

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

What is a peer to peer network

A

When data is shared directly between systems without requiring a central server.Each computer is equally responsible for providing data.

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

Advantages of peer to peer networks

A

This is a simpler network than client server to set up as no server is required

Clients are not dependent on a server

perfect for quickly sharing files between systems such as downloading media files

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

Disadvantages of peer to peer networks

A

Without a dedicated server there is no central device to manage security or backups.Backups must be performed on each individual system

Computer performance will decrease with more devices connected to the network especially if other machines are slow

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

What is a data packet

A

When you send data across a network files are broken down into smaller parts called data packets

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

What is a network topology and what are two types of network topology

A

A layout of computer systems on a local network

Two types include:
Star topology
Mesh topology

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

How does a star topology work and what is it

A

Each computer system is connected to the central hub or switch and transfers its data packets there.

the hub or switch looks at the destination address and transfers the packets directly to the intended computer

When each computer system is connected to a central device, usually a hub or switch

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

What is a mesh topology and how does it work

A

Each computer system is connected to every other computer system

data packets are transferred to the destination address along the quickest path travelling from node to node

if a pathway is broken there are many alternative paths that the packets can take

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

What can affect performance

A

The bandwidth available
Number of users at the same time
Number of data collisions
Interference (e.g thick walls)
Distance to travel/signal strength
Amount of data to transfer

17
Q

What is bandwidth

A

The maximum amount of data that can be sent across network at once

18
Q

What is a wireless access point (WAP) and give examples

A

Provides a link between wireless and wired networks.it creates a wireless local area network that allows Wi-Fi enabled devices to connect to a wired network

Examples could be Wi-Fi or Bluetooth hotspot

19
Q

What is a router and what does it do

A

Routers receive data packets and use the IP address in the packet header to determine the best route to transmit the data

routers are used to transfer data packets between networks

20
Q

What is a switch

A

A switch is used to connect devices together On a LAN

21
Q

What does a network interface controller do?

A

A network interface controller (NIC) is an internal piece of hardware that is required for the computer to connect to a network

22
Q

Three common types of transmission data

A

Ethernet cables-used typically on a LAN to transfer data between nodes and hardware such as switches

Fibre optic cables-very fast but more expensive and fragile cables typically used to send data quickly along a WAN

coaxial cable-older,slower,copper cables that are not used as much in modern times as they can be affected by electromagnetic interference

23
Q

What does a domain name system sever do

A

A DNS stores a list of domain names and a list of corresponding IP addresses where the website is stored

eg www.csnewbs.com

24
Q

Cloud storage characteristics

A

Huge capacity and you can upgrade your subscription for more storage

A fast connection would mean that cloud storage is very portable.But poor connection would make access difficult

25
What do wired connections use
Wired connections use physical cables, such as copper or fibre optic wires, and require a network interface card (NIC) to connect to a network
26
Advantages and disadvantages of wired connections
Advantage: Faster More secure Disadvantage: restricted movement Setting up a wired network can be difficult time consuming and will require ongoing maintenance Additional costs for cables
27
what do wireless connections use
Wireless connections use no cables but require a wireless network interface to (WNIC)
28
Advantages and disadvantages of wireless connection
Advantage: Freedom of movement Convenient and easy to set up Disadvantage: Slower Less secure More likely to suffer interference that can lower performance Limited coverage
29
What is encryption
The process of scrambling data into an unreadable format so that attackers cannot understand it if intercepted during transmission
30
What is a network protocol
A set of rules that allows devices on a network to communicate with each other
31
What is TCP
A protocol that allows packets to be sent and received between computer systems
32
What is an IP
A protocol in charge of routing and addressing data packets.This ensures data packets are sent across networks to the correct destination
33
what is IPV4
A 32 bit address represented in denary that allows for over 4 billion unique addresses
34
What is IPV6
A 128 bit address represented in hexadecimal that allows for an undecillion unique addresses
35
What is a MAC address
A unique hexadecimal number assigned to each network interface card/controller inside a networked device such as a router or laptop A MAC address is a 48-bit address mads up of six 8-bit pairs in hexadecimal separated by dashes
36
What is a networking standard
Rules that allow computer systems to communicate across networks
37
What is a protocol layer
A layer is a division of network functionality-each layer provides a specific function to assist the transmission of the data that is being sent
38
Why are protocol layers used
Layers are self contained Used to visualise the different parts of a network Broken down into well defined specific layers to simplify design each layer uses specific protocols so layering ensures these protocols are applied in a specific order