Unit 5.1 - WWW, Internet, URL Flashcards
what is the website address in https://www.example2.net/folder/page1.html
www.example2.net
what is the path in https://www.example2.net/folder/page1.html
/folder
what is the protocol in https://www.example2.net/folder/page1.html
https
what is the file in https://www.example2.net/folder/page1.html
page1.html
what is the domain type in https://www.example2.net/folder/page1.html
.net
what is the domain host in https://www.example2.net/folder/page1.html
www
what is the domain name in https://www.example2.net/folder/page1.html
example2
what is the country type in https://www.example2.net/folder/page1.html
none
What are 3 differences between the Internet and WWW?
-Internet is older than WWW, and WWW cam after the Internet
-WWW is part of the Internet, and Internet is not just for WWW
-Internet is a network of networks while the WWW is websites and browsers
what is the Internet?
A worldwide collection of interconnected networks. Network of networks. It’s a concept more than something we can touch. It relies on a physical infrastructure that allows networks and individual devices to connect to other networks and devices
what is the world wide web?
part of the internet that users can access using web browser software. It consists of a massive collection of web pages, based on the hypertext transfer protocol. Used for accessing websites.
what does https stand for?
hypertext transfer protocol secured
what are the steps to retrieving web pages from server using browser? (long)
1) user opens browser and types in URL
2) browser asks DNS server 1 for the IP address of the website
3) IPA may be sent back to user’s computer OR go to DNS server 2 which sends IPA back to DNS server 1 and DNS server 1 puts this IPA into its cache/database and sends it back to user’s computer
4) the computer sets up a communication with website server, required pages are downloaded, HTML files are sent (from website server –> user’s computer), browser interprets HTML (used to structure content), and then displays the information of the user’s computer
what are the steps to retrieving web pages from server using browser? (short)
1) web browser
2) DNS server
3) IP address
4) actual data - code of data
5) interpreted website - what we see
what are cookies?
small data stored on a user’s computer