Basic Web Hosting Principles Quiz

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 Pcguys
P
Pcguys
Community Contributor
Quizzes Created: 1 | Total Attempts: 726
| Attempts: 726 | Questions: 100
Please wait...
Question 1 / 100
0 %
0/100
Score 0/100
1. If we did not have domain names how would we get to websites?

Explanation

If we did not have domain names, we would still be able to access websites by using IP addresses. An IP address is a unique numerical label assigned to each device connected to a computer network. It serves as the address for communication between devices on the internet. Instead of typing a domain name like "www.example.com" in the browser, we would enter the specific IP address associated with the website we want to visit. This would allow us to directly connect to the server hosting the website and access its content.

Submit
Please wait...
About This Quiz
Basic Web Hosting Principles Quiz - Quiz

Embark on a digital journey with our Basic Web Hosting Principles Quiz, designed to demystify the fundamental concepts of web hosting. Whether you're a budding web developer, business... see moreowner, or simply curious about the digital infrastructure behind websites, this quiz is your gateway to understanding the essential principles that power the internet. Explore questions covering hosting types, server management, security protocols, and more, as you navigate the intricacies of hosting your online presence. From shared hosting to dedicated servers, this quiz spans the spectrum of web hosting, providing a comprehensive overview. Challenge yourself and assess your grasp on the basic principles that contribute to a seamless online experience. Take the Basic Web Hosting Principles Quiz and unlock the knowledge to make informed decisions in the digital realm.
see less

2. Where is PHP executed?

Explanation

PHP is executed on the server side. This means that the PHP code is processed and executed on the web server before the resulting HTML is sent to the client's browser. This allows the server to dynamically generate web pages and interact with databases or other server-side resources. Client-side technologies like JavaScript, on the other hand, are executed by the client's browser.

Submit
3. What is it important to have to assist an end customer with there website needs?

Explanation

To assist an end customer with their website needs, it is important to have knowledge of hosting and web design. This is because understanding hosting allows the customer's website to be properly set up and maintained on a server, ensuring it is accessible to visitors. Additionally, having knowledge of web design enables the customer's website to be visually appealing, user-friendly, and optimized for search engines. Both of these skills are crucial in providing effective assistance and ensuring the customer's website meets their needs and goals.

Submit
4. What does FTP stand for

Explanation

FTP stands for File Transfer Protocol. It is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet. FTP allows users to upload, download, and manipulate files on a remote server. It provides a set of rules and commands for the secure and efficient transfer of files between computers.

Submit
5. Which of the following is a Internet Protocol (IP) resource?

Explanation

Your computer is a correct answer because it is an Internet Protocol (IP) resource. Every device connected to the internet, including computers, smartphones, and servers, is assigned a unique IP address. This IP address allows the device to communicate with other devices on the internet and access various resources and services. Therefore, your computer can be considered as an IP resource.

Submit
6. What is a TLD?

Explanation

A TLD stands for Top Level Domain. It is the highest level in the hierarchical domain name system of the internet. TLDs are the last segment of a domain name, following the dot (e.g., .com, .org, .net). They represent the purpose or type of organization associated with the website. Examples of TLDs include .com (commercial), .org (organization), and .gov (government).

Submit
7. What does DNS stand for?

Explanation

DNS stands for Domain Name System. It is a decentralized naming system for computers, services, or any resource connected to the internet or a private network. It translates domain names (such as www.example.com) into IP addresses, allowing users to access websites and other online resources using easily memorable names instead of numerical IP addresses. The DNS system also provides other important functionalities such as domain registration, management, and resolution of domain name conflicts.

Submit
8. What does HTML stand for?

Explanation

HTML stands for Hyper Text Markup Language. It is a standard markup language used for creating and structuring web pages. HTML uses tags to define elements within a document, such as headings, paragraphs, links, images, and more. These tags provide instructions to web browsers on how to display the content. HTML is the backbone of every web page and is essential for creating and formatting the content that users see on websites.

Submit
9. What is the logo for Linux

Explanation

The logo for Linux is a penguin. The penguin, named Tux, was chosen as the logo for Linux because it represents the mascot of the Linux kernel. Tux has become a symbol for the Linux operating system and is widely recognized by the community. The choice of a penguin as the logo is a playful and unique representation of the open-source nature of Linux.

Submit
10. Define the following, "Domain names are organized in subordinate levels of the DNS root domain"

Explanation

A subdomain is a division or subdivision of a larger domain. In the context of domain names being organized in subordinate levels of the DNS root domain, a subdomain refers to a domain that is part of a larger domain. It is created by adding a prefix to the original domain name, typically separated by a dot. Subdomains allow for further categorization and organization of websites or resources within a domain.

Submit
11. What does a web host do?

Explanation

A web host provides you with a location to store your website. This means that they offer server space where you can upload and store all the files and data that make up your website. This allows your website to be accessible to users on the internet. The web host will also ensure that your website remains online and accessible to visitors at all times. They handle the technical aspects of hosting, such as server maintenance, security, and backups, so that you can focus on creating and managing your website.

Submit
12. What is a webpage?

Explanation

A webpage is a combination of code and images displayed in the browser. It is a digital document that is accessed through a web browser and contains various elements such as text, images, videos, and interactive features. The code, typically written in languages like HTML, CSS, and JavaScript, determines the structure, layout, and functionality of the webpage, while the images add visual content to enhance the user experience. When the webpage is loaded in a browser, the code is interpreted and the images are rendered, resulting in the display of the webpage on the screen.

Submit
13. What does CMS Stand for?

Explanation

A Content Management System (CMS) is a software application that allows users to create, manage, and modify digital content on a website without the need for technical knowledge. It provides a user-friendly interface for organizing and publishing content, making it easier for individuals or organizations to maintain and update their websites. Content Monitoring System, Content Managed Storage, and Content Maniac Sausage are not valid explanations for the acronym CMS.

Submit
14. Your customer wishes to build a dynamic message board which programming language would be best to use?

Explanation

PHP would be the best programming language to use for building a dynamic message board. PHP is a widely-used scripting language that is specifically designed for web development. It has built-in functions and libraries that make it easy to handle dynamic content and interact with databases. PHP also has a large and active community, which means there are plenty of resources and support available for developers. Additionally, PHP is compatible with various web servers and operating systems, making it a versatile choice for building web applications.

Submit
15. What is SQLs primary purpose?

Explanation

The primary purpose of SQL is to maintain an online database. SQL (Structured Query Language) is a programming language used for managing and manipulating relational databases. It allows users to create, modify, and retrieve data from databases, as well as perform various operations such as inserting, updating, and deleting records. It is widely used in web development and other applications that require efficient management of data in online databases.

Submit
16. What does CSS stand for?

Explanation

CSS stands for Cascading Style sheets. It is a style sheet language used for describing the look and formatting of a document written in HTML. It is responsible for the visual aspects of a webpage, including layout, colors, fonts, and other design elements. The term "cascading" refers to the way CSS rules can be applied to different elements in a hierarchical manner, allowing for easy and efficient styling of multiple webpages.

Submit
17. Which of the folling is not a graphics format you would use on a website?

Explanation

BMP (Bitmap) is not a graphics format that is commonly used on websites. BMP files are typically larger in size compared to other graphics formats, such as JPEG, GIF, and PNG. They do not support compression, which makes them unsuitable for web use as they can slow down the loading time of a webpage. Therefore, BMP is not a recommended graphics format for websites.

Submit
18. Define the following "The amount of data transfer your web host allots to run through your website."

Explanation

Bandwidth refers to the amount of data that can be transmitted over a network or through a web host. It represents the capacity or speed at which data can be transferred. In the context of a web host, bandwidth refers to the amount of data transfer allotted to run through a website. It determines how much data can be sent or received by the website within a certain period of time. A higher bandwidth allows for faster and smoother data transfer, while a lower bandwidth may result in slower loading times and limited data transfer capabilities.

Submit
19. What does SQL stand for?

Explanation

SQL stands for Structured Query Language. This is a programming language that is used to manage and manipulate relational databases. It is designed to allow users to retrieve, insert, update, and delete data from databases. SQL is widely used in database management systems and is considered the standard language for interacting with relational databases.

Submit
20. What type of hosting would you advise for a video sharing site?

Explanation

For a video sharing site, dedicated hosting would be the best option. This is because dedicated hosting provides a dedicated server solely for the use of one website, ensuring high performance and reliability. A video sharing site requires a significant amount of storage space and bandwidth to handle large video files and high traffic. With dedicated hosting, the site can have full control over server resources, allowing for faster loading times, better security, and the ability to handle a large number of simultaneous video uploads and downloads. Shared hosting, on the other hand, would not be suitable as it involves sharing server resources with other websites, which can lead to slower performance and limited resources for the video sharing site.

Submit
21. What file would you use to override some of your servers basic settings?

Explanation

The .htaccess file is commonly used to override or modify the basic settings of a server. It allows users to make specific configurations for their website without having to modify the main server configuration files. By placing a .htaccess file in the root directory of a website, users can control various aspects such as URL rewriting, access control, error handling, and more. This file is widely used in Apache web servers to customize the behavior of individual directories and files.

Submit
22. What web feature would offer the following? •Number of unique visitors to your website •Number of visits •Number of web pages hit (which is your true hit count) •Number of web files of any type hit (which is your inflated hit count) •Bandwidth •External links people use to hit your website (an extremely useful stat) •What kind of browsers and operating systems visitors use •How many visitors add your site to their favourites list...and much, much more. A good web stats program is chock full of information and is indispensable to the fledgling web designer.

Explanation

A web stats feature would offer all the mentioned information such as the number of unique visitors, number of visits, number of web pages hit, number of web files hit, bandwidth, external links, browser and operating system information, and the number of visitors who add the website to their favorites list. This feature provides comprehensive data and insights about website traffic, user behavior, and overall website performance, making it essential for web designers to analyze and optimize their websites.

Submit
23. Define the following "This will enable you to send encrypted and authenticated information over the web ensuring client security."

Explanation

SSL (Secure Sockets Layer) is a cryptographic protocol that provides secure communication over the internet. It enables encryption and authentication of information transmitted between a client and a server, ensuring client security. SSL encrypts the data to prevent unauthorized access and verifies the identity of the server to ensure that the information is being sent to the intended recipient. By implementing SSL, sensitive information such as passwords, credit card details, and personal data can be securely transmitted over the web, protecting it from potential threats and ensuring the privacy and security of the client.

Submit
24. Who owns ASP?

Explanation

Microsoft owns ASP.

Submit
25. What does ISP stand for?

Explanation

ISP stands for Internet Service Provider. An ISP is a company or organization that provides access to the internet for individuals or other organizations. They offer various services such as internet connectivity, email services, web hosting, and virtual private networks (VPNs). ISPs enable users to connect to the internet and access websites, send and receive emails, and perform other online activities. They play a crucial role in connecting users to the vast network of the internet and ensuring reliable and uninterrupted internet services.

Submit
26. What does POP stand for?

Explanation

POP stands for Post Office Protocol. It is a standard protocol used for receiving email from a mail server. It allows an email client to retrieve messages from a mail server and download them to the client's device. This protocol is commonly used for accessing email in a simple and straightforward manner.

Submit
27. What does open source mean?

Explanation

Open source refers to software that is developed and made available to the public by a group of volunteer programmers who are not motivated by profit. This means that the source code of the software is openly accessible, allowing anyone to view, modify, and distribute it. The concept of open source promotes collaboration, transparency, and community-driven development, as it encourages individuals to contribute their skills and knowledge to improve the software for the benefit of everyone.

Submit
28. What type of licence does PHP fall under?

Explanation

PHP falls under the category of open source license. Open source refers to a type of software license that allows users to freely use, modify, and distribute the software. This means that PHP is available for anyone to use, study, and modify without any restrictions. It promotes collaboration and community-driven development, making it a popular choice for developers worldwide.

Submit
29. What does URL stand For?

Explanation

A URL stands for Uniform Resource Locator. It is a string of characters that provides the address of a specific resource on the internet. It is used to locate and access resources such as web pages, images, videos, etc. The term "uniform" implies that URLs follow a standardized format and structure, making it easier for users and browsers to understand and navigate to the desired resource.

Submit
30. Define the following "A special kind of software installed for the convenience of webmasters to handle common tasks associated with web hosting accounts. With your user-friendly control panel you can expect to be able to easily change your password, create email accounts, create extra user accounts and passwords with varying accessibility, password protect directories, change file permissions, upload files monitor your bandwidth and more."

Explanation

A control panel is a special kind of software installed for the convenience of webmasters to handle common tasks associated with web hosting accounts. It provides a user-friendly interface that allows webmasters to easily perform various actions such as changing passwords, creating email accounts, creating user accounts with different accessibility levels, password protecting directories, changing file permissions, uploading files, monitoring bandwidth, and more. The control panel simplifies the management of web hosting accounts and allows webmasters to efficiently handle administrative tasks.

Submit
31. What does CGI stand for?

Explanation

CGI stands for Common Gateway Interface. It is a standard protocol that allows web servers to communicate with external programs or scripts. It enables the web server to generate dynamic web content by executing scripts and programs based on user requests. CGI acts as a bridge between the web server and the program, facilitating the exchange of data and information. Therefore, the correct answer is Common Gateway Interface.

Submit
32. What is operating system?

Explanation

An operating system is a software that manages computer hardware and software resources and provides common services for computer programs. It is not just an application but a fundamental component of a computer system that allows users to interact with the computer and run other applications. Windows is one example of an operating system, but there are also other operating systems available such as macOS and Linux.

Submit
33. What does SSI stand for?

Explanation

Server Side Includes (SSI) is a technology used in web development to include content from one web page into another. It allows for dynamic content to be inserted into a static webpage, making it easier to update and maintain websites. SSI is commonly used for including headers, footers, and navigation bars across multiple pages. Therefore, the correct answer is Server Side Includes.

Submit
34. Define the following "These are special extensions installed on the server which exhance the usability of a WYSIWYG program known as FrontPage editor."

Explanation

FrontPage extensions are special extensions installed on a server that enhance the usability of the FrontPage editor, a WYSIWYG program. These extensions provide additional functionality and features to the editor, allowing users to easily create and manage websites. They enable features such as server-side scripting, form handling, and database integration, making it easier for users to design and publish dynamic web pages. FrontPage extensions are specific to the FrontPage editor and are not applicable to other web development tools.

Submit
35. What type of server allows the use of .htaccess?

Explanation

Apache is the correct answer because Apache is a widely used open-source web server software that allows the use of .htaccess files. .htaccess files are configuration files that can be used to modify the behavior of the Apache web server on a per-directory basis. These files are commonly used for tasks such as URL rewriting, access control, and authentication.

Submit
36. What else would you call a first-Level set of Domains?

Explanation

A first-level set of domains is commonly referred to as a Top-Level Domain (TLD). TLDs are the highest level in the hierarchical Domain Name System (DNS) structure and are used to categorize and organize websites based on their purpose or geographic location. Examples of TLDs include .com, .org, .net, and country-specific TLDs like .uk or .fr.

Submit
37. Which of the following is a CMS available in PCGuys one click installer?

Explanation

Joomla is a CMS (Content Management System) that is available in PCGuys one click installer. It is a popular and widely used CMS that allows users to easily create and manage websites and online applications. With Joomla, users can customize their websites with various templates and extensions, making it a flexible and user-friendly option for website development.

Submit
38. What does PHP stand for?

Explanation

PHP stands for Hypertext Preprocessor. It is a widely-used open-source scripting language that is specifically designed for web development. PHP is embedded within HTML code and is used to create dynamic web pages and applications. It is known for its simplicity, flexibility, and extensive support for databases. PHP is a server-side language, meaning it is executed on the server before being sent to the user's browser. It is a popular choice for building websites and web applications due to its ease of use and wide community support.

Submit
39. What does SSL Mean?

Explanation

SSL stands for Secure Sockets Layer. It is a standard security protocol that establishes an encrypted link between a web server and a browser. This link ensures that all data transferred between the server and the browser remains private and secure. SSL is commonly used to secure online transactions, such as credit card payments, online banking, and sensitive information transfers. It provides authentication, encryption, and integrity for data communication, protecting it from unauthorized access and tampering.

Submit
40. Define the following "an identification string that defines a realm of administrative autonomy, authority, or control on the Internet. they are formed by the rules and procedures of DNS"

Explanation

A domain name is an identification string that defines a realm of administrative autonomy, authority, or control on the Internet. It is formed by the rules and procedures of DNS (Domain Name System). Domain names are used to identify and locate websites on the Internet. They provide a more human-friendly way to access websites by mapping them to their corresponding IP addresses.

Submit
41. What type of event might a cron generate?

Explanation

A cron is a time-based job scheduler in Unix-like operating systems. It is commonly used to schedule recurring tasks or scripts. In this context, a cron can be used to generate a backup event. This means that a cron job can be set up to automatically create backups of files or databases at specified intervals, ensuring data security and recovery options. Therefore, the correct answer is "A backup."

Submit
42. What naming convention does PCGuys use for there shared hosting Platform?

Explanation

PCGuys uses the naming convention of "Worlds most valuable metals" for their shared hosting platform.

Submit
43. How much bandwidth would be considered reasonable for a flash free start up website.

Explanation

For a flash-free startup website, up to 5GB of bandwidth would be considered reasonable. This is because flash-free websites typically have less multimedia content and therefore require less bandwidth to load and function properly. By setting a limit of 5GB, the website can efficiently handle the expected traffic without incurring excessive costs or experiencing slow loading times.

Submit
44. What type of server will normally run ASP scripts?

Explanation

ASP (Active Server Pages) is a server-side scripting language developed by Microsoft. It is primarily designed to run on Windows servers. Therefore, the correct answer is Windows. Unix and Linux servers typically do not natively support ASP scripts, although there are workarounds available. However, Windows servers provide better support and integration for ASP scripts, making them the preferred choice for running ASP applications. Additionally, the answer "Any" is not entirely accurate as it implies that ASP scripts can run on any type of server, which is not true.

Submit
45. Which of the following has the highest level of support on webservers?

Explanation

PHP has the highest level of support on webservers because it is a widely used server-side scripting language specifically designed for web development. It is supported by most web servers, including Apache, Nginx, and Microsoft IIS. PHP has a large and active community of developers, which means there are plenty of resources, documentation, and libraries available for support and troubleshooting. Additionally, PHP is known for its compatibility with various operating systems and databases, making it a popular choice for web development.

Submit
46. A users homepage is 50KB how much bandwidth will be used if they recieve 20 hits?

Explanation

If the user's homepage is 50KB and they receive 20 hits, the total amount of data transferred would be 50KB x 20 = 1000KB. Since 1MB is equal to 1000KB, the correct answer is 1MB.

Submit
47. Where in your webspace would you upload your cgi-scripts?

Explanation

The correct answer is "cgi-bin". This is the standard directory where CGI (Common Gateway Interface) scripts are typically uploaded in a web server's file system. CGI scripts are used to process input from web forms and generate dynamic content on a website. Placing them in the "cgi-bin" directory allows the server to recognize and execute these scripts correctly.

Submit
48. Who owns MYSQL?

Explanation

MySQL is owned by the community of developers and users who contribute to its development and use it freely. It is an open-source database management system, which means that its source code is available to the public and can be modified, distributed, and used by anyone. This allows for collaboration and innovation from a wide range of individuals and organizations, without any single entity having exclusive ownership or control over it.

Submit
49. In which decade was the Domain Name System Devised?

Explanation

The Domain Name System (DNS) was devised in the 1980s. This system was developed to replace the previous method of using a centralized file to map domain names to IP addresses. The DNS revolutionized the way internet addresses are organized and accessed by introducing a hierarchical structure and distributed database system. This advancement in technology greatly contributed to the growth and scalability of the internet.

Submit
50. What is a web browser?

Explanation

A web browser is a program that allows users to access and view websites on the internet. It acts as a gateway between the user and the World Wide Web, enabling them to navigate through web pages, search for information, and interact with various online services. Web browsers provide a graphical user interface, allowing users to easily interact with websites by clicking on links, inputting text, and viewing multimedia content. They also support various web technologies such as HTML, CSS, and JavaScript, which enable the rendering and functionality of websites.

Submit
51. A customer needs to set up a video sharing site they are expecting 100 video views a day what hosting package would you advise?

Explanation

The Professional hosting package would be the recommended choice for the customer setting up a video sharing site with an expected 100 video views a day. This package is likely to provide sufficient resources and bandwidth to handle the daily video views and ensure smooth playback for the users. The Platinum and Ultimate packages might offer more advanced features or higher resource limits, but they could be unnecessary and more expensive for the customer's current needs.

Submit
52. Whats another name for a crontab?

Explanation

A crontab is a time-based job scheduler in Unix-like operating systems. It is used to schedule recurring tasks or commands to be executed automatically at fixed time intervals. The term "Cron Job" is commonly used to refer to a crontab because it accurately describes the purpose of a crontab, which is to schedule and execute jobs or scripts at specific times. Therefore, "Cron Job" is another name for a crontab.

Submit
53. Define the following "This refers to how much actual hard disk space you are allowed to occupy on the computer(s) your web host uses to act as a web server. More often than not, the disk space allotted to you will be far in excess of what you actually need."

Explanation

Disk space refers to the amount of actual hard disk space that a user is allowed to occupy on the computer(s) used by their web host as a web server. This allocation is typically more than what is actually needed by the user.

Submit
54. What is a much needed feature for a successful website that many free hosting companies forget?

Explanation

Many free hosting companies often overlook the importance of offering POP email accounts as a feature for a successful website. POP email accounts allow users to have personalized email addresses with their domain name, enhancing the professionalism and credibility of the website. It also provides users with the convenience of managing their emails directly through their website's hosting platform. This feature is crucial for businesses and individuals who rely heavily on email communication and need a reliable and efficient email management system.

Submit
55. How much webspace is included with Rhodium Hosting?

Explanation

Rhodium Hosting includes 97.66MB of webspace. This means that users will have a storage capacity of 97.66 megabytes to store their website files, images, and other data on the Rhodium Hosting platform.

Submit
56. Which of the following hosting packages come with Free broadband?

Explanation

All of the hosting packages mentioned (PROFESSIONAL, ADVANCED, and PREMIUM) come with Free broadband.

Submit
57. What does ASP stand for?

Explanation

ASP stands for Active Server Pages. Active Server Pages is a server-side scripting language developed by Microsoft. It is used to create dynamic web pages and web applications. With ASP, developers can embed scripts within HTML pages to perform various tasks such as accessing databases, processing form data, and generating dynamic content. ASP allows for the creation of interactive and dynamic websites, making it a popular choice for web development.

Submit
58. What does SSH stand for?

Explanation

SSH stands for Secure Shell. It is a cryptographic network protocol that provides a secure way to access and manage remote systems. It allows for secure remote login, file transfer, and command execution. The protocol encrypts the data transmitted over the network, ensuring confidentiality and integrity. Secure Shell is widely used in the IT industry to securely access and administer remote servers and devices.

Submit
59. A customer has a website their homepage is 50KB they recieve 2000 hits per day how much bandwidth will they require in a 31 day month?

Explanation

To calculate the required bandwidth, we need to multiply the size of the homepage (50KB) by the number of hits per day (2000). This will give us the total amount of data transferred per day. Then, we multiply this value by the number of days in a month (31) to get the total data transferred in a month. Converting this value to gigabytes, we find that it is equal to 3.1GB. Therefore, the customer will require 3.1GB of bandwidth in a 31-day month.

Submit
60. Define the following "a computer server that hosts a network service for providing responses to queries against a directory service. It maps a human-recognizable identifier to a system-internal, often numeric, identification or addressing component. This service is performed by the server according to a network service protocol."

Explanation

A name server is a computer server that hosts a network service for providing responses to queries against a directory service. It maps a human-recognizable identifier to a system-internal, often numeric, identification or addressing component. This service is performed by the server according to a network service protocol.

Submit
61. Name an FTP application named in your training

Explanation

WS FTP is a correct answer because it is a well-known FTP application that is commonly used for transferring files between a client and a server over a network. It provides a user-friendly interface and various features such as secure file transfers, drag-and-drop functionality, and support for multiple file transfer protocols. WS FTP has been mentioned in the training as one of the recommended FTP applications, making it a valid choice for the correct answer.

Submit
62. What is PCGuys Hostings uptime?

Explanation

The correct answer is 99%. Uptime refers to the amount of time a website or server is operational and accessible to users. A 99% uptime means that the website or server is expected to be up and running for 99% of the time. This indicates a high level of reliability and availability for PCGuys Hostings, as it ensures that their services are accessible to users for the majority of the time.

Submit
63. What type of servers do crons run on?

Explanation

Crons are primarily used in UNIX/Linux systems to schedule and automate tasks. These tasks can include running scripts, executing commands, or performing system maintenance. Windows servers have a similar functionality called "Scheduled Tasks," but the term "cron" specifically refers to the UNIX/Linux environment. Therefore, the correct answer is UNIX/Linux.

Submit
64. What is a cron Used for?

Explanation

A cron is used for setting up timed events. It allows users to schedule specific tasks or scripts to run at predetermined intervals. This can be useful for automating repetitive tasks, such as backups or system maintenance, without requiring manual intervention. By specifying the desired time and frequency, cron ensures that these events occur consistently and efficiently.

Submit
65. What is the most common video format on the web?

Explanation

Flash is the most common video format on the web because it is widely supported by web browsers and platforms. It allows for high-quality video playback and interactive features, making it a popular choice for streaming videos, online games, and animations. Flash also offers efficient compression techniques, which helps in reducing file sizes without compromising the video quality. Additionally, Flash supports a wide range of devices and operating systems, making it accessible to a large audience.

Submit
66. What is the most important factors in being a web hosting company that brings in new business?

Explanation

Reputation is the most important factor in being a web hosting company that brings in new business. A company's reputation plays a crucial role in attracting potential customers as it reflects their reliability, trustworthiness, and quality of service. Positive reviews and recommendations from satisfied clients can significantly impact the decision-making process of new customers. A strong reputation can differentiate a hosting company from its competitors and create a positive perception in the market, leading to increased business opportunities.

Submit
67. How do you cater for as many hosting needs as possible?

Explanation

By offering a wide variety of hosting options, you can cater to different needs and preferences of users. This allows you to provide solutions for various requirements such as shared hosting, virtual private servers, cloud hosting, or dedicated servers. By having a diverse range of hosting options, you can accommodate different budgets, scalability needs, and performance requirements, ensuring that you can meet the hosting needs of as many users as possible.

Submit
68. Do PCGuys allow FFMPEG on shared hosting?

Explanation

PCGuys do not allow FFMPEG on shared hosting.

Submit
69. Which of the following is not a payment schedule available in pcguys hosting?

Explanation

The correct answer is "Monthly" because the question asks for a payment schedule that is not available in pcguys hosting. Since "Monthly" is listed as one of the options, it means that it is not a payment schedule available in pcguys hosting.

Submit
70. Which of the following can also be called disk space?

Explanation

Webspace can also be called disk space because it refers to the amount of storage space available on a server to store website files, databases, and other data. It is similar to the concept of hard drive space, as both represent the capacity to store digital files. Bandwidth, on the other hand, refers to the amount of data that can be transferred between a website and its users. Dropbox is a cloud storage service, which is different from disk space on a physical hard drive or server.

Submit
71. A customer needs to set up a video sharing website they expect in excess of 1000 video views per day which hosting package would you advise?

Explanation

The ULTIMATE hosting package would be advised for the customer setting up a video sharing website expecting in excess of 1000 video views per day. This package is likely to offer the highest level of resources and features, such as unlimited bandwidth and storage, to handle the high volume of video views and ensure smooth performance of the website. The Platinum and PROFESSIONAL packages may not provide enough resources to handle the expected traffic.

Submit
72. Which of the following hosting packages come with free broadband?

Explanation

The hosting package that comes with free broadband is Rhodium.

Submit
73. A customer wants a free domain name with DNS capability which site would you advise them to use?

Explanation

The correct answer is co.cc. Co.cc is a domain name registration service that offers free domain names along with DNS capability. It allows customers to register a domain name without any cost and provides DNS management tools to easily set up and manage their domain. This makes co.cc a suitable choice for customers who are looking for a free domain name with DNS capability.

Submit
74. When would you use SSI?

Explanation

SSI (Server Side Includes) are used when a website is partially dynamic. This means that certain parts of the website need to be updated or changed frequently, while other parts remain static. SSI allows for the inclusion of dynamic content, such as headers, footers, or navigation menus, into multiple web pages without having to manually update each page individually. By using SSI, the dynamic elements can be easily maintained and updated, while the static content remains unchanged.

Submit
75. What is the billing frequency of palladium Hosting?

Explanation

The billing frequency of Palladium Hosting is every year, meaning that customers are charged for their hosting services on an annual basis. This implies that customers will have to make a payment once a year to continue using the hosting services provided by Palladium Hosting.

Submit
76. Define the following "a network protocol for secure data communication"

Explanation

SSH stands for Secure Shell. It is a network protocol that provides a secure way to communicate and transfer data over an unsecured network. Unlike FTP and sFTP, which are protocols for file transfer, SSH is a protocol that allows secure remote access to a computer or server. It encrypts the data being transmitted, ensuring that it cannot be intercepted or tampered with by unauthorized parties. SSH is widely used in the IT industry for tasks such as remote administration, file transfers, and tunneling.

Submit
77. What is the monthly cost of Osmium Hosting?

Explanation

The monthly cost of Osmium Hosting is 5 pounds and 10 pence.

Submit
78. How much webspace is included with Gold hosting?

Explanation

Gold hosting includes 62.35GB of webspace. This means that users who opt for Gold hosting will have access to 62.35GB of storage to store their website files, databases, and other data. This ample amount of webspace allows users to comfortably host their website and accommodate their content without worrying about running out of storage.

Submit
79. How much webspace comes with our platinum hosting package?

Explanation

The platinum hosting package comes with 976.56GB of webspace. This is a significant amount of storage space, allowing users to host a large number of files, websites, and databases. With nearly 1TB of space, users can store and manage a wide range of content without worrying about running out of storage capacity.

Submit
80. What is the monthly fee for premium Hosting?

Explanation

The monthly fee for premium Hosting is 299.99.

Submit
81. How much webspace comes with Osmium Hosting?

Explanation

Osmium Hosting provides 19.58GB of webspace.

Submit
82. Which of the following packages include free broadband?

Explanation

The Platinum package includes free broadband.

Submit
83. What language would ASP scripts normally be written in?

Explanation

ASP (Active Server Pages) scripts are typically written in VBScript. VBScript is a scripting language developed by Microsoft that is specifically designed for use with ASP. It is the default scripting language for ASP and is widely used for server-side scripting in web development. VBScript is easy to learn and has a syntax similar to Visual Basic. It allows developers to create dynamic and interactive web pages by embedding code within HTML.

Submit
84. How much webspace comes with PCGuys Rhenium Package?

Explanation

The PCGuys Rhenium Package comes with 1GB of webspace.

Submit
85. What is the billing frequency of osmium hosting?

Explanation

The billing frequency of osmium hosting is yearly. This means that customers are billed once a year for their hosting services.

Submit
86. What is the monthly fee for Iridium Hosting?

Explanation

The monthly fee for Iridium Hosting is 5 pounds and 25 pence.

Submit
87. What is the monthly fee for advanced hosting?

Explanation

The monthly fee for advanced hosting is 174.99. This can be inferred from the given options where 174.99 is the only price mentioned for advanced hosting.

Submit
88. What file extension would be used for an SSI script?

Explanation

The correct answer is .inc. The .inc file extension is commonly used for Server Side Includes (SSI) scripts. SSI is a technology that allows the inclusion of dynamic content into web pages. The .inc extension is often used to indicate that a file contains server-side code that needs to be included or parsed by the server before being sent to the client's browser.

Submit
89. How Much webspace is provided with Iridium Hosting?

Explanation

Iridium Hosting provides 6GB of webspace.

Submit
90. What is the billing frequency for Rhodium hosting?

Explanation

The billing frequency for Rhodium hosting is every 3 months. This means that customers will be billed for their hosting services every three months.

Submit
91. What is the monthy fee for rhodium hosting?

Explanation

The monthly fee for rhodium hosting is 24.99.

Submit
92. A customer wants a free additional domain name that they can set up to simply point at their current site with a simple HTML redirect which site would you advise them to use?

Explanation

The customer should use co.nr because it allows them to set up a free additional domain name and easily redirect it to their current site using a simple HTML redirect.

Submit
93. How much does Rhenium hosting cost per month?

Explanation

The given correct answer for this question is 1 pound. This implies that the cost of Rhenium hosting per month is 1 pound.

Submit
94. What is the monthy fee for pro hosting?

Explanation

The monthly fee for pro hosting is 149.99.

Submit
95. What is the monthy fee for Palladium Hosting?

Explanation

The monthly fee for Palladium Hosting is 1 pound 75 pence.

Submit
96. What is the billing frequency for Gold hosting?

Explanation

The billing frequency for Gold hosting is every 3 months. This means that the customer will be charged for the hosting service every three months.

Submit
97. How much webspace comes with Palladium Hosting?

Explanation

Palladium Hosting provides 2GB of webspace.

Submit
98. What is the billing frequency for Iridium Hosting?

Explanation

The billing frequency for Iridium Hosting is every 6 months. This means that customers will be billed for their hosting services every half year.

Submit
99. What is the monthly Fee for Gold Hosting?

Explanation

The correct answer is 13.99 because it is the only option that matches the question asking for the monthly fee for Gold Hosting. The other options do not match the given question.

Submit
100. What is the payment frequency of rhenium hosting?

Explanation

The payment frequency of rhenium hosting is every 2 years. This means that customers are required to make a payment for their hosting services once every 2 years.

Submit
View My Results

Quiz Review Timeline (Updated): Dec 26, 2023 +

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

  • Current Version
  • Dec 26, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 31, 2012
    Quiz Created by
    Pcguys
Cancel
  • All
    All (100)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
If we did not have domain names how would we get to websites?
Where is PHP executed?
What is it important to have to assist an end customer with there...
What does FTP stand for
Which of the following is a Internet Protocol (IP) resource?
What is a TLD?
What does DNS stand for?
What does HTML stand for?
What is the logo for Linux
Define the following, "Domain names are organized in subordinate...
What does a web host do?
What is a webpage?
What does CMS Stand for?
Your customer wishes to build a dynamic message board which...
What is SQLs primary purpose?
What does CSS stand for?
Which of the folling is not a graphics format you would use on a...
Define the following "The amount of data transfer your...
What does SQL stand for?
What type of hosting would you advise for a video sharing site?
What file would you use to override some of your servers basic...
What web feature would offer the following?...
Define the following "This will enable you to send encrypted and...
Who owns ASP?
What does ISP stand for?
What does POP stand for?
What does open source mean?
What type of licence does PHP fall under?
What does URL stand For?
Define the following "A special kind of software installed for...
What does CGI stand for?
What is operating system?
What does SSI stand for?
Define the following "These are special extensions installed on...
What type of server allows the use of .htaccess?
What else would you call a first-Level set of Domains?
Which of the following is a CMS available in PCGuys one click...
What does PHP stand for?
What does SSL Mean?
Define the following "an identification string that defines a...
What type of event might a cron generate?
What naming convention does PCGuys use for there shared hosting...
How much bandwidth would be considered reasonable for a flash free...
What type of server will normally run ASP scripts?
Which of the following has the highest level of support on webservers?
A users homepage is 50KB how much bandwidth will be used if they...
Where in your webspace would you upload your cgi-scripts?
Who owns MYSQL?
In which decade was the Domain Name System Devised?
What is a web browser?
A customer needs to set up a video sharing site they are expecting 100...
Whats another name for a crontab?
Define the following "This refers to how much actual hard disk...
What is a much needed feature for a successful website that many free...
How much webspace is included with Rhodium Hosting?
Which of the following hosting packages come with Free broadband?
What does ASP stand for?
What does SSH stand for?
A customer has a website their homepage is 50KB they recieve 2000 hits...
Define the following "a computer server that hosts a network...
Name an FTP application named in your training
What is PCGuys Hostings uptime?
What type of servers do crons run on?
What is a cron Used for?
What is the most common video format on the web?
What is the most important factors in being a web hosting company that...
How do you cater for as many hosting needs as possible?
Do PCGuys allow FFMPEG on shared hosting?
Which of the following is not a payment schedule available in pcguys...
Which of the following can also be called disk space?
A customer needs to set up a video sharing website they expect in...
Which of the following hosting packages come with free broadband?
A customer wants a free domain name with DNS capability which site...
When would you use SSI?
What is the billing frequency of palladium Hosting?
Define the following "a network protocol for secure data...
What is the monthly cost of Osmium Hosting?
How much webspace is included with Gold hosting?
How much webspace comes with our platinum hosting package?
What is the monthly fee for premium Hosting?
How much webspace comes with Osmium Hosting?
Which of the following packages include free broadband?
What language would ASP scripts normally be written in?
How much webspace comes with PCGuys Rhenium Package?
What is the billing frequency of osmium hosting?
What is the monthly fee for Iridium Hosting?
What is the monthly fee for advanced hosting?
What file extension would be used for an SSI script?
How Much webspace is provided with Iridium Hosting?
What is the billing frequency for Rhodium hosting?
What is the monthy fee for rhodium hosting?
A customer wants a free additional domain name that they can set up to...
How much does Rhenium hosting cost per month?
What is the monthy fee for pro hosting?
What is the monthy fee for Palladium Hosting?
What is the billing frequency for Gold hosting?
How much webspace comes with Palladium Hosting?
What is the billing frequency for Iridium Hosting?
What is the monthly Fee for Gold Hosting?
What is the payment frequency of rhenium hosting?
Alert!

Advertisement