Podcast
Questions and Answers
What describes the primary function of the internet?
What describes the primary function of the internet?
Which of the following correctly describes the purpose of a URL?
Which of the following correctly describes the purpose of a URL?
What is the main function of Hypertext Transfer Protocol (HTTP)?
What is the main function of Hypertext Transfer Protocol (HTTP)?
What differentiates a session cookie from a persistent cookie?
What differentiates a session cookie from a persistent cookie?
Signup and view all the answers
Which of the following best describes how web pages are retrieved when a URL is entered?
Which of the following best describes how web pages are retrieved when a URL is entered?
Signup and view all the answers
What role does the second DNS server play in the mapping process?
What role does the second DNS server play in the mapping process?
Signup and view all the answers
Which of the following statements is true about cookies?
Which of the following statements is true about cookies?
Signup and view all the answers
What distinguishes a persistent cookie from a session cookie?
What distinguishes a persistent cookie from a session cookie?
Signup and view all the answers
Which of the following is NOT a use of cookies?
Which of the following is NOT a use of cookies?
Signup and view all the answers
What happens after the user's computer receives the IP address from the DNS server?
What happens after the user's computer receives the IP address from the DNS server?
Signup and view all the answers
What does the padlock symbol next to a URL in web browsers indicate?
What does the padlock symbol next to a URL in web browsers indicate?
Signup and view all the answers
Which of the following statements about HTTPS is true?
Which of the following statements about HTTPS is true?
Signup and view all the answers
What role does DNS play in internet browsing?
What role does DNS play in internet browsing?
Signup and view all the answers
Which of the following is NOT a feature of web browsers?
Which of the following is NOT a feature of web browsers?
Signup and view all the answers
What is the main purpose of using a URL instead of an IP address?
What is the main purpose of using a URL instead of an IP address?
Signup and view all the answers
What happens if a DNS server cannot find a URL in its database?
What happens if a DNS server cannot find a URL in its database?
Signup and view all the answers
Which protocol is primarily used for data transfer of web pages that may contain sensitive information?
Which protocol is primarily used for data transfer of web pages that may contain sensitive information?
Signup and view all the answers
Which correctly describes how a browser accesses a webpage?
Which correctly describes how a browser accesses a webpage?
Signup and view all the answers
Study Notes
Internet vs World Wide Web
- The internet is a vast network of interconnected networks (using hardware), while the World Wide Web is essentially a collection of web pages and documents (information).
- The internet uses TCP/IP (Transmission Control Protocol/Internet Protocol) for communication.
- The WWW uses the internet to access information from servers and other computers.
- The WWW uses HTTP (Hypertext Transfer Protocol) for communication.
Uniform Resource Locator (URL)
- URLs are text addresses used to access websites.
- URLs provide a human-readable form for accessing websites.
- URLs replace the need for remembering IP addresses.
URL Format
- The general format of a URL is:
protocol://website address/path/filename
-
protocol
: typicallyhttp
orhttps
-
website address
:-
domain host
(e.g.,www
) -
domain name
(e.g.,cambridgeinternational.org
) -
domain type
(e.g.,.com
,.org
,.net
,.gov
, or country codes like.mu
,.uk
)
-
-
path
: specifies the web page directory (omitted for root directory) -
filename
: identifies the specific item on the web page.
HTTP and HTTPS
- Data packets are transmitted across the internet using various protocols.
- HTTP (Hypertext Transfer Protocol) handles the transfer of web pages.
- HTTPS (Hypertext Transfer Protocol Secure) ensures secure data connections between servers and user computers.
- HTTPS uses SSL (Secure Socket Layer)/TLS (Transport Layer Security) to encrypt data during transmission.
- HTTPS websites can be identified by a padlock icon next to the URL in web browsers.
Web Browser Functions
- Web browsers act as software to display web pages on a user's screen.
- They interpret HTML code from websites and translate it into visible content.
- Web browsers offer features such as:
- bookmarking and saving favorites
- recording user history
- using multiple tabs
- storing cookies
- providing navigation tools and an address bar
Web Pages and Hosting
- Web pages are written in HTML and hosted on web servers.
- Each web server has a unique IP address.
- To access a webpage, a browser needs to know the IP address of the web server, but it's easier to use a URL.
Domain Name Service (DNS)
- DNS is a technology used to manage public names of websites and internet domains.
- It replaces the need for users to memorize IP addresses.
- DNS servers store a database that maps URLs to the corresponding IP addresses.
DNS Process for Converting a URL to IP Address
- When a user enters a URL (e.g.,
www.google.com
) in their browser, the DNS server is queried for the website's corresponding IP address. - If the DNS server doesn't have the URL in its cache, it requests the information from another DNS server.
- Once the IP address is found, it's sent back to the user's computer.
- The computer establishes communication with the website server and downloads the required web pages.
- The browser interprets the HTML and displays the information on the user's screen.
Cookies
- Cookies are small files or code stored on a user's computer.
- Web servers send these cookies to browsers.
- Cookies are used for various purposes:
- Saving user preferences
- Tracking user preferences for webpage personalization
- Storing login details
- Storing items in online shopping carts
Session and Persistent Cookies
- There are two main types of cookies:
- Session cookies: temporary, deleted when the browser is closed.
- Persistent cookies: have expiration dates, stored on the computer's hard drive, and remain even after the browser is closed.
- Persistent cookies are commonly used to "remember" users for future visits and store information like login details.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Explore the differences between the Internet and the World Wide Web, including their functions and communication protocols. This quiz also covers the structure and importance of Uniform Resource Locators (URLs) for accessing websites effectively.