CompTia A+: Chapter 8 Flashcards

1
Q

Your company hosts its own web server, and it allows consumers to make purchases via the server. The help line has been getting complaints that users are unable to access the website. You open the site from an internal workstation and it seems fine. What is the most likely cause?

A

For secure transactions, the web server will be using HTTPS, which lives on port 443. If the site works internally, the server isn’t down, which means the firewall is most likely blocking port 443. [Port 23 is TELNET]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Your manager wants you to install a networked Internet appliance that prevents network traffic-based attacks and includes antimalware and antispam software. What should you install?

A

UTM or Unified Threat Management device [ They are designed to be one-stop network protection devices. Span gateways help with spam email but not with other malware. A load balancer spreads work around to multiple servers. A proxy server fulfills requests for the client.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You are installing a file server for the accounting department. Where should this file server be located on the network?

A

If the data on the server does not need to access the internet, then the server should be in the most secure place possible, which is inside the firewall in the secure network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You have been asked to identify the right type of cloud service to help the team of developers to provide programming elements such as runtime environments. Which service do you recommend?

A

PaaS or Platform as a Service [ It provides infrastructure, like IaaS, and also supplies need programming elements. Infrastructure as a service doesn’t provide runtime environments; think of it as hardware. Software as a service provides apps and is too high a service for what’s needed here. There is no current DaaS on the exam objectives.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following are services that a print server should provide? ( Choose two)

A

Make printers available to clients and accept print jobs. [ The also process print jobs and manage print priorities. Finally, they provide client computers with the right print drivers when the clients attempt to install the printer. They do not turn the printers off on demand or provide notification that a job has printed.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You are setting up a cloud contract with a provider. Your team needs the ability to quickly increase capacity to meet peak demands. What do you request?

A

Rapid elasticity [ High availability guarantees uptime for services. All cloud services use resource pooling. Metered utilization is how many suppliers track usage and charge accordingly.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which type of server is responsible for preventing users from accessing websites with objectionable content?

A

Proxy Server [ Web servers host web pages, DHCP servers provide clients with IP addresses, and DNS servers resolve hostnames to IP addresses.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Your company wants to move to a cloud provider to be able to scale resources quickly, but it is concerned about the security of confidential information. Which of the following types of cloud models might be the most appropriate for your company?

A

Hybrid Cloud [ A hybrid cloud provides the best of public and private clouds. You get scalability and cost effectiveness of a public cloud but also the security that you need for important files on the private portion of the cloud.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does a DHCP server need to be configured with to operate properly?

A

A scope [ A scope is the range of addresses available to the clients, as well as other options that it can give to client computers. A DHCP server can optionally provide clients with the address of the DNS server. There is no DHCP range. A DHCP relay agent is a system configured on a subnet with no DHCP server that relays DHCP requests to the DHCP server.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You have been asked to advise a group of several universities that want to combine research efforts and store data in the cloud. Which type of cloud solution might be best for them?

A

Community Cloud [ This allows for the flexibility and scalability normally found in a public cloud, but it also limits the number of users to a smaller, trusted group.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When configuring a DNS server, administrators must create which of the following?

A

Zone file [ A hosts file is an alternative to using DNS (but doesn’t scale well). A scope is created on DHCP servers. There is no DNS proxy.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Your manager wants to use the cloud because everyone seems to be talking about it. What should you include when you are listing the benefits of using the cloud? ( Choose all that apply)

A

Enhancing scalability, reliability, and lowering costs [ Security could be an issue with cloud computing, depending on your organization’s needs, because the resources aren’t locally controlled and managed.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You are configuring two email servers on your company’s network. Which network protocol do the servers use to transfer mail to each other?

A

SMTP or Simple mail transfer protocol [ POP3 and IMAP4 are used to download mail from the server. SNMP is a Simple network management protocol and not related to email.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You have been asked to configure a client-side virtualization solution with three guest OS’s. Each one needs internet access. How should you configure the solution in the most effective way?

A

Each virtual machine will use it’s own virtual NIC, so you need three virtual NICs. The virtual NICs will communicate with one virtual switch managed by the hypervisor. The virtual switch will communicate with one physical NIC on the host system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You have five web servers that manage requests for online purchases. An administrator notices that one of the servers is always busy while another is idle, and the company is getting some online complaints about the slow website. Which of the following servers will help fix this?

A

Load balancer [ A load balancer can spread the work around to multiple servers. It accepts the inbound requests and then sends it to the most appropriate web server.]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You have been asked to install linux in a VM on a windows 10 client. The windows 10 client needs 4GB of RAM, and Linux needs 2GB of RAM. How much RAM does the system need at a minimum?

A

6Gb, there needs to be enough ram to support both operating systems.

17
Q

A computer using which of the following would be considered a legacy device? (Choose all that apply)

A

A 386 processor, the IPX/APX protocol, and an application developed in 1983. [ Legacy systems are ones that use older hardware, software, or network protocols. A system with 1GB of RAM may be woefully slow ,but doesn’t make it a legacy system.]

18
Q

You have been asked to setup client side virtualization on an office computer. The host OS is Windows 10, and there will be three Windows 10 guest OSs. Which of the following is true about the need for antivirtus security?

A

Each instance of the OS needs its own security software.

19
Q

You need to set up a temporary operating system environment to quickly test a piece of software your manager wants to install on the network. Which should you use?

A

Sandbox [ A sandbox is a temporary operating system environment, kind of like a ‘lite’ version of a virtual machine. It’s ideal for testing software such as this. An AAA server is for authentication, authorization, and accounting of security. SCADA is a legacy hardware and/or software environment used to control industrial systems. Application virtualization is used for legacy apps or cross platform virtualization]

20
Q

You have been asked to setup client side virtualization on a computer at work. The manager asks for a Type 2 hypervisor. What is the disadvantage of using that type of hypervisor?

A

A type 2 hypervisor sits on top of an existing OS, meaning that OSs installed in VMs will compete for resources with the Host OS. The amount of resources available to a guest OS can be configured. Virtual OSs can get on the physical network if configured properly.

21
Q

Performance based question Describe the steps needed to enable Hyper V in Windows 10.

A

1.) Check for minimum system requirements
-Windows 10 Enterprise, pro, or education
-64-bit processor with Second Level Address Translation (SLAT)
-CPU support for VM Monitor Mode Extension
-4GB of RAM or more
2.) If requirements are met, then right click on the windows start button
3.) Select “Apps and Features”
4.) Select “Programs and Features”
5.) Click “Turn windows features on or off”
6.) Select the Hyper-V check box, and click ok
7.) After installation, restart your computer.