5.1 Flashcards

(18 cards)

1
Q

What is the difference b/w the internet + WWW?

A
  • Internet is the global connection of interconnected computer networks
  • WWW is a collection of interlinked, hypertext documents or webpages or multimedia resources stored on websites
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is URL(Unifrom resource locator)?

A
  • Text-based address for a web-page
  • contains domain name, protocol used, and file name
  • it is the website address that is typed into the browsers address bar used to access websites
  • it directs a browser to a specific page online called a web page
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does website address consist of?

A
  • Domain host - WWW
  • DOMAIN NAME - Website name
  • Domain type - .com, .org, etc
  • Country code - .pk, etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define HTTP(Hypertext transfer protocol)?

A
  • A set of rules that must be obeyed when using the internet
  • Used for communication b/w web browsers + web servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define HTTPS

A
  • It is a secure version of HTTP and often indicated by a padlock sign in the status bar.
  • It means that the website uses SSL or TLS (secure sockets layer or transport layer security).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Purpose behind Hyptertext markup-language(HTML)?

A
  • used to create and develop webpages/websites (web authoring language).
  • It uses both structure and presentation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define and state purpose of web-browser.

A
  • It is a software that renders the hypertext markup language (HTML) and display web pages.
  • It translates the HTML code from websites and shows the result of translation (in the form of text, videos, images or sounds etc.).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Functions/features of browsers?

A
  • Allows use of multiple tabs
  • Stores cookies
  • Provides navigation tools
  • Provides an address bar
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the role of browser when accessing the internet?

A
  • It manages HTTP/HTTPs protocol.
  • It stores cookies.
  • It allows user to bookmark/favorite web pages.
  • It provides navigation features.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the role of browser in requesting and displaying the web pages for a website?

A

It sends request to the webserver.
It receives web pages back from the webserver.
It converts HTML to display the web page.
It manages protocols.

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

Define DNS(Domain name Server)

A
  • It is a system for finding IP addresses for a domain name given in a URL.
  • It stores an index of URL and matching IP address.
  • The DNS process involves converting a URL into an IP address the computer can understand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how are Web Pages for a Website is requested and displayed on a user’s computer?

A
  • The browser sends URL to DNS (domain name server) using HTTP/HTTPS.
  • The DNS finds matching IP addresses for URL and sends IP address to web browser.
  • The web browser sends request to IP address/web server for web pages.
  • The web server sends web pages back to browser.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are cookies?

A
  • small packets of data stored in a text file by a web browser which is downloaded to a user’s computer when a website is visited.
  • It collects and stores key information and data regarding user preferences.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

2 types of cookies?

A

session cookies
2. persistent (or permanent) cookies

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

What are session cookies?

A
  • They are stored in temporary memory on the computer and don’t actually collect any information from the user’s computer and doesn’t personally identify a user.
  • Session cookies are used, for example, when making online purchases.
  • They keep a user’s items in a virtual shopping basket.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are persistent cookies?

A
  • They are stored on the hard drive of a user’s computer until the expiry date is reached, or the user deletes it.
  • Persistent cookies remember a user’s log in detail (so that they can authenticate the user’s browser).
17
Q

Advantages of persistent cookies?

A
  • Remembering login details: Users can stay logged into websites across different visits without needing to re-enter their username and password each time
  • Saving user preferences/settings: They allow websites to recall user-specific settings like dark mode theme, ensuring a consistent, personalized experience on return visits.
18
Q

What are uses of persistent cookies?

A

It is used to save personal details.
It is used to store login details.
It is used for tracking user preferences.
It is used to hold items in an online shopping cart.