Chapter 5 - The internet and its uses Flashcards
(99 cards)
What is the internet?
A very large global network that allows users to access the world wide web.
What is infrastructure?
The physical structure (such as all the components and cables) that are used to connect devices.
What is a network?
Computers and devices that are joined together using cables or wireless technology.
What is the world wide web?
The collection of all the web pages and websites that have been made available.
What is a website?
A collection of web pages, normally about a related topic or purpose.
What is a web page?
A single page within a website.
What is a uniform resource location (URL)?
Another name for the text-based address for a website.
What is a web browser?
A piece of software that retrieves and displays web pages.
What are the 3 main components of a URL?
- Protocol
- Domain name
- Web page/file name
What is a protocol?
A set of rules for transmitting data.
What is a domain name?
A specific part of a URL that contains the unique name for the web server.
What is the a domain name server (DNS)?
A special server that contains a database of domain names and their corresponding IP address.
What is a web server?
A component where the web pages for a website are stored.
How is a web page requested and retrieved by a computer?
- User opens web browser and types URL in address bar
- Web browser sends URL for website to DNS
- DNS searches its database of domain names to find equivalent IP address of the web server that stores the website
- If it is not found, URL is sent to the next DNS
- This process will repeat until domain name is found
- If it is not found at all, message is sent back to the web browser to say the website is not found
- When the DNS finds the domain name, it sends the equivalent IP address back to the web browser
What is the hypertext transfer protocol (HTTP)?
A protocol that is used for the transmission of web pages and related data across the internet.
What is hypertext markup language (HTML)?
A scripting (web authoring) language that is used to create web pages.
What is cascading style sheet (CSS)?
A scripting language that is used to create a presentation template for a web page. It includes what kind of font and colour text will appear on the web page.
What is active script?
A script that is used to produce any of the interactive elements of a web page.
How does a web browser request a web page?
- Web browser receives IP address for the website from the DNS and knows where to find it
- Web browser sends a request to the web server to ask for the web page from the website using the HTTP
- Web server receives the request for the web page and sends the data for the website, including the HTML, CSS and any active script back to the browser using the HTTP
- Web browser renders HTML, CSS and any active script to display the web page
What is the hypertext transfer protocol secure (HTTPS)?
A secure version of the HTTP that encrypts data for transmission.
What is encryption?
A method of securing data for storage or transmission that scrambles it and makes it meaningless.
What is a digital certificate?
A certificate that is awarded to a website if they can prove that they are a real organisation and take measures to securely transmit their data.
What is certificate authority?
The awarding organisation that checks if another organisation is real and secure before awarding them a digital certificate.
How does a web browser request a digital certificate from a web server?
- Before requesting the web pages, the web browser sends a request to the web server asking it to provide a digital certificate
- Web server sends a copy of the digital certificate to the web browser
- Web browser checks if the digital certificate is authentic
- If certificate is authentic, web browser will allow communication to continue with the web server and any data that is transmitted between the two is encrypted
- If certificate is not authentic, web browser will report that the website is not secure