Monthly Archives: March 2018

  • [March 2018] Quickly Pass SY0-401 Test With Lead2pass New SY0-401 Brain Dumps 1868q

    Try Lead2pass Latest CompTIA SY0-401 Dumps To Pass The Exam Successfully:

    https://www.lead2pass.com/sy0-401.html

    QUESTION 11
    An administrator would like to review the effectiveness of existing security in the enterprise. Which of the following would be the BEST place to start?

    A.    Review past security incidents and their resolution
    B.    Rewrite the existing security policy
    C.    Implement an intrusion prevention system
    D.    Install honey pot systems

    Answer: C
    Explanation:
    The main functions of intrusion prevention systems are to identify malicious activity, log information about this activity, attempt to block/stop it, and report it

    QUESTION 12
    A company has proprietary mission critical devices connected to their network which are configured remotely by both employees and approved customers. The administrator wants to monitor device security without changing their baseline configuration.
    Which of the following should be implemented to secure the devices without risking availability?

    A.    Host-based firewall
    B.    IDS
    C.    IPS
    D.    Honeypot

    Answer: B
    Explanation:
    An intrusion detection system (IDS) is a device or software application that monitors network or system activities for malicious activities or policy violations and produces reports to a management station. IDS come in a variety of “flavors” and approach the goal of detecting suspicious traffic in different ways. There are network based (NIDS) and host based (HIDS) intrusion detection systems. Some systems may attempt to stop an intrusion attempt but this is neither required nor expected of a monitoring system. Intrusion detection and prevention systems (IDPS) are primarily focused on identifying possible incidents, logging information about them, and reporting attempts. In addition, organizations use IDPSes for other purposes, such as identifying problems with security policies, documenting existing threats and deterring individuals from violating security policies. IDPSes have become a necessary addition to the security infrastructure of nearly every organization.
    IDPSes typically record information related to observed events, notify security administrators of important observed events and produce reports. Many IDPSes can also respond to a detected threat by attempting to prevent it from succeeding. They use several response techniques, which involve the IDPS stopping the attack itself, changing the security environment (e.g. reconfiguring a firewall) or changing the attack’s content.

    QUESTION 13
    Lab Sim – Configure the Firewall
    Task: Configure the firewall (fill out the table) to allow these four rules:

    – Only allow the Accounting computer to have HTTPS access to the Administrative server.
    – Only allow the HR computer to be able to communicate with the Server 2 System over SCP.
    – Allow the IT computer to have access to both the Administrative Server 1 and Administrative Server 2

    131
    132

    Answer:
    Use the following answer for this simulation task.
    Below table has all the answers required for this question.

    133

    Explanation:
    Firewall rules act like ACLs, and they are used to dictate what traffic can pass between the firewall and the internal network. Three possible actions can be taken based on the rule’s criteria:

    Block the connection
    Allow the connection
    Allow the connection only if it is secured

    TCP is responsible for providing a reliable, one-to-one, connection-oriented session.
    TCP establishes a connection and ensures that the other end receives any packets sent.
    Two hosts communicate packet results with each other. TCP also ensures that packets are decoded and sequenced properly. This connection is persistent during the session.
    When the session ends, the connection is torn down.
    UDP provides an unreliable connectionless communication method between hosts.
    UDP is considered a best-effort protocol, but it’s considerably faster than TCP.
    The sessions don’t establish a synchronized session like the kind used in TCP, and UDP doesn’t guarantee error-free communications.
    The primary purpose of UDP is to send small packets of information.
    The application is responsible for acknowledging the correct reception of the data.
    Port 22 is used by both SSH and SCP with UDP.
    Port 443 is used for secure web connections ?HTTPS and is a TCP port.
    Thus to make sure only the Accounting computer has HTTPS access to the Administrative server you should use TCP port 443 and set the rule to allow communication between 10.4.255.10/24 (Accounting) and 10.4.255.101 (Administrative server1) Thus to make sure that only the HR computer has access to Server2 over SCP you need use of TCP port 22 and set the rule to allow communication between 10.4.255.10/23 (HR) and 10.4.255.2 (server2)
    Thus to make sure that the IT computer can access both the Administrative servers you need to use a port and accompanying port number and set the rule to allow communication between:
    10.4.255.10.25 (IT computer) and 10.4.255.101 (Administrative server1)
    10.4.255.10.25 (IT computer) and 10.4.255.102 (Administrative server2)

    QUESTION 14
    Hotspot Question
    The security administrator has installed a new firewall which implements an implicit DENY policy by default Click on the firewall and configure it to allow ONLY the following communication.

    1. The Accounting workstation can ONLY access the web server on the public network over the default HTTPS port. The accounting workstation should not access other networks.
    2. The HR workstation should be restricted to communicate with the Financial server ONLY, over the default SCP port
    3. The Admin workstation should ONLY be able to access the servers on the secure network over the default TFTP port.

    Instructions: The firewall will process the rules in a top-down manner in order as a first match The port number must be typed in and only one port number can be entered per rule Type ANY for all ports. The original firewall configuration can be reset at any time by pressing the reset button. Once you have met the simulation requirements, click save and then Done to submit.

    141

    142

    Answer:

    143

    Explanation:
    Implicit deny is the default security stance that says if you aren’t specifically granted access or privileges for a resource, you’re denied access by default.
    Rule #1 allows the Accounting workstation to ONLY access the web server on the public network over the default HTTPS port, which is TCP port 443.
    Rule #2 allows the HR workstation to ONLY communicate with the Financial server over the default SCP port, which is TCP Port 22
    Rule #3 & Rule #4 allow the Admin workstation to ONLY access the Financial and Purchasing servers located on the secure network over the default TFTP port, which is Port 69.

    QUESTION 15
    Which of the following firewall rules only denies DNS zone transfers?

    A.    deny udp any any port 53
    B.    deny ip any any
    C.    deny tcp any any port 53
    D.    deny all dns packets

    Answer: C
    Explanation:
    DNS operates over TCP and UDP port 53. TCP port 53 is used for zone transfers.

    QUESTION 16
    A security administrator suspects that an increase in the amount of TFTP traffic on the network is due to unauthorized file transfers, and wants to configure a firewall to block all TFTP traffic.
    Which of the following would accomplish this task?

    A.    Deny TCP port 68
    B.    Deny TCP port 69
    C.    Deny UDP port 68
    D.    Deny UDP port 69

    Answer: D
    Explanation:
    Trivial File Transfer Protocol (TFTP) is a simple file-exchange protocol that doesn’t require authentication. It operates on UDP port 69.

    QUESTION 17
    Sara, a security technician, has received notice that a vendor coming in for a presentation will require access to a server outside of the network. Currently, users are only able to access remote sites through a VPN connection. How could Sara BEST accommodate the vendor?

    A.    Allow incoming IPSec traffic into the vendor’s IP address.
    B.    Set up a VPN account for the vendor, allowing access to the remote site.
    C.    Turn off the firewall while the vendor is in the office, allowing access to the remote site.
    D.    Write a firewall rule to allow the vendor to have access to the remote site.

    Answer: D
    Explanation:
    Firewall rules are used to define what traffic is able pass between the firewall and the internal network. Firewall rules block the connection, allow the connection, or allow the connection only if it is secured. Firewall rules can be applied to inbound traffic or outbound traffic and any type of network.

    QUESTION 18
    A technician is deploying virtual machines for multiple customers on a single physical host to reduce power consumption in a data center. Which of the following should be recommended to isolate the VMs from one another?

    A.    Implement a virtual firewall
    B.    Install HIPS on each VM
    C.    Virtual switches with VLANs
    D.    Develop a patch management guide

    Answer: C
    Explanation:
    A virtual local area network (VLAN) is a hardware-imposed network segmentation created by switches. VLANs are used for traffic management. VLANs can be used to isolate traffic between network segments.

    QUESTION 19
    A router has a single Ethernet connection to a switch. In the router configuration, the Ethernet interface has three sub-interfaces, each configured with ACLs applied to them and 802.1q trunks.
    Which of the following is MOST likely the reason for the sub-interfaces?

    A.    The network uses the subnet of 255.255.255.128.
    B.    The switch has several VLANs configured on it.
    C.    The sub-interfaces are configured for VoIP traffic.
    D.    The sub-interfaces each implement quality of service.

    Answer: B
    Explanation:
    A subinterface is a division of one physical interface into multiple logical interfaces. Routers commonly employ subinterfaces for a variety of purposes, most common of these are for routing traffic between VLANs. Also, IEEE 802.1Q is the networking standard that supports virtual LANs (VLANs) on an Ethernet network.

    QUESTION 20
    Joe, a technician at the local power plant, notices that several turbines had ramp up in cycles during the week. Further investigation by the system engineering team determined that a timed .exe file had been uploaded to the system control console during a visit by international contractors. Which of the following actions should Joe recommend?

    A.    Create a VLAN for the SCADA
    B.    Enable PKI for the MainFrame
    C.    Implement patch management
    D.    Implement stronger WPA2 Wireless

    Answer: A
    Explanation:
    VLANs are used for traffic management. VLANs can be used to isolate traffic between network segments. This can be accomplished by not defining a route between different VLANs or by specifying a deny filter between certain VLANs (or certain members of a VLAN). Any network segment that doesn’t need to communicate with another in order to accomplish a work task/function shouldn’t be able to do so.

    SY0-401 dumps full version (PDF&VCE): https://www.lead2pass.com/sy0-401.html

    Large amount of free SY0-401 exam questions on Google Drive: https://drive.google.com/open?id=0B3Syig5i8gpDLXZsWm9MWmh0a0E

    You may also need:

    SY0-501 exam dumps: https://drive.google.com/open?id=1Hm6GQHDVOsEnyhNf3EHqIGEtor5IUsfu

  • [March 2018] Easily Pass PMI PMP Exam With Lead2pass Latest PMI PMP Brain Dumps 1720q

    Exam PMP PDF Free Instant Download From Lead2pass:

    https://www.lead2pass.com/pmp-exam.html

    QUESTION 11
    You are managing a project in an organization is characterized by with rigid rules and policies and strict supervisory controls. Your project, sponsored by your CEO who is new to the company, is to make the organization less bureaucratic and more participative. You are developing your project management plan. Given the organization as it now is set up, as you prepare your plan, you can use which of the following organizational process assets______________.

    A.    Guidelines and criteria
    B.    Project management body of knowledge for your industry
    C.    Organizational structure and culture
    D.    The existing infrastructure

    (more…)

  • [March 2018] Easily Pass PK0-004 Exam By Training Lead2pass Latest VCE Dumps 115q

    Easily Pass PK0-004 Exam By Training Lead2pass New CompTIA VCE Dumps:

    https://www.lead2pass.com/pk0-004.html

    QUESTION 11
    If a project sponsor wants to know the current status and progress of a project, which of the following is the BEST approach to find this information?

    A.    The project sponsor should obtain the current status from team members, put it into a presentation, and present it to the project manager for review.
    B.    The scheduler should obtain the current status from team members, apply it to the baseline of the schedule, and run a report
    C.    The scheduler should obtain the current status from team members, update the project charter, project management plan, dashboard, and SOW; and then create a status report to provide to the project manager.
    D.    The scheduler should obtain the current status from team members, update the risk register, and provide the information to the project champion for review

    (more…)

  • [March 2018] Lead2pass Latest Palo Alto Networks PCNSE7 Exam Questions Free Downloading 226q

    Lead2pass PCNSE7 Dumps PDF Free Download:

    https://www.lead2pass.com/pcnse7.html

    QUESTION 11
    After pushing a security policy from Panorama to a PA-3020 firewall, the firewall administrator notices that traffic logs from the PA-3020 are not appearing in Panorama’s traffic logs. What could be the problem?

    A.    A Server Profile has not been configured for logging to this Panorama device.
    B.    Panorama is not licensed to receive logs from this particular firewall.
    C.    The firewall is not licensed for logging to this Panorama device.
    D.    None of the firewall’s policies have been assigned a Log Forwarding profile

    (more…)

  • [March 2018] Free Lead2pass NetApp NS0-158 Dumps VCE Download 121q

    Free Lead2pass NetApp NS0-158 Exam Questions Download:

    https://www.lead2pass.com/ns0-158.html

    QUESTION 11
    Which two features provide physical path resiliency from a Windows 2016 server to an iSCSI LUN on a 12-node ONTAP cluster? (Choose two.)

    A.    broadcast domains
    B.    MPIO
    C.    failover groups
    D.    ALUA (more…)

  • [March 2018] Free Lead2pass CompTIA N10-006 VCE And PDF Instant Download 1521q

    Free Lead2pass CompTIA N10-006 Dumps VCE Download:

    https://www.lead2pass.com/n10-006.html

    QUESTION 11
    Which of the following properties of DHCP would a technician use to ensure an IP address is not leased out from the active scope?

    A.    Reservations
    B.    Lease times
    C.    Removing IPs from the active leases
    D.    Configuring the DNS options

    (more…)

  • [March 2018] 2018 New Lead2pass Microsoft MB6-894 Dumps Free Download 50q

    2018 New Released Microsoft MB6-894 Exam Dumps Free Download In Lead2pass:

    https://www.lead2pass.com/mb6-894.html

    QUESTION 11
    You are an Independent Software Vendor (ISV) developer working on a new solution, and you need to usea custom icon.

    What should you create to add this icon to the solution?

    A.    a reference to the icon in the project
    B.    an Image folder, and then add the icon
    C.    a tile item in the model
    D.    a resource item in the model

    (more…)

  • [March 2018] Lead2pass Offering New MB6-892 Exam PDF And MB6-892 Exam VCE Dumps For Free Downloading 56q

    Official MB6-892 Exam Preparation Download From Lead2pass:

    https://www.lead2pass.com/mb6-892.html

    QUESTION 11
    You department manger wants an estimate of the actual invoice amounts that you will bill for a customer this month.
    However, the department manager does not want these amounts posted.
    From which two types of invoices can you create a pro forma invoice? Each correct answer present a complete solution.

    A.    sub ledger
    B.    customer
    C.    payment schedule
    D.    free text

    (more…)

Posts navigation