Web and HTML Flashcards
1
Q
What is the World Wide Web
A
Global collection of servers & clients communicating over the internet using HyperText Transfer Protocol (HTTP)
- Web Servers, Web Clients (Browser)
2
Q
HyperText Transfer Protocol
A
HTTP
3
Q
What is the Internet
A
Web infrastructure and the hardware and protocols connecting them, but also encompasses other types of communications. (email, VOIP, ssh, file sharing)
4
Q
What is a web client
A
Any internet browser
5
Q
What three components is a URL consisted of?
A
- Protocol
- Server/Domain
- Specific file
6
Q
Three types of protocol?
A
- HTTP
- HTTPS
- File
7
Q
HTML
A
HyperText Markup Language
8
Q
What is the client-server interaction?
A
- Browser contacts the server
- Server retrieves the file and sends (serves it) to the browser
- Browser receives the file and renders it on screen