Internet and Its Uses Flashcards
What is the internet
huge, public network of computer systems, and is the physical infrastructure that allows data to travel across the globe
physical attributes of the internet
Computers
Servers
Switches
Routers
Cables
what is the world wide web
collection of resources that exist on that network (exists on the internet)
resources on the world wide web
Web pages
Documents
Images
Videos
Music
Emails
What is a URL
text-based address for a web page, or any resource that exists on the internet
example of URL
http://www.bbc.com
what does URL stand for
uniform resource locator
what does the URL contain
protocol, domain, file path, file name
what is http
protocol used to transfer resources, such as web pages, via the world wide web
what does http stand for
hypertext transfer protocol
what is https
secure method of sending data via the world wide web (all data can be read by anyone)
what does https use
transport layer security (TLS) and asymmetric encryption
what does https stand for
hypertext transfer protocol secure
purpose of a web
browser
render
hypertext markup language (HTML) and display
web pages
functions of a web browser
- storing bookmarks and favourites
– recording user history
– allowing use of multiple tabs
– storing cookies
– providing navigation tools
– providing an address bar
Describe how web pages are located, retrieved
and displayed on a device when a user enters a
URL
- Once a URL is entered into a web browser, this request goes straight to a DNS Server to resolve to an IP address.
- Once this has been resolved, the web browser visits the web server at the IP address in question.
- The web server will grant access to the resource, returning it to the requesting web browser.
- Finally, the web browser will translate the raw HTML and any other content, into a readable format for the user.
Functions of Cookies
- saving personal details
– tracking user preferences
– holding items in an online shopping cart
– storing login details
what are cookies
small pieces of data that are stored on the users’ computer system, and are used by the web browser
what is a persistent cookie
cookie stores some unique data associated with a particular customer. It will store these details in a small file on the user’s computer system, and will be used whenever that user browses the website. It will store these details until the date shown in the ‘Expire’ attribute, meaning the user does not need to enter these details again – they will be remembered by the web browser.
cookies remove the need to alter settings on every visit to a website, and provide simple long-term storage for preferences. They are often used to store login details for websites, meaning the user does not have to enter their credentials upon each visit. You have probably seen a pop-up like the one below – clicking ‘save password’ will store your login details in a persistent cookie.
what is a session cookie
stored temporarily on your computer system. While persistent cookies are stored on your hard disk drive, session cookies are stored in RAM only. They are typically used while browsing sensitive information on the world wide web, such as online banking, e-commerce or similar.
Every time you request a web page while logged into a website, the web browser will verify your ‘session’ with each web page request, thus keeping track of your activity. This is particularly useful for tracking items in an online shopping cart. Session cookies are usually deleted once you close the browser, or log out of the particular website.
what is digital currency
currency that only exists in a digital format: has no physical attributes but has a cryptographically assigned value
main characteristics of digital currency
- decentralized: transactions are processed by an open network that no single person owns
- irreversible and public
- anonymous
- limited supply
how does digital currency work
First, the user must sign up to a digital currency exchange. This is essentially a place where users can purchase digital currency using traditional currency.
Once a currency has been purchased, it resides in the user’s digital wallet. The user can send this currency to another digital wallet using a unique wallet address, which is automatically generated when a wallet is created.
The user will send the digital currency to the wallet address – which is recorded on the blockchain – and is received in the recipient’s wallet. The currency leaves the sender’s wallet and is now in the possession of the receiver.
what is blockchain
blockchain technology is used as a ledger to create a timestamped record of transactions
how does blockchain work
when data needs to be added to the blockchain, new “block” is added to the chain. each block is a chronologically linked to the other, providing a reliable records of events
what information does a block contain
- sender wallet address
- receiver wallet address
- amount sent
- network fee
- timestamp
- number of confirmations