Unit 1 of Internet Technology Flashcards
WORLD WIDE WEB (WWW) - Working, Web Browsers, lts functions, URLs, web sites, Domain names, Portals. Concept of Search Engines, Search engines types, searching the Web, Web Servers, TCP/P and others main protocols used on the Web. E-Mail: Concepts, POP and WEB Based E-mail, merits, address, Basics of Sending & Receiving, E-mail Protocols, Mailing List, Free E-mail services, e-mail servers and e-mail clients programs. (78 cards)
What is the World Wide Web (WWW)?
A service that operates on the internet, created by Tim Berners-Lee in 1989, allowing users to browse, retrieve, and share information globally.
What are the functions of the World Wide Web?
- Information Sharing
- Communication
- E-Commerce
- Entertainment
- Education
- Online Services
What is a web browser?
Software used to access and display websites.
List some popular web browsers.
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Safari
- Opera
What does a URL stand for?
Uniform Resource Locator
What are the components of a URL?
- Protocol
- Domain Name
- Path
What is the difference between an absolute URL and a relative URL?
An absolute URL includes the complete address including protocol, while a relative URL specifies the location relative to the current document.
Define a website.
A collection of web pages accessible via the Internet using a web browser.
What are the functions of a website?
- Information Sharing
- E-Commerce
- Communication & Social Networking
- Entertainment
- Business & Branding
What is a domain name?
A unique, human-readable address that identifies a website on the Internet.
What are the types of Top-Level Domains (TLDs)?
- Generic TLDs (gTLDs)
- Country Code TLDs (ccTLDs)
- Sponsored TLDs (sTLDs)
What is a portal?
A website that serves as a central access point for information, services, and resources.
What is a search engine?
A software system that helps users find information on the Internet by retrieving relevant web pages based on search queries.
What are the steps in how search engines work?
- Crawling
- Indexing
- Ranking & Retrieval
What is a web server?
Software or hardware that serves web pages to users over the internet.
What are some commonly used web servers?
- Apache HTTP Server
- NGINX
- Microsoft IIS
- LiteSpeed
What does TCP/IP stand for?
Transmission Control Protocol/Internet Protocol
What is SMTP?
Simple Mail Transfer Protocol, used to send emails from client to server.
What is the difference between POP3 and IMAP?
POP3 downloads emails from the server and removes them, while IMAP synchronizes emails across devices without deleting them from the server.
Fill in the blank: An email address follows this format: _______.
[username@domain.com]
What are the basic components of an email?
- To
- Cc
- Bcc
- Subject
- Body
- Attachments
What is the purpose of a mailing list?
A group of email addresses used for mass communication.
What does SMTP stand for?
Simple Mail Transfer Protocol
SMTP is used for sending outgoing emails from the client to the server.
What is the primary function of SMTP?
Sends outgoing emails from the client to the server
Uses ports 25 and 587.