Network Security Flashcards

1
Q

What is a network?

A

a system that allows computer systems to communicate and share resources with eachother

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

advantages of network?

A

allows connection to internet
allows connection through other devices
allows sharing of files
-multiple users can collaborate
-access files from any computer on network
store user accounts
software updates on many devices

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

disadvantages of network?

A

if one server goes down the whole network does too
if too many people are on the network it becomes slow
easy go back
easy go put malware into

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

define LAN

A

Local area network- collection of devices connected together in a small geographical area
eg ethernet, routers, servers

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

define WAN

A

Wide area network- devices connected together in a large geographical area or even the world
eg satellite or internet

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

what effects the performance of networks

A

number of users: too many make it slow/ if there is not enough bandwidth for the data
data collision: when 2 devices on a network transit data at the same time on the same channel
transmission media: wired give better performance than wireless
fibre optic have higher bandwidth than copper

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

what effects performance of networks

A

bandwidth: amount of data that can be sent and received in a given time on transmission media ( measured bits per second )
interference: walls in houses or steel beams can interfere with wireless signal

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

what are the 2 network types

A

client-server
peer to peer

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

what is a computer that is not connected to a network called?

A

standalone computer

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

what is a client sever network?

A

network relies on a central server
all clients/ devices request services from the server
additional hardware is needed eg high power servers

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

what is a peer to peer network

A

all computers can act as a client or server so all have equal status
all devices can request and provide network services
no additional hardware or software requirements

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

advantages of client server networks?

A

users can easily share data that is centrally stored
backups are easy to do and controlled centrally
network is easier to manage
server is reliable and always turned on
easier to keep track of files stored centrally

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

disadvantages of client server?

A

client server are more expensive because of the servers
specialist network operating system needed
IT specialists required to manage it
server dependency so if server fails, client loses access
if too many clients try to access at once it becomes overloaded

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

advantages of peer to peer

A

easy to maintain
don’t need expensive hardware
don’t need expertise
not dependent on a server
if a single device fails, the network will still work

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

disadvantages of peer to peer

A

no centralised management
updates need to be installed individually
backups are complex
duplicate files are created when copying across device
peer machines are less reliable if one fails data can be lost
when other devices access them, peer machines are prone to slow down

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

what is a wireless access point WAP

A

allows wireless enabled device to access the network without cables
can have a wireless router / switch
included connections through wifi and bluetooth
province internet access in public areas
uses 2.4ghz and 5ghz

17
Q

advantages and disadvantages of wireless access point WAP

A

adv: avoid needing to use cables
disadv: lower bandwidth than wired
more security issues

18
Q

what is a router

A

directs data in a network
receives packets
sends packets of data over network
assigns IP addresses to devices
identifies most efficient paths to destination
maintains routing table

19
Q

what is a switch

A

connects devices together in a network

20
Q

how does a switch work?

A

recieves data from all devices
directs data to destination
stores addresses of device connected in a table( IP address )
uses MAC address of device connected to identify devices
if the destination address is not recorded then messages are sent to all devices

21
Q

what is a network interface card NIC

A

allows a device to connect to a network
allows data packets to travel to and from computer
each nic has unique mac address
can be wired or wireless NIC
wired NIC are built into motherboards
wireless network interface controller WNIC is for wireless networks

22
Q

What are the 3 types of transmission media

A

copper cables UTP
fibre optic
coaxial cable

23
Q

What are copper cables UTP

A

unshielded twisted pair
twisted to reduce interference
4 cables twisted together
known as cat5/6 or twisted pair
more secure than wired connection
cheap and flexible so easy install
most common type of network cable
connect computer to switch

24
Q

what is a fibre optic cable

A

data transmitted as light
data travels at speed of light
higher bandwidth than copper cables
expensive compared to others
less interference than copper
transmit over large distances with no signal loss

25
Q

what is a coaxial cable?

A

made from a single copper wire
surrounded by plastic used for insulation
around the plastic layer is a metallic mesh for shielding
entire cable is surrounded by plastic
older standard of networking

26
Q

what are the types of network topology

A

mesh network- where some or all of workstations or devices are connected directly to eachother or the one they exchange most data with (not same as peer to peer)

star network- each device connected by a cable direct to server. usually layout for schools and offices because they are the most reliable

27
Q

advantages of star topology

A

simple to add more devices to network
less cables needed
reliable - one cable broken won’t break the rest
no collisions between devices so higher performance
no unnecessary data
easier to install

28
Q

disadvantages of star topology

A

network fails if switch fails
expensive to install because of most cables
extra hardware needed
if a switch fails the network fails
performance on network is dependent on central switch