mock paper 1 Flashcards
areas required
- number system
- compression
- network protocol
- system architecture
- virtual memory
- software
- ip address
- DNS
- ethics
brief summary of compression
- reduce the file size by permanently or temporarily removing data from them
- take up less disk space and are quicker to download
- standard file formats include .zip and .rar
- compressed files need to be extracted before they can be used
why do we need to compress files
and its uses
data compression makes file smaller while trying to make the compressed as true as possible
- smaller files take up less storage
- makes streaming and downloading faster as they take up less bandwidth
- allow webpage to load faster
- attach big files on email
lossy compression pro and cons
And common file types
permanently removing data
pro:
- greatly reduced size
- take up less bandwidth
- commonly used (lots of files can read lossy files)
con:
- lose data - can not be reverted
- can’t be used on text files
- worse quality than original although often unnoticeable
common file types:
- MP3 (audio)
- AAC (audio)
- JPEG (image)
lossless compression pro and cons
temporarily removing data and then restore it to its original state
pro:
- no reduction in quality
- can be depressed to original
- can be used on text and software files
con:
only slight reduction eg
common file types :
- TIFF (image)
- PNG (image)
- FLAC (audio)
what is a network protocol
rules for how devices communicate and how data is transmitted across a network
network standard is a set of agreed requirement for hardware and software
standards are important as they allow manufacturers to create products compatible with other manufacturerss
MAC address communication on the same network
- every device needs a unique identifier
- MAC addresses is assigned to all network-enabled devices by the manufacturer
- unique and cannot be changed
- 48/64 bit binary numbers and to make easier they are normally converted to hex
- ethernet protocol on LANs and switches read the mac address and use them to direct data to the correct device
IP address between different networks
IP are used when sending data between TCP/IP networks eg over the internet
IP are assigned manually or automatically before device can access the network
IPv4(32 bits) IPv6(128 bits)
ipv6 split into 16bits
ipv4 split into 8 bits
TCP/ip
TCP/IP is the protocol that dictates how data is sent between networks. It is made up of two protocols
Transmission Control Protocol (TCP) - rules for how to connect to the network.
- splitting up packets and reassembling them
- checking data is correctly sent and delivered
Internet Protocol(IP) -directing packets to their destination across the network.
FTP - file transfer protocol
used to access, edit and move files on other devices on the network
SMTP - simple mail transfer protocol
used to send emails between servers
pop3 - post office protocol
retrieve email from a server,
when the user download the email,
the server deletes it
IMAP - internet message access protocol
retrieve email from a server.
you download a copy and the server will only delete it if you delete it
SMTP - simple mail transfer protocol
send emails,
transfer emails between servers
what are the layers of a network protocol and its advantages
a layer is a group of protocols with similar functions
- each layer is self-contained
- serves the layer above it
- data can only be passed between adjacent layers eg 1 -> 2, 1 3.
advantages:
- breaks network communication into manageable pieces, which helps developers to focus on only one area
- as they are self-contained, they can be changed without other layers affected
- having standards for each layer forces companies to make compatible universal hardware
Purpose of computer
take data, process it, output it
Created to help process data and complete tasks more efficiently than humans