Section 3: Networks Flashcards

1
Q

What is a layer?

A

a division of network functionality that allows different aspects to be developed separately

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

What is the order of the 4 layers?

A

application layer
transport layer
internet layer
network access layer

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

What is the application layer?

A

provides services for user applications

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

what is the transport layer?

A

breaks down the data into packets and sequences it

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

what is the internet layer?

A

the packets are sent through different routes to prevent data collision and data traffic, adds the IP address

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

what is the network access layer?

A

when data is physically delivered across the harddrive

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

what are the 4 advantages of layers?

A
  • a layer can be removed/changed; without it affecting any other layers
  • Each layer is independent and doesn’t need to know about the other layers
  • Allows developers to work on different parts of the layer
  • Allow interoperability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is a network?

A

more than one computer system connected together which allows communication and sharing of resources

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

what is a LAN?

A

network over a small geographical area, usually in a home
wired / wireless

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

what is a WAN?

A

connects multiple LANs over a large geographical area
wired

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

what is a client server network?

A

clients make requests to a server, the server manages the request and responds

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

what are the advantages of a client server network? (3)

A
  • can be controlled centrally and easy to backup and update
  • hardware/software resources can be shared
  • improved scalability, more clients
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the disadvantages of a client server network?

A
  • traffic congestion can cause the network to slow down
  • if a fault occurs with the server, the whole network will fail
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is a peer to peer network?

A

data is shared directly between systems without requiring a central server

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

what are the advantages of peer to peer network?

A
  • clients are not dependant on the network
  • perfect for quickly sharing files between systems
  • easier to add new devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what are the disadvantages of a peer to peer network?

A
  • backups must be performed on each individual system
  • computer performance will decrease with more devices connected to the network
17
Q

what is a network topology?

A

layout of computer systems on a local network
(devices on a network topology are called nodes)

18
Q

what is a star topology?

A

each computer system is connected to a central device

19
Q

what are the advantages of a star topology?

A

new systems can be attached directly to the central system so the network doesn’t need to be shutdown

20
Q

what is a mesh topology?

A

each computer system is connected to every other computer system

21
Q

what are the advantages of a mesh topology?

A
  • if one cable or system fails then the data packets can take an alternative route
  • new systems can be added to the network without disrupting the topology
22
Q

what are the disadvantages of a mesh topology?

A
  • expensive to install and maintain the cables
23
Q

what are several factors that can affect the performance of a network?

A

bandwidth available
number of users
layout of network topology
interference (e.g thick wall)

24
Q

what is a wireless access point?

A

provides a link between wired and wireless networks

25
what is a router?
are used to transfer data packets between networks
26
what is a switch?
is used to connect devices together on a LAN
27
what is a NIC?
an internal piece of hardware that is required for the computer to connect to a network
28
what does a NIC include?
it includes a MAC address which is used sending data across a LAN
29
what is transmission media?
the communication channel along which data is transferred
30
what is the internet?
a global network of interconnected networks
31
what is a DNS?
domain name system stores a list of domain names and a list of corresponding IP addresses where the website is stored
32
what is cloud storage?
cloud refers to a networks of servers accessed on the internet
33
what are wired connections?
use physical cables required an NIC to connect to a network faster, more secure, restricted range
34
what are wireless connections?
use no cables but require a wireless network interface card slower speed
35
what is encryption?
is the process of scrambling data into an unreadable format so the attackers cannot understand it if intercepted
36
how is a URL converted in an IP address?
URL sent to DNS DNS looks up the IP DNS returns the IP
37
what are the benefits of storing files on cloud? (3)
- can access files on any device - used as a backup incase of loss of data - can access files from anywhere
38
what are the disadvantages of storing files on cloud? (3)
- can't access files with no internet - may cost monthly fee - not in control of security