Internet Flashcards
List characteristics of web 1.0 and web 2.0
Web 1.0
- Few users
- Slow internet connection
- HTML pages with hyperlinks
Web 2.0
- More users
- Greater sharing
- Faster internet connections
- Social media
What is the difference between downloading and streaming in terms of bandwidth?
Streaming requires constant bandwidth for continuous data flow, while downloading uses bandwidth for a single transfer of a file.
What is VOIP, and how does it impact bandwidth?
VOIP (Voice Over Internet Protocol) allows voice communication over the internet and consumes bandwidth based on call quality.
What is the difference between lossy and lossless compression?
Lossy compression sacrifices some quality for smaller file sizes, while lossless compression maintains full quality.
How does compression affect quality and bandwidth?
Higher compression reduces file size and bandwidth usage but may lower quality. Less compression maintains higher quality but requires more bandwidth.
What is the difference between a web browser and a search engine
A browser is a piece of software that retrieves and displays web pages.
A search engine searches the web for specified keywords.
What is the internet?
A global network of computers that allows users to share information, communicate, and conduct transactions
What is a dynamic web page and when did they start?
- Displays differently depending on parameters.
- Started in Web 2.0
It can look different every time it is viewed depending on who the user is, where the page is viewed from, the time of day.
What is client-side scripting vs server-side scripting?
Client-side
1. user requests a web page from the server
2. server finds the page and sends it to the user
3. page is displayed on browser with scripts running
Server-side
1. user requests a web page from the server
2. script in the oage is interpretedd by the server creating/changing the page+the content to suit the user
3. the page in its final form is sent to the user
client-side: interactive, display/sorting data as required by the user
server-side: logging in, provides specific data, etc
What are computer cookies?
allows the website to recognize your computer and retrieve the stored information about the user