Computers π» | Welcome to the Internet! | 5.1 Flashcards
(57 cards)
Define internet
The world-wide interconnection of networks
Define the World Wide Web
(WWW)
A massive collecion of webpages based on http and https
What is the difference between the WWW and the internet?
The internet is the infrastructure, which is the connection of many networks. The WWW is a collection of multimedia webpages and other information on webpages.
What is the difference between the WWW and the internet?
The internet is the infrastructure, which is the connection of many networks. The WWW is a collection of multimedia webpages and other information on webpages. delete later
What does TCP stand for?
Transmission protocols
What does IP stand for?
Internet Protocols
How are https protocols written?
Using hypertext markup language (HTML)
Web resources are accessed by __
Web browsers
Define URL
A text-based address for a web page
Define web broswer
Software that connects to a domain name server (DNS) to locate IP addresses; a browser interprets HTML web pages sent to a userβs computer so that the user can read documents and watch multimedia
Define HTML
The language used to design, display and formal web pages, and to write http(s) protocols
What does HTML stand for?
Hypertext mark-up language
What does URL stand for?
Uniform Resource Locator
What can a URL contain?
- Protocol
- Domain host
- Domain name
- Domain type
- Web page/file name
What is the format of a URL?
protocol://websiteaddress/path/filename
What does the website address contain?
- Domain host (www)
- Domain name (site name)
- Domain type (.com, .org, etc)
- Sometimes, country code (.uk, .de, etc)
What does HTTP stand for?
Hypertext transfer protocol
Define HTTP
A set of rules that must be obeyed when transferring files over the internet.
Define HTTPS
Hypertext transfer protocol secure - http with extra security, such as SSL, applied
In what situation does the protocol change from http to https?
When some form of security such as SSL or TLS is used
List the functions of a web browser
- Convert HTML code
- Display web pages
- Check if a website is secure
- Request web pages from a web server
- Send URL/domain name
- Runs active script
- Store history/favourites/bookmarks
- Create tabs
What is the main purpose of a web browser?
To render HTML and display web pages
Define Domain Name Server (DNS)
A server that looks up domain names for websites in order to find the IP addresses that a computer needs to locate the web servers
Explain the process of how a web page is located and sent back to the use, in the case where the IP address is not found in the first DNS server
- User opens their browser and types in the URL. The browser asks the DNS server (1) for the IP address of the website
- If the DNS server (1) canβt find the URL in its database or chache, it sends out a request to a DNS server (2)
- The DNS (2) server finds the URL so it can map it to the IP address, sending it back to the DNS server (1), which then puts the IP address and its associated URL back into its cache or database
- The IP address is sent back to the userβs computer
- The computer now sets up a communication with the website server and the required pages are downloaded