Chapter 5.2 Flashcards
What is a URL?
another name for a text-based access for a websites
What is a Web Browser?
a piece of software that receives and displays web pages
What are the 3 main components of the URL?
Protocol
Domain name
file name/web page name
What is the Protocol?
a part of the URL that contains a set of rules for transmitting data
What is the DNS and what does it stand for?
domain name server, a special server that contains a database of domain names and their corresponding IP address
What is the Domain name?
a part of the URL that contains the unique name for the web server
state the steps in the process of a computer of requesting and retrieving a web page?
The web browser sends the URL to the DNS,, the DNS checks the URL for the domain name and searches for it and finds the equivalent IP address. If it cannot find the domain name within its database it sends it to the next DNS this will repeat until the domain name is found, or if it is not found a message will be prompt to the user saying that it isn’t found, if it is found the DNS will then send the IP address bac kt othe web browser
What is the Web server?
a network component where the web pages for a website are stored
What is the hypertext transfer protocol? (HTTP)
a protocol that is used for the transmission of web pages and related data across the internet
What is the hypertext markup language? (HTML)
a scripting language that is used to create wep pages
Describe the process of when the web browser requests a web page and renders the HTML and CSS.
1 . The web browser uses the IP address to send a request to the web server in order to obtain the data for the webpage
- Web server send the data, including HTML, CSS and active script to the web browser
- The web browser then renders the HTML and CSS and runs the active script to display the web page
What is the cascading style sheets (CSS)
a scripting language that is used to create a presentation template for a web page. It includes what kind of font and color text will appear on the webpages
What is an active script?
is a script that is used to produce any of the interactive elements of a web page
What is the difference between HTTP and HTTPS
The HTTPS protocol is the standard HTTP protocol with a layer of security combined
What is encryption?
a method of securing data for storage or transmition that scrambles it and makes it meaningless