5. The internet and its uses Flashcards
1
Q
What’s the difference between the internet and the worldwide web?
A
- The Internet is a global infrastructure of interconnected networks.
- The World Wide Web is all the web pages that are accessible via the Internet.
2
Q
What’s the difference between HTTP/HTTPS?
A
HTTP:
- the standard protocol used to communicate across the web.
- Any data you enter into the site whether it be your name, address, bank details, etc. It is sent in plaintext and is susceptible to hacking
HTTPS:
- Secured protocol
- Any data that is transmitted between the website and your browser is encrypted.
- Data is not understandable to anyone intercepting it.
- The server that you are connecting to is authenticated to ensure the site is genuine.
3
Q
What are the functions of the browser?
A
- Storing cookies
- Recording user history
- Storing bookmarks and favorites
- Allowing the use of multiple tabs
- Providing an address bar
- Providing navigation tools
4
Q
What is the function of HTML(Hypertext Markup language)?
A
- To render the Hypertext Markup Language (HTML) used to code a web page
- To display the resulting web page as the user should see it.
5
Q
What is the role of DNS(Domain name server)?
A
- To convert a website address (URL) into an IP address so that a browser on a client machine can make a request to the correct web server hosting that web page.
- If the DNS server does not have an entry for the domain name, it passes the request to another more authoritative DNS server.
- An error is sent back if no match is found.
6
Q
What are cookies?
A
- Cookies are small files or code stored on a user’s computer
- they can track data about a user, such as IP addresses and browsing activity.
7
Q
What’s the difference between session and persistent cookies?
A
Session cookies:
- Stored temporarily on a user’s computer
- Once the browser’s closed, the website session ends and the cookie is deleted.
Persistent cookies:
- Remember’s user’s log-in details
- Cookies are stored on user’s hard drive until expiry date’s reached or user deletes them
- Remains in operation even after browser is closed
8
Q
What are the advantages of accepting cookies?
A
- Remembers login details
- Websites will remember personal customizations
9
Q
What is digital currency?
A
- A digital currency is any money-like asset that only exists in digital form and is exchanged digitally, with no physical banknotes or coins in circulation.
10
Q
Explain why digital currencies are growing in popularity? (3)
A
- Reduces any related transfer fees
- speeds up the time a transaction can take to complete
- This improves security and anonymity.
11
Q
What are forms of attack and defense?
A
- HACKING - gaining unauthorized access to data (use firewalls to block access by unauthorized devices)
- MALWARE: PHARMING - The user types in a legitimate address and is redirected to a fake website (Check URL - HTTPS, not HTTP. Using a trusted Internet Service Provider (ISP)
- MALWARE: SPYWARE - Software secretly recording your activities to send back to a third party for analysis(Use Anti-malware software/Anti-spyware software)
12
Q
What is a virus?
A
- A program that is installed on a user’s computer without their knowledge/permission to harm.
- It also includes instructions to replicate automatically on a computer and to other computers.
13
Q
What is a worm?
A
- It is a program that corrupts files and steals info but doesn’t self-replicate
14
Q
What is a Trojan horse?
A
- A program that masquerades as having one legitimate purpose but has another.
- Normally, spread by email.
- The user is invited to click on the link for some everyday or interesting purpose, which then executes a program that may give the controller unauthorized access to your computer.
15
Q
What is ransomware?
A
- A form of malware that encrypts a victim’s files.
- A ransom is then demanded from the attacker in return for instructions on how to decrypt the files.