2014年1月14日星期二

EC-COUNCIL certification 312-38 the latest exam questions and answers

As a main supplier for IT certification exam training. ITCertKing's IT experts continually provide you the high quality product and a free online customer service, but also update the exam outline with the fastest speed.

It is inconceivable that ITCertKing EC-COUNCIL 312-38 test dumps have 100% hit rate. The dumps cover all questions you will encounter in the actual exam. So, you just master the questions and answers in the dumps and it is easy to pass 312-38 test. As one of the most important exam in EC-COUNCIL certification exam, the certificate of EC-COUNCIL 312-38 will give you benefits. And you must not miss the opportunity to pass 312-38 test successfully. If you fail in the exam, ITCertKing promises to give you FULL REFUND of your purchasing fees. In order to successfully pass the exam, hurry up to visit ITCertKing.com to know more details.

While most people would think passing EC-COUNCIL certification 312-38 exam is difficult. However, if you choose ITCertKing, you will find gaining EC-COUNCIL certification 312-38 exam certificate is not so difficult. ITCertKing training tool is very comprehensive and includes online services and after-sales service. Professional research data is our online service and it contains simulation training examination and practice questions and answers about EC-COUNCIL certification 312-38 exam. ITCertKing's after-sales service is not only to provide the latest exam practice questions and answers and dynamic news about EC-COUNCIL 312-38 certification, but also constantly updated exam practice questions and answers and binding.

ITCertKing help you to find real EC-COUNCIL 312-38 exam preparation process in a real environment. If you are a beginner, and if you want to improve your professional skills, ITCertKing EC-COUNCIL 312-38 exam braindumps will help you to achieve your desire step by step. If you have any questions about the exam, ITCertKing the EC-COUNCIL 312-38 will help you to solve them. Within a year, we provide free updates. Please pay more attention to our website.

Exam Code: 312-38
Exam Name: EC-COUNCIL (EC-Council Network Security Administrator)
One year free update, No help, Full refund!
Total Q&A: 330 Questions and Answers
Last Update: 2014-01-14

312-38 Free Demo Download: http://www.itcertking.com/312-38_exam.html

NO.1 Which of the following is a tool that runs on the Windows OS and analyzes iptables log messages to
detect port scans and other suspicious traffic?
A. Nmap
B. Hping
C. NetRanger
D. PSAD
Answer: D

EC-COUNCIL   312-38 certification   312-38

NO.2 CORRECT TEXT
Fill in the blank with the appropriate term. ------------------------------- is the complete network configuration
and information toolkit that uses multi-threaded and multi-connection technologies in order to be very fast
and efficient.
Answer: NetRanger

EC-COUNCIL pdf   312-38   312-38   312-38   312-38 test answers   312-38 study guide

NO.3 Which of the following is a process that detects a problem, determines its cause, minimizes the
damages, resolves the problem, and documents each step of response for future reference?
A. Incident response
B. Incident handling
C. Incident management
D. Incident planning
Answer: A

EC-COUNCIL   312-38   312-38 pdf   312-38   312-38 certification training

NO.4 Which of the following types of VPN uses the Internet as its main backbone, allowing users, customers,
and branch offices to access corporate network resources across various network architectures?
A. PPTP VPN
B. Remote access VPN
C. Extranet-based VPN
D. Intranet-based VPN
Answer: C

EC-COUNCIL study guide   312-38   312-38   312-38   312-38 exam

NO.5 In which of the following conditions does the system enter ROM monitor mode? Each correct answer
represents a complete solution. Choose all that apply.
A. The router does not have a configuration file.
B. There is a need to set operating parameters.
C. The user interrupts the boot sequence.
D. The router does not find a valid operating system image.
Answer: C,D

EC-COUNCIL certification   312-38 test questions   312-38 dumps

NO.6 Which of the following protocols is used for exchanging routing information between two gateways in a
network of autonomous systems?
A. IGMP
B. ICMP
C. EGP
D. OSPF
Answer: C

EC-COUNCIL   312-38 pdf   312-38   312-38 exam   312-38

NO.7 Which of the following is the practice of sending unwanted e-mail messages, frequently with
commercial content, in large quantities to an indiscriminate set of recipients? Each correct answer
represents a complete solution. Choose all that apply.
A. E-mail spam
B. Junk mail
C. Email spoofing
D. Email jamming
Answer: A,B

EC-COUNCIL   312-38   312-38 exam dumps   312-38 original questions   312-38

NO.8 Which of the following is designed to detect the unwanted presence of fire by monitoring
environmental changes associated with combustion?
A. Fire sprinkler
B. Fire suppression system
C. Fire alarm system
D. Gaseous fire suppression
Answer: C

EC-COUNCIL   312-38 exam   312-38 pdf   312-38   312-38 exam

NO.9 Which of the following is an intrusion detection system that monitors and analyzes the internals of a
computing system rather than the network packets on its external interfaces?
A. IPS
B. HIDS
C. DMZ
D. NIDS
Answer: B

EC-COUNCIL study guide   312-38   312-38   312-38   312-38 dumps   312-38 exam

NO.10 CORRECT TEXT
Fill in the blank with the appropriate term. ______________________ is typically carried out by a remote
attacker attempting to gain information or access to a network on which it is not authorized or allowed.
Answer: Network reconnaissance

EC-COUNCIL exam simulations   312-38 test   312-38   312-38   312-38

NO.11 CORRECT TEXT
Fill in the blank with the appropriate word. The ____________________risk analysis process analyzes
the effect of a risk event deriving a numerical value.
Answer: quantitative

EC-COUNCIL test questions   312-38   312-38 questions   312-38   312-38 exam dumps

NO.12 You are an Administrator for a network at an investment bank. You are concerned about individuals
breeching your network and being able to steal data before you can detect their presence and shut down
their access. Which of the following is the best way to address this issue?
A. Implement a strong password policy.
B. Implement a strong firewall.
C. Implement a honey pot.
D. Implement network based anti virus.
Answer: C

EC-COUNCIL original questions   312-38 study guide   312-38   312-38

NO.13 Which of the following is a 16-bit field that identifies the source port number of the application program
in the host that is sending the segment?
A. Sequence Number
B. Header Length
C. Acknowledgment Number
D. Source Port Address
Answer: D

EC-COUNCIL   312-38   312-38   312-38   312-38

NO.14 John works as a professional Ethical Hacker. He has been assigned the project of testing the security
of www.we-are-secure.com. He is using a tool to crack the wireless encryption keys. The description of
the tool is as follows:
Which of the following tools is John using to crack the wireless encryption keys?
A. PsPasswd
B. Kismet
C. AirSnort
D. Cain
Answer: C

EC-COUNCIL   312-38   312-38

NO.15 John works as a C programmer. He develops the following C program:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int buffer(char *str) {
char buffer1[10];
strcpy(buffer1, str);
return 1;
}
int main(int argc, char *argv[]) {
buffer (argv[1]);
printf("Executed\n");
return 1;
}
His program is vulnerable to a __________ attack.
A. SQL injection
B. Denial-of-Service
C. Buffer overflow
D. Cross site scripting
Answer: C

EC-COUNCIL   312-38 pdf   312-38 practice test   312-38

NO.16 Which of the following is a protocol that describes an approach to providing "streamlined" support of
OSI application services on top of TCP/IP-based networks for some constrained environments?
A. Network News Transfer Protocol
B. Lightweight Presentation Protocol
C. Internet Relay Chat Protocol
D. Dynamic Host Configuration Protocol
Answer: B

EC-COUNCIL   312-38 test   312-38 test questions   312-38 practice test   312-38

NO.17 DRAG DROP
Drag and drop the terms to match with their descriptions.?
Answer:

NO.18 Which of the following analyzes network traffic to trace specific transactions and can intercept and log
traffic passing over a digital network? Each correct answer represents a complete solution. Choose all
that apply.
A. Wireless sniffer
B. Spectrum analyzer
C. Protocol analyzer
D. Performance Monitor
Answer: A,C

EC-COUNCIL   312-38   312-38 answers real questions

NO.19 CORRECT TEXT
Fill in the blank with the appropriate term. The _____________is an application layer protocol that is used
between workstations and routers for transporting SNA/NetBIOS traffic over TCP sessions.
Answer: DCAP

EC-COUNCIL study guide   312-38 original questions   312-38

NO.20 CORRECT TEXT
Fill in the blank with the appropriate term. A _______________device is used for uniquely recognizing
humans based upon one or more intrinsic physical or behavioral traits.
Answer: biometric

EC-COUNCIL   312-38   312-38   312-38

ITCertKing offer the latest 74-325 exam material and high-quality 1Y0-A19 pdf questions & answers. Our HP3-C33 VCE testing engine and 1D0-610 study guide can help you pass the real exam. High-quality NS0-155 dumps training materials can 100% guarantee you pass the exam faster and easier. Pass the exam to obtain certification is so simple.

Article Link: http://www.itcertking.com/312-38_exam.html

没有评论:

发表评论