0
0
Intro to Computingfundamentals~20 mins

How web browsers request pages in Intro to Computing - Practice Exercises

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Web Request Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What happens first when you type a website address?
When you type a website address (URL) into a browser and press Enter, what is the very first step the browser takes to get the page?
AThe browser sends a request to the server asking for the page.
BThe browser downloads all images on the page.
CThe browser looks up the IP address of the website using DNS.
DThe browser renders the page on the screen.
Attempts:
2 left
💡 Hint
Think about how the browser finds the website's location on the internet.
trace
intermediate
2:00remaining
Trace the steps of a browser requesting a page
Put these steps in the correct order for how a browser requests a web page after you type a URL:
A1,2,3,4
B1,3,2,4
C2,3,1,4
D2,1,3,4
Attempts:
2 left
💡 Hint
Remember the browser must find the IP address before sending a request.
identification
advanced
2:00remaining
Identify the protocol used when a browser requests a page
Which protocol does a web browser use to request a web page from a server?
AHTTP
BSSH
CFTP
DSMTP
Attempts:
2 left
💡 Hint
This protocol is designed for transferring web pages.
Comparison
advanced
2:00remaining
Compare HTTP and HTTPS in browser requests
What is the main difference between HTTP and HTTPS when a browser requests a page?
AHTTPS encrypts data between browser and server; HTTP does not.
BHTTP is faster than HTTPS because it uses compression.
CHTTPS uses a different port number but sends data unencrypted.
DHTTP requires a password; HTTPS does not.
Attempts:
2 left
💡 Hint
Think about security and privacy when browsing.
🚀 Application
expert
2:00remaining
What happens if DNS lookup fails?
If a browser cannot find the IP address for a website during DNS lookup, what will happen next?
AThe browser will try to load the page from its cache anyway.
BThe browser will show an error message saying the site cannot be reached.
CThe browser will send the request to a random IP address.
DThe browser will automatically switch to HTTPS.
Attempts:
2 left
💡 Hint
Consider what happens when the browser cannot find where to send the request.