1/61
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
network
more than one computer system connected together for communication and sharing of resources
LAN
computers are situated geographically close together, infrastructure is usually owned and managed by network owner
WAN
computers are situated geographically distant to each other, infrastructure usually owned by service provider
client server
network model where client sends request and server sends response
advantages of client server
easy to scale, easy to back up data and update software, hardware/software can be shared
disadvantages of client server
need to pay for IT technician, if server fails the whole network is down
p2p network
all computers are equal. a computer can send requests and responses
advantage of p2p
easy to set up and maintain, not dependent on server,
disadvantage of p2p
backups have to be performed individually on each computer, adding more devices slows the performance
what do data packets do
split large files into small pieces. send them to destination where they are reassembled
data packet order
header, payload, trailer
what does the header have
source and destination address, protocol , packet number
payload
the data
trailer
checksum - calculation to check for data errors or corruption in transmission
bandwidth
maximum amount of data that can be sent across a network at once
cloud storage
series of servers on the internet that you can upload files to via the internet
internet
global network of interconnected networks
advantages of star topology
easy to add new systems,
security - switch only sends data to specific device,
faster speed as there are less collisions
disadvantages of star topology
dependent on switch , extra hardware - expensive
full mesh advantages
multiple routes for data transfer incase one cable breaks , can withstand large traffic due to lots of connections
full mesh disadvantages
redundant cabling, hard to set up, expensive
w.a.p
provides a link between wireless and wired networks
router
transfers data packets between networks, connects networks together
switch
connects devices on a LAN. sends data to exact computer using MAC address
NIC
hardware required to connect to a network. has a MAC address used to send data across a LAN
3 types of transmission media
ethernet cable , fibre optic, coaxial
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
what happens if the DNS server can’t find the IP
asks a larger DNS server
protocol
set of rules that allow devices to communicate
Transmission Control Protocol
allows data packets to be sent and received between computers. splits data into packets and reassembles them at destination
Internet Protocol
routes and addresses packets, gives devices an IP address
Hypertext transfer protocol
transfers web pages over the internet so users can view it on a web browser
HTTPs
encrypted and more secure versions of HTTP
File Transfer Protocol
transfers files across a network
Simple Mail transfer protocol
send email to a mail server and between mail servers
what do POP and IMAP do
recieve and store emails from a mail server
POP
deletes an email from sever once it has been downloaded to a device
IMAP
syncs the message with a mail server so it can be used on different devices
MAC address
unique hexadecimal number on a NIC. Can’t be changed. Used to identify devices in a LAN
IP address
address given to devices connected to a network. used to route packets between networks , can be changed
IPv4
32 bit address
IPv6
128 bit address in hex
4 layers
application, transport, network, data link
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
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
virtual network
non physical private network that runs on existing network , employees can join private network from any location
Mac address layout
6 groups of 2 digit hexadecimal numbers, separated by colons
ipv4 layout
4 denary numbers from 0 to 255, separated by dot
ipv6 layout
8 groups of 4 digit hex numbers, separated by colon
differences between wired and wireless network
wireless has freedom of movement, slower , less secure and uses WNIC instead of NIC
what can affect network performance
number of users, bandwidth, latency, error rate, interference / distance travelled
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
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
latency
delay between data being sent and received.
higher latency -lower performance
how can bandwidth affect performance
smaller bandwidth slows network - less data can be sent
error rate
measure of how many packets of data dont reach their destination, higher error rate : lower performance
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
how can type of network traffic affect network performance
transmitting larger files takes up more bandwidth and slows down performance
3 tasks of router
recieve packets
send data packets
assign IP addresses
what model does ftp use
client-server model
layer
a sub part of a more complex task
standards
rules in manufacturing that allow computer systems to communicate across networks, ensures compatibility of devices regardless of manufacturer