Introduction To Internet Infrastructure

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Poonamahuja
P
Poonamahuja
Community Contributor
Quizzes Created: 1 | Total Attempts: 217
| Attempts: 217 | Questions: 48
Please wait...
Question 1 / 48
0 %
0/100
Score 0/100
1. What is a URL?

Explanation

A URL, or Uniform Resource Locator, is the address of a document or "page" on the World Wide Web. It is used to locate and access resources such as websites, webpages, files, and images on the internet. URLs consist of different components, including the protocol (such as HTTP or HTTPS), the domain name, and the specific path to the resource. By entering a URL into a web browser, users can navigate to and view the desired webpage or document.

Submit
Please wait...
About This Quiz
Introduction To Internet Infrastructure - Quiz

This quiz covers basics of web development, including HTML, XHTML, and web standards managed by the W3C.

2. What does the SMTP in an SMTP server stand for?

Explanation

not-available-via-ai

Submit
3. Which one of the following is a search engine?

Explanation

Google is a search engine that allows users to search for information on the internet. It indexes web pages and provides relevant search results based on the user's query. Macromedia Flash is a multimedia software, Netscape is a web browser, and Librarians' Index to the Internet is a directory of internet resources. Therefore, Google is the correct answer as it is the only option that functions as a search engine.

Submit
4. What can you do with the Internet?

Explanation

The Internet allows users to exchange information with friends and colleagues, access various media elements such as pictures, sounds, and video clips, find diverse perspectives on global issues, and post and respond to inquiries on a variety of subjects.

Submit
5. All computers on the Internet have a unique number that identifies that specific computer. This number is called an ____________.

Explanation

An IP address is a unique number assigned to each computer on the Internet. It serves as an identifier for the computer, allowing it to send and receive data over the network. An IP address consists of a series of numbers separated by periods, such as 192.168.0.1. This address is used to locate and communicate with the specific computer on the Internet.

Submit
6. Who is making the Web standards?

Explanation

The World Wide Web Consortium (W3C) is responsible for making and maintaining the Web standards. W3C is an international community that develops open standards to ensure the long-term growth of the Web. It consists of various organizations, individuals, and stakeholders who collaborate to create and update standards for web technologies like HTML, CSS, and JavaScript. Microsoft and Netscape are software companies that have contributed to the development of web technologies, but they are not solely responsible for making the Web standards.

Submit
7. What's the term for the security measure that hides the identity of sensitive information sent across Web servers?

Explanation

Encryption is the correct answer because it refers to the security measure that hides the identity of sensitive information sent across Web servers. Encryption involves converting the data into an unreadable format using algorithms, making it difficult for unauthorized individuals to access or understand the information. This ensures the confidentiality and integrity of the data during transmission, protecting it from potential threats or attacks.

Submit
8. What is a script?

Explanation

A script is a piece of computer code that is designed to perform a specific task or set of tasks. It is not an operating system or a language to display web pages. Instead, it is a set of instructions that can be executed by a computer or a web browser to achieve a desired outcome. Scripts are commonly used in web development to add interactivity, automate processes, and enhance the functionality of websites.

Submit
9. SQL Server or Oracle for high traffic database-driven web sites.

Explanation

SQL Server or Oracle are both viable options for high traffic database-driven web sites. Both databases have robust features and can handle large amounts of data and high levels of traffic. The choice between SQL Server and Oracle ultimately depends on specific requirements, preferences, and budget constraints. Therefore, it is true that SQL Server or Oracle can be used for high traffic database-driven web sites.

Submit
10. Active Server Pages is a server-side scripting technology developed by Microsoft.

Explanation

Active Server Pages (ASP) is indeed a server-side scripting technology developed by Microsoft. It allows web developers to create dynamic web pages by embedding server-side scripts within HTML. These scripts are executed on the server before the page is sent to the user's browser, allowing for the generation of dynamic content. ASP is commonly used with Microsoft's Internet Information Services (IIS) web server and is widely supported on Windows-based servers.

Submit
11. What does HTML stand for?

Explanation

HTML stands for Hyper Text Markup Language. It is a standard markup language used for creating web pages and applications. HTML uses markup tags to define the structure and layout of a web document, including headings, paragraphs, links, images, and other elements. The term "hyper text" refers to the ability to link different web pages together through hyperlinks. HTML is the foundation of the World Wide Web and is essential for creating and displaying content on websites.

Submit
12. Bellsouth, AOL, Earthlink, AT&T are all examples of providers of Internet service for the home. We call these ISP, which stands for what?

Explanation

not-available-via-ai

Submit
13. TCP/IP is not required for using internet.

Explanation

TCP/IP is a fundamental protocol suite that allows devices to communicate over the internet. It provides a set of rules and procedures for establishing and maintaining network connections, ensuring reliable data transmission. Without TCP/IP, devices would not be able to communicate effectively, making it impossible to access and use the internet. Therefore, TCP/IP is indeed required for using the internet, making the given answer "False" correct.

Submit
14. XHTML is a Web standard

Explanation

XHTML (Extensible Hypertext Markup Language) is indeed a web standard. It is a stricter and cleaner version of HTML (Hypertext Markup Language) that follows XML (eXtensible Markup Language) rules. XHTML was developed to ensure compatibility with XML-based systems and to promote interoperability among different web browsers and devices. It provides a standardized structure for web pages, making it easier for developers to create and maintain websites. Therefore, the statement "XHTML is a Web standard" is true.

Submit
15. What does IMAP stand for?

Explanation

not-available-via-ai

Submit
16. What does SQL stand for?

Explanation

SQL stands for Structured Query Language. It is a programming language used for managing relational databases. SQL allows users to create, manipulate, and retrieve data from databases. It is widely used in the field of database management and is considered the standard language for interacting with relational databases.

Submit
17. What is Intranet?

Explanation

to create a private network within the organization. It allows employees to access and share information, documents, and resources securely within the company. Unlike the internet, which is a public network accessible to anyone, an intranet is restricted to authorized users within the organization. It is often protected by a firewall to ensure the security and privacy of the company's data.

Submit
18. An HTML tag is:

Explanation

An HTML tag is a piece of code, or a small bit of standardized text, that tells a Web browser how to display a specific part of a Web page's text. Tags appear as letters or words in between a "" (greater-than sign).

Submit
19. All elements in XHTML must be closed

Explanation

In XHTML, all elements must be closed. This means that every opening tag must have a corresponding closing tag. Failure to close elements properly can result in errors and make the XHTML document invalid. Closing tags are necessary to clearly define the start and end of elements and ensure proper nesting. By closing elements, it helps maintain the structure and integrity of the document, allowing it to be correctly interpreted and displayed by web browsers.

Submit
20. Is this correct XHTML?


  • Coffee
  • Tea

    • Black tea
    • Green tea

  • Milk

Explanation

This is not correct XHTML because the tags are not properly closed. The opening and closing tags for each element should be present, but in this case, the closing tags are missing for the "Coffee" and "Tea" elements. Additionally, the line breaks should be indicated with the "
" tag instead of using "".

Submit
21. Which elements are mandatory in an XHTML document?

Explanation

An XHTML document must include a doctype declaration to specify the version of XHTML being used. It must also have an opening and closing html tag to enclose the entire document. The head element is used to contain meta information about the document, while the body element contains the actual content. Finally, the title element is used to define the title of the document, which is displayed in the browser's title bar or tab. Therefore, all of these elements are mandatory in an XHTML document.

Submit
22. The Internet was originally developed by whom?

Explanation

The correct answer is the U.S. Department of Defense. The Internet was initially developed by the U.S. Department of Defense in the 1960s. It was created as a way to connect computers and share information between different military organizations. The project, known as ARPANET, laid the foundation for what would eventually become the modern Internet.

Submit
23. What are the digits in an IP address called.

Explanation

not-available-via-ai

Submit
24. SEO stands for

Explanation

SEO stands for Search Engine Optimization. It is the practice of optimizing a website to improve its visibility and ranking on search engine results pages. This involves various techniques such as keyword research, on-page optimization, link building, and content creation. The goal of SEO is to drive organic (non-paid) traffic to a website and increase its visibility to potential customers. By implementing SEO strategies, websites can improve their chances of appearing higher in search engine rankings, leading to increased visibility, traffic, and ultimately, conversions.

Submit
25. All computers that are connected to the Internet, even your home computer, are part of a _________.

Explanation

not-available-via-ai

Submit
26. What kind of servers make it possible to create Web addresses using words instead of numbers?

Explanation

not-available-via-ai

Submit
27. The address of a particular page or location on the Web is called a URL. This is the address you would type into a web browser to go a specific webpage. Look at the image below. Select true if the image is a URL. Select false if it is not.

Explanation

not-available-via-ai

Submit
28.  Which of the following HTML tags is weighted the highest as far as the Google algorithm is concerned?

Explanation

The Meta Description tag is weighted the highest as far as the Google algorithm is concerned. This tag provides a brief summary of the webpage's content and is often displayed in search engine results. Google considers the Meta Description tag as an important factor in determining the relevance and quality of a webpage, as it helps users understand what the page is about before clicking on it. Therefore, optimizing the Meta Description tag with relevant keywords and compelling descriptions can improve a webpage's visibility and click-through rate in search results.

Submit
29. What two kinds of servers handle incoming e-mail messages?

Explanation

not-available-via-ai

Submit
30. What is the term for a machine that contacts a server for information?

Explanation

A machine that contacts a server for information is referred to as a client. A client is a computer or device that requests services or resources from a server, such as accessing webpages, sending emails, or downloading files. The client initiates the communication with the server and sends requests for data or services, which the server then provides in response. The client-server model is a fundamental concept in computer networking, where the client is the user-facing device or software, and the server is the central system that stores and processes data.

Submit
31. Which description does NOT apply to the Internet?

Explanation

not-available-via-ai

Submit
32. To which port does the SMTP server listen in order to accept incoming messages?

Explanation

not-available-via-ai

Submit
33. The Internet is managed by the U.S. government.

Explanation

not-available-via-ai

Submit
34. What is a markup language?

Explanation

not-available-via-ai

Submit
35. All XHTML tags and attributes must be in lower case

Explanation

All XHTML tags and attributes must be in lower case because XHTML is case-sensitive. This means that using uppercase letters for tags and attributes can lead to errors and the document may not be rendered correctly by the browser. To ensure compliance with XHTML standards, it is necessary to use lowercase letters for all tags and attributes.

Submit
36. What's the name for the program or service that lets you view e-mail messages?

Explanation

not-available-via-ai

Submit
37. Which domain is a 3rd level domain ?

Explanation

not-available-via-ai

Submit
38. Which of the following is not a program used to create Web pages?

Explanation

not-available-via-ai

Submit
39. What does XHTML stand for?

Explanation

XHTML stands for EXtensible HyperText Markup Language. It is a markup language that is used to structure and format content on the internet. The "extensible" part of the name refers to the ability to customize and extend the language to meet specific needs. XHTML is a stricter and cleaner version of HTML, and it combines the best features of HTML and XML. It is widely used for creating web pages that are compatible with different browsers and devices.

Submit
40.  What do server machines use to designate each of their services?

Explanation

Server machines use ports to designate each of their services. Ports are virtual communication endpoints that allow different services to run simultaneously on a server. Each service is assigned a specific port number, which enables the server to differentiate between different services and direct incoming network traffic accordingly. By using ports, server machines can efficiently manage and organize the various services they provide to clients.

Submit
41. What keystroke is used to close an HTML tag?

Explanation

not-available-via-ai

Submit
42.  What are the three parts of a Web site's address?

Explanation

not-available-via-ai

Submit
43. XML and HTML will be replaced by XHTML

Explanation

The statement is false because XML and HTML will not be replaced by XHTML. XHTML is a combination of XML and HTML, which is designed to be more strict and well-formed than HTML. It is an extension of HTML and follows the same syntax rules as XML. However, HTML and XML will still continue to exist as separate markup languages alongside XHTML.

Submit
44. MySQL for high-cost database-access

Explanation

MySQL is not typically used for high-cost database access. It is a popular open-source relational database management system that is known for its simplicity and ease of use. While it can handle large databases and high traffic, it may not be the best choice for extremely high-cost database access scenarios where performance and scalability are critical. Other database systems like Oracle or Microsoft SQL Server are often preferred for such cases. Therefore, the correct answer is False.

Submit
45. HTML will be replaced by XHTML

Explanation

The statement is true because XHTML is an extended version of HTML that follows stricter rules and syntax. XHTML is designed to be more compatible with XML, making it easier for web developers to create well-formed and structured web pages. Therefore, it is correct to say that HTML will be replaced by XHTML.

Submit
46. Choose the correct HTML tag for the largest heading

Explanation

The correct HTML tag for the largest heading is the

tag. This tag is used to define the main heading on a webpage and is typically displayed in the largest font size. It is important to use heading tags in a hierarchical order, with

being the highest level heading and

being the lowest level heading.
Submit
47. Which is the best search tool for finding Web sites that have been handpicked and recommended by someone else?

Explanation

Subject directories are the best search tool for finding websites that have been handpicked and recommended by someone else. Unlike search engines or meta-search engines, subject directories are curated by human editors who review and categorize websites based on their content and quality. This ensures that the websites listed in subject directories are reliable and relevant to the chosen topic. Discussion groups, on the other hand, are platforms for users to engage in conversations and may not necessarily provide handpicked and recommended websites.

Submit
48. Which of these keywords will you optimize a pets site for? The site provides information about different breeds and also fundamental facts about breeding pets at home. It does neither sell pets, nor is interested in wild animals. The main audience are adults. The words in the different options (a., b., c., etc.) are arranged in order of importance.

Explanation

c. is the best option because it has the relevant keywords and if you keep the percentages in the range 5-8 for each of the keywords, it is likely to get incredible results. a. is not advisable because you risk a penalty for keyword stuffing. b. would be the right choice for a pets site for children, while in d. you miss a major keyword – “breeds” – and substitute it with a more general one - “animals”. Of course, you can optimize for more than 4 keywords, so the alternatives here are just samples but in any case you can't optimize for an unlimited amount of keywords, so you always need to make choices.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 19, 2009
    Quiz Created by
    Poonamahuja
Cancel
  • All
    All (48)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is a URL?
What does the SMTP in an SMTP server stand for?
Which one of the following is a search engine?
What can you do with the Internet?
All computers on the Internet have a unique number that identifies...
Who is making the Web standards?
What's the term for the security measure that hides the identity of...
What is a script?
SQL Server or Oracle for high traffic database-driven web sites.
Active Server Pages is a server-side scripting technology developed by...
What does HTML stand for?
Bellsouth, AOL, Earthlink, AT&T are all examples of providers of...
TCP/IP is not required for using internet.
XHTML is a Web standard
What does IMAP stand for?
What does SQL stand for?
What is Intranet?
An HTML tag is:
All elements in XHTML must be closed
Is this correct XHTML? ...
Which elements are mandatory in an XHTML document?
The Internet was originally developed by whom?
What are the digits in an IP address called.
SEO stands for
All computers that are connected to the Internet, even your home...
What kind of servers make it possible to create Web addresses using...
The address of a particular page or location on the Web is called a...
 Which of the following HTML tags is weighted the highest as far...
What two kinds of servers handle incoming e-mail messages?
What is the term for a machine that contacts a server for information?
Which description does NOT apply to the Internet?
To which port does the SMTP server listen in order to accept incoming...
The Internet is managed by the U.S. government.
What is a markup language?
All XHTML tags and attributes must be in lower case
What's the name for the program or service that lets you view e-mail...
Which domain is a 3rd level domain ?
Which of the following is not a program used to create Web pages?
What does XHTML stand for?
 What do server machines use to designate each of their services?
What keystroke is used to close an HTML tag?
 What are the three parts of a Web site's address?
XML and HTML will be replaced by XHTML
MySQL for high-cost database-access
HTML will be replaced by XHTML
Choose the correct HTML tag for the largest heading
Which is the best search tool for finding Web sites that have been...
Which of these keywords will you optimize a pets site for? The site...
Alert!

Advertisement