Untitled Deck Flashcards

(15 cards)

1
Q

What is the Internet?

A

A global network connecting millions of computers to share information

The Internet provides the infrastructure for various services, including the World Wide Web.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the World Wide Web (WWW)?

A

A collection of web pages accessed via the Internet

The WWW operates on the infrastructure provided by the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does a URL uniquely identify?

A

The address of a web resource

A URL consists of protocol, domain name, and path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: A URL structure includes Protocol, Domain name, and _______.

A

Path

Example of a URL structure: https://www.example.com/folder/page.html.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does HTTP stand for?

A

Hyper Text Transfer Protocol

HTTP defines rules for transferring web pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the main difference between HTTP and HTTPS?

A

HTTPS includes encryption using SSL/TLS for security

HTTPS protects sensitive information such as passwords and online payments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a web browser?

A

Software used to access, retrieve, and display web pages

Examples include Google Chrome, Mozilla Firefox, Microsoft Edge, and Safari.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the functions of a browser?

A
  • Interpret HTML, CSS, and scripts
  • Manage tabs, bookmarks, and browsing history
  • Store cached pages for faster access

A browser is different from a search engine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe the process when a user enters a URL.

A
  • Browser sends a request to a DNS server
  • DNS translates domain name into an IP address
  • Request sent via HTTP/HTTPS to web server
  • Server sends back the web page
  • Browser renders the page to the user

Understand the roles of DNS, web server, and client browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are cookies?

A

Small data files stored by websites on a user’s device

Cookies are used to store user preferences and track browsing activity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the uses of cookies?

A
  • Store user preferences and login sessions
  • Track browsing activity for analytics or advertising

Cookies provide convenience and a personalized experience.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the risks associated with cookies?

A

Privacy concerns and data tracking

Users should understand cookie consent and privacy rights.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are Session Cookies?

A
  • Used temporarily while visiting a website
  • Keep track of user actions
  • Stored only in temporary memory
  • Automatically deleted when the browser is closed

Purpose: maintain the continuity of a browsing session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are Persistent Cookies?

A
  • Remember login details and preferences
  • Stored on the hard drive until expiry or manual deletion
  • Continue to function after the browser is closed

They eliminate the need to re-enter login details every visit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or false: Persistent cookies are automatically deleted when the browser is closed.

A

FALSE

Persistent cookies remain until their expiry date is reached or they are manually deleted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly