topic 3 - networks

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards

network

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

2
New cards

LAN

computers are situated geographically close together, infrastructure is usually owned and managed by network owner

3
New cards

WAN

computers are situated geographically distant to each other, infrastructure usually owned by service provider

4
New cards

client server

network model where client sends request and server sends response

5
New cards

advantages of client server

easy to scale, easy to back up data and update software, hardware/software can be shared

6
New cards

disadvantages of client server

need to pay for IT technician, if server fails the whole network is down

7
New cards

p2p network

all computers are equal. a computer can send requests and responses

8
New cards

advantage of p2p

easy to set up and maintain, not dependent on server,

9
New cards

disadvantage of p2p

backups have to be performed individually on each computer, adding more devices slows the performance

10
New cards

what do data packets do

split large files into small pieces. send them to destination where they are reassembled

11
New cards

data packet order

header, payload, trailer

12
New cards

what does the header have

source and destination address, protocol , packet number

13
New cards

payload

the data

14
New cards

trailer

checksum - calculation to check for data errors or corruption in transmission

15
New cards

bandwidth

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

16
New cards

cloud storage

series of servers on the internet that you can upload files to via the internet

17
New cards

internet

global network of interconnected networks

18
New cards

advantages of star topology

easy to add new systems,

security - switch only sends data to specific device,

faster speed as there are less collisions

19
New cards

disadvantages of star topology

dependent on switch , extra hardware - expensive

20
New cards

full mesh advantages

multiple routes for data transfer incase one cable breaks , can withstand large traffic due to lots of connections

21
New cards

full mesh disadvantages

redundant cabling, hard to set up, expensive

22
New cards

w.a.p

provides a link between wireless and wired networks

23
New cards

router

transfers data packets between networks, connects networks together

24
New cards

switch

connects devices on a LAN. sends data to exact computer using MAC address

25
New cards

NIC

hardware required to connect to a network. has a MAC address used to send data across a LAN

26
New cards

3 types of transmission media

ethernet cable , fibre optic, coaxial

27
New cards

DNS server process

type in domain name, query sent to local DNS server for corresponding IP address, finds the IP and sends it to the web browser, browser receives IP and sends request to web-server, displays website

28
New cards

what happens if the DNS server can’t find the IP

asks a larger DNS server

29
New cards

protocol

set of rules that allow devices to communicate

30
New cards

Transmission Control Protocol

allows data packets to be sent and received between computers. splits data into packets and reassembles them at destination

31
New cards

Internet Protocol

routes and addresses packets, gives devices an IP address

32
New cards

Hypertext transfer protocol

transfers web pages over the internet so users can view it on a web browser

33
New cards

HTTPs

encrypted and more secure versions of HTTP

34
New cards

File Transfer Protocol

transfers files across a network

35
New cards

Simple Mail transfer protocol

send email to a mail server and between mail servers

36
New cards

what do POP and IMAP do

recieve and store emails from a mail server

37
New cards

POP

deletes an email from sever once it has been downloaded to a device

38
New cards

IMAP

syncs the message with a mail server so it can be used on different devices

39
New cards

MAC address

unique hexadecimal number on a NIC. Can’t be changed. Used to identify devices in a LAN

40
New cards

IP address

address given to devices connected to a network. used to route packets between networks , can be changed

41
New cards

IPv4

32 bit address

42
New cards

IPv6

128 bit address in hex

43
New cards

4 layers

application, transport, network, data link

44
New cards

advantages of cloud storage

huge capacity and can easily upgrade storage

can access anywhere and at any time, on any device

can be more secure and encrypted than at home

45
New cards

disadvantages of cloud storage

requires internet to access data

not in control of security, data may be hacked/stolen

may cost monthly fee which could be more expensive

46
New cards

virtual network

non physical private network that runs on existing network , employees can join private network from any location

47
New cards

Mac address layout

6 groups of 2 digit hexadecimal numbers, separated by colons

48
New cards

ipv4 layout

4 denary numbers from 0 to 255, separated by dot

49
New cards

ipv6 layout

8 groups of 4 digit hex numbers, separated by colon

50
New cards

differences between wired and wireless network

wireless has freedom of movement, slower , less secure and uses WNIC instead of NIC

51
New cards

what can affect network performance

number of users, bandwidth, latency, error rate, interference / distance travelled

52
New cards

how can number of users affect network performance

more users can cause network to slow down as there is not enough bandwidth - bandwidth is split and each user has less bandwidth

53
New cards

how can distance travelled/ interference affect network performance

data collides with walls and doesnt reach destination meaning it has to be retransmitted, increasing time taken to receive data

54
New cards

latency

delay between data being sent and received.

higher latency -lower performance

55
New cards

how can bandwidth affect performance

smaller bandwidth slows network - less data can be sent

56
New cards

error rate

measure of how many packets of data dont reach their destination, higher error rate : lower performance

57
New cards

how can wifi frequency affect network performance

higher frequency means it can transfer more data per second - higher performance , means it has a shorter range

58
New cards

how can type of network traffic affect network performance

transmitting larger files takes up more bandwidth and slows down performance

59
New cards

3 tasks of router

recieve packets

send data packets

assign IP addresses

60
New cards

what model does ftp use

client-server model

61
New cards

layer

a sub part of a more complex task

62
New cards

standards

rules in manufacturing that allow computer systems to communicate across networks, ensures compatibility of devices regardless of manufacturer