Paper 1 Flashcards
How do you convert from Binary to Hexadecimal?
- Split the binary string up into nibbles (remember a nibble = 4 bits)
- Work out the decimal value for each nibble
- Convert the decimal value into it’s hex equivalent
- String together the hex values
How do you convert from Hexadecimal to Denary?
- Write the place headings above the hexadecimal digits.
- If there are letters, convert them to their decimal equivalent.
- Multiply the value by the place heading.
- Add these values together
How do you convert from Decimal to Hexadecimal?
- Work out how many 16s there are in the number
- Write this number under the 16s column
- Write the remainder under the 1s column
- Convert these to hexadecimal digits (if applicable)
What is lossy compression?
Lossy compression is a method of data compression in which the size of the file is reduced by eliminating data in the file. In doing so, image quality is sacrificed to decrease file size.
The original bit depth is reduced to remove data and reduce the file size.
What are some examples of lossy compression?
JPEG image, MPEG video and MP3 audio formats.
What is lossless compression?
Lowsless compression means that as the file size is compressed, the picture quality remains the same - it does not get worse. The file can be decompressed to its original quality.
What are some examples of lossless compression?
GZIP, Brotli, WebP, PNG
What are some differences between lossy and lossless?
Lossless compression means that as the file size is compressed, the picture quality remains the same. Lossy compression permanently removes data.
What is a protocol?
A set of rules or procedures for transmitting data between electronic devices, such as computers.
What are the common Protocols?
Ethernet
IP (Internet Protocol)
HTTP/S (HyperText Transfer Protocol/Secure)
SMTP (Simple Mail Transfer Transfer Protocol)
DNS (Domain Name Server)
What are the 4 layers?
- Application layer
- Transport layer
- Internet layer
- Link layer
What does the application layer do?
This is where the network applications, such as web browsers or email programs operate. It is also where the transfer and email protocols operate.
What does the Transport layer do?
This layer sets up the communication between the two hosts and they agree setting such as ‘language’ and size of packets. This is where the transmission protocols operate.
What dies the Internet layer do?
This layer addresses and packages data for transmission, and is responsible for routing the packets across the network. This is where the addressing protocol (IP) operates.
What does the link layer do?
This is where the network hardware such as the NIC is located. OS device drivers also sit here.
State the protocol: Controls how web-pages are sent through the internet.
HTTP
State the protocol: Controls how files are uploaded and downloaded on the internet.
FTP
State the protocol: Controls how emails are sent between mail servers.
SMTP
State the protocol: Controls how data packets are sent through cables.
Ethernet
State the protocol: Controls how packets are reliably prepared and sent through the internet.
TCP