What does the acronym FTP stands for?
File Transfer Protocol
Define FTP
Was an early way to transfer files over the internet.
Who created WWW (World Wide Web)?
Tim Berners-Lee
What were the three things that the “web” involved?
What is a webpage?
It is a document that is viewed in a web browser.
What is a website?
It is a collection of related webpages that are organized
What is a web server?
It is a program that serves web pages to web browsers
What is HTML?
It is the standard markup language for web documents
What is hypertext?
It is text that has like other other text (and today to images, videos, and more)
What is document markup?
It is special markings in the document that provide additional information about likes, formatting, and images
What does the acronym HTTP stand for?
HyperText Transfer Protocol
What is HTTP?
It is the protocol for transferring files among computers via the web. And a networking protocol that runs over TCP/IP(Transmission Control Protocol/Internet Protocol) and governs communication between web browsers and web servers.
What is the difference between the internet and the web?
The internet is the interconnection of computers communicating using a set of rules. The web is just one particular use of the internet.
What is a web browser?
It is a program that downloads an HTML document from a web server, displays the document to the user with the appropriate formatting, and allows the user to interact with the document, such as clicking hyperlinks to access other documents.
What is World Wide Web Consortium (W3C)?
It is the international standards organization that traditionally has controlled a number of web standards, including HTML. **HTML5 was the final HTML standard released by W3C
What is Web Hypertext Application Technology Work Group (WHATWG)?
Published in 2019, it is an organization that develops a variety of web standards and whose members include the major browser vendors.
What is HTML Living Standard?
It is produced by WHATWG and it is a continually evolving standard without version numbers that replaces HTML 5.
HTML
Defines the structure and content of a webpage
CSS
Specifies the layout and visual appearance
JavaScript
Describes the dynamic behaviors and actions of a webpage
What does an internet packet contains?
It contains To and From IP addresses, the information to communicate, and other configuration information.
What does IP address stand for?
Internet Protocol address
What is an IP address?
It is a computer’s unique address on the Internet (like a house’s unique address in the world), usually represented numerically like 198.51.100.7.
Define domain name
It is a name for an IP address, such as the name wikipedia.org for the IP address 198.35.26.96