返回卡包市场

5.1 The internet and the world wide web

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 21内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (21 张)

#1
正面 (问题)

What is the internet?

背面 (解答)

A worldwide collection of interconnected series of devices and networks

#2
正面 (问题)

What is the full form WWW?

背面 (解答)

World Wide Web

#3
正面 (问题)

What does WWW mean?

背面 (解答)

A collection of websites and webpages accessed via the internet

#4
正面 (问题)

Differences between internet and WWW? both- 4

背面 (解答)

Internet: * User can send and recieve emails * allows online chatting * uses of transmission protocols (TCP) and internet protocols (IP) * Worldwide Collection of Interconnected Networks and Devices WWW: * URLs (Uniform Resource Locator) are used for the location of the web pages * Uses HTTP(S) protocols that are written using Hypertext Mark-up Language (HTML) * Web browsers can access web pages. * Collection of webpages and other information on websites

#5
正面 (问题)

URL full form

背面 (解答)

Uniform Resource Locator

#6
正面 (问题)

What is the defination of URL?

背面 (解答)

A URL is a text-based address for a web page

#7
正面 (问题)

Three main components of URL

背面 (解答)

Protocol Domain name Web page / file name

#8
正面 (问题)

What protocol is used in URLs

背面 (解答)

HTTP or HTTPS

#9
正面 (问题)

A URL looks like this:

背面 (解答)

protocol://domain/path E.g. https://www.example.com/index.html the HTTPS protocol, the domain name “www.example.com”, the file name is “/index.html”.

#10
正面 (问题)

Full form of HTTP and HTTPS

背面 (解答)

HTTP: Hypertext Transfer Protocol HTTPS: Hypertext Transfer Protocol Secure

#11
正面 (问题)

What is HTTP or HTTPs (defination)

背面 (解答)

They are set of rules that must be maintained while transmitting data between clients and servers

#12
正面 (问题)

Why is HTTP not safe

背面 (解答)

sends data in plain text format, making it vulnerable to interception and manipulation

#13
正面 (问题)

Why is HTTPS safer than HTTP?

背面 (解答)

uses encryption to protect data transferred between a client and a server, making it harder for unauthorised users to intercept or manipulate data

#14
正面 (问题)

What is the purpose of a Web Browser?

背面 (解答)

• to render and interpret hypertext markup language (HTML) and display web pages

#15
正面 (问题)

Functions of a web browser 6

背面 (解答)

• – storing bookmarks and favourites • – recording user history • – allowing use of multiple tabs • – storing cookies • – providing navigation tools • – providing an address bar

#16
正面 (问题)

how are the web pages for the website are requested and displayed on a user’s computer

背面 (解答)

DNS-> Domian Name Sever The browser sends the URL to the DNS [1] The DNS returns the IP address matching to the URL to the browser [1] The browser sends a request to the web server [1] The web pages are sent from the web server to the browser The browser interprets and renders the HTML to display web pages [1]

#17
正面 (问题)

What are cookies?

背面 (解答)

Cookies are small files that are stored on a user’s device by a website.

#18
正面 (问题)

Uses of cookies?

背面 (解答)

– saving personal details – tracking user preferences – holding items in an online shopping cart – storing login details

#19
正面 (问题)

2 Types of cookies

背面 (解答)

session cookies persistent cookies

#20
正面 (问题)

Session Cookies

背面 (解答)

• These are temporary and are stored only during a user’s browsing session • Once the browser/website is closed the session is terminated • They are used to maintain a user’s state or activity during a single session,

#21
正面 (问题)

Persistent Cookie

背面 (解答)

• Are stored on a user’s device for a longer period, usually for a few weeks to several years • Used to remember user preferences and settings, such as language preferences, login details, and shopping cart items