1. HTTP status codes that begin with 4xx, like 404, indicate:
Answers
· Redirections
· Client-side errors
· Server-side errors
· Nowhere; these codes are successful
Explanation: Responses from clients that have HTTP status codes that begin with 4xx, such as 404, are considered to be errors. These error codes are what the server sends back to the client when it determines that the client—typically a web browser or user agent—appears to have made a mistake in the request that was sent.
2. HTTP status codes that begin with 5xx, like 501, indicate:
Answers
· Server-side errors
· Client-side errors
· Redirections
· Nowhere; these codes are successful
Explanation: Status codes in the HTTP protocol that begin with 5xx, such as 501, indicate that the server encountered an issue. These error codes are what the server sends back to the client when it cannot fulfill the request because it has run into some kind of problem or is unable to do so for some other reason.
3. What are tools that are built into browsers to help diagnose issues with the browsers?
Answers
· Developer tools
· Platform services
· Database servers
· HTTP web servers
4. What do HTTP status codes beginning with 2xx indicate?
Answers
· Client-side errors
· Redirection
· Server-side errors
· Successful request
Explanation: Responses to HTTP status codes beginning with 2xx indicate that they were successful. The customer is informed by these codes about whether or not their request was successfully received, interpreted, and accepted. As an instance, the well-known status code 200 OK indicates that the request was fulfilled successfully, but the status code 201 Created indicates that the request resulted in the development of a new resource.
5. Which of these leads to a 404 error?
Answers
· You type in the human readable name for a site that no longer exists.
· You type in the URL of a site instead of the human readable name (something ending with.com, .edu or any dot ending).
· You type in a good address or readable name for a site, but the server holding the site is having problems.
· You accidentally type in the wrong readable name, and you get to a different site than you wanted.
Explanation: When the server is unable to locate the resource that was requested, a 404 error is generated. Therefore, the server will reply with a 404 status code whenever a client requests a page or resource that is not currently stored on the server. It's the equivalent of the server stating, "I couldn't find what you're looking for."
6. Which of the following are popular paid-for options for setting up IM services for your organization? Select all that apply.
Answers
· IMAP
· XMPP
· Slack
· HipChat
7. What type of DNS record is used for email servers?
Answers
· AAAA
· A
· MX
· CNAME
Answers
· Software used as a business is usually different from software used as a consumer.
· There are never limits on who can use cloud services software.
· There are no stipulations (licensing agreements) on how cloud services software is used.
· When setting up cloud services for your company, you might need to purchase added features for businesses and enterprises.
Answers
· Install a digital certificate of trust on your web server
· Enable SSL version 2.0 on your web server
· Type HTTPS in your site URL instead of just HTTP
· Reinstall your server OS and agree to a special licensing agreement
Answers
· Use a database server
· Set up an HTTP server
· Set up a NAS
· Use a cloud file storage provider
11. Company A is setting up a network of mostly Windows machines. Which networking file system protocol would you recommend for maximum interoperability?
Answers
· SMB
· Fat32
· Ext4
· NFS
Answers
· On Linux, use CUPS to manage printing services
· On a Windows server, enable Print and Document Services, and add printers
· Managing multiple printers separately
· Using a cloud service provider to manage your printers through a web browser
13. Which statements are true about setting up a web server? Select all that apply.
Answers
· Apache is the most used web server on the Web
· Web content is stored on the server’s localhost
· DNS needs to be set up to allow outside access to the server via the Internet
· Web server setup does not require DNS
Answers
· MySQL
· PostgreSQL
· Apache
· CUPS
Answers
· 4xx
· 2xx
· 6xx
· 5xx
Answers
· XMPP is a paid-for application for instant communication.
· XMPP is an open source protocol used in instant messaging applications.
· XMPP is used in Internet of Things applications.
· XMPP is used in social networking services.
Answers
· SMTP
· IMAP
· IRC
· POP3
Answers
· Grant a digital certificate of trust
· Modify shared files
· Access a shared directory
· Share files
19. You're the sole IT employee at your company. Most of the computers in your fleet are Windows machines. Your boss wants you to set up a network file storage. What file service should you use?
Answers
· An NFS server
· A Database server
· Samba services
· An HTTP server
20. Which printing language is device-dependent?
Answers
· Ruby
· A: PCL
· PS
· B: Python
Page description language, or PCL, is a programming language that is used to handle different parts of the printing process. These features include formatting, the selection of fonts, and images. However, it is only compatible with printers manufactured by HP, and it is possible that it will not work with printers manufactured by other companies.
Device-independent printing languages, on the other hand, like PostScript, are intended to be more general in their functionality and to operate with a variety of various printer brands and models. For example, PostScript is a language for describing pages that was created by Adobe and is widely supported by a variety of printers.
Answers
· Nothing, the web server setup is complete.
· Assign a static IP address
· Set up DNS so the server can be accessed through the Internet
· Install CUPS
Answers
· On a database
· On a file transfer protocol (FTP) server
· On the local machine only
· On a web server
Answers
· 2xx
· 4xx
· 6xx
This status code indicates that the server has successfully returned the requested resource, indicating that the request was completed successfully.Therefore, if the status code you received begins with the number 2, it indicates that the HTTP request was processed successfully.
Answers
· POP3
· MX DNS
· SMTP
· IMAP
SMTP is the protocol that is used by email clients like Outlook and Thunderbird to interact with email servers when users send emails from their email client software. After that, the server processes the email and sends it on to the email server belonging to the receiver.
Answers
· The license can be transferred to someone else in the company.
· The person takes the license with them.
· A new license must be purchased by your company.
· The license expires.
Answers
· C: Hypertext Transfer Protocol Secure (HTTPS)
· The Transport Layer Security protocol (TLS)
· The Secure Socket Layer protocol (SSL)
· The SMB protocol (Samba)
To encrypt the transmission and secure sensitive information such as login passwords, personal data, and payment information, HTTPS makes use of the SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocols. It is frequently used for safeguarding sensitive conversations and transactions that take place over the internet.
Answers
· Printers can be managed one at a time
· Physically distant printers can be more easily managed
· It provides a central interface to collect diagnostic reports, such as low toner levels
· It allows the ability to deploy printer driver software so that your users can print from their computers
Answers
· Databases allow us to store, query, filter, and manage large amounts of data
· D: Databases store and retrieve files over a network
· A database is a physical server that stores web files and the HTTP server software
· Databases are a way of securing communication between a web server and client
Answers
· To enable HTTPS
· To centrally store files and manage access between files and groups
· To manage files on a PC
· To format disk partitions
Answers
· Emails
· IRC
· HTTP
· Open IM Chat applications, like Pidgin or Adium
31. When installing software for your organization, who/what determines who can use the software and how to use, share, or modify the software?
Answers
· A developer’s license agreement
· International law
· An IT support specialist
· Company policy
Explanation: The license agreements for the software and the IT policies of an organization often serve as the primary sources of information for determining the terms and conditions that govern the usage, distribution, and modification of software inside an organization.
32. When browsing a website, what is a quick way to know that the site is secure?
Answers
· The URL begins with tls
· The URL begins with http
· The URL begins with https
· The website has a banner that says it’s secure
Explanation: These symbols indicate that the connection between your browser and the website is encrypted, which assists in preventing unwanted access to sensitive information such as login passwords, personal data, and payment details.
In addition, when a secure connection is present, some web browsers will either highlight the website's URL in the address bar or show the website's name in green letters. On the other hand, if a website is not secure, your web browser may warn you or indicate that the connection is not private and continue to show the information.
It is important to keep in mind that although while HTTPS denotes a secure connection, this does not always ensure that the material on the website is legitimate or trustworthy. Other trust indications, such as a valid SSL/TLS certificate issued by a respected certificate authority and third-party trust seals, if relevant, are good things to check for in this context.
33. Which statements are true about HTTPS and security protocols? Select all that apply.
Answers
· HTTPS can be secured with Transport Layer Security protocol (TLS)
· C: HTTPS is a secure version of the Hypertext Transfer Protocol.
· B: HTTPS can be secured with Secure Socket Layer protocol (SSL)
· D: SSL is more secure than TLS
34. HTTP status codes are codes or numbers that indicate some sort of error or info message that occurred when trying to access a web resource. When a website is having issues on the client side, what number does the HTTP status code start with?
Answers
· 6xx
· 2xx
· 5xx
· 4xx
Explanation: The HTTP status code normally begins with the number 4, which indicates that a website is experiencing problems on the client side. Specifically, client error replies are indicated by the HTTP status codes that begin with the 4xx prefix. These status codes indicate that the server was unable to complete the request made by the client because there was an error with the request.