About SC0-502 course

SC0-502 exam prep

Then you are advised to purchase the study materials on our websites.

SC0-502 questions

So you need to improve yourself during your spare time.

SC0-502 free dumps

Also, we just pick out the most important knowledge to learn.

SC0-502 certification

Our SC0-502 certification study materials might be a good choice for you.

SC0-502 Real Exam Prep DEMO

Question 10: For three years you have worked with Certkiller doing occasional network and
security consulting. Certkiller is a small business that provides real estate listings
and data to realtors in several of the surrounding states. The company is open for
business Monday through Friday from 9 am to 6 pm, closed all evenings and
weekends. Your work there has largely consisted of advice and planning, and you
have been frequently disappointed by the lack of execution and follow through from
the full time staff.
On Tuesday, you received a call from Certkiller 's HR director, "Hello, I'd like to
inform you that Red (the full time senior network administrator) is no longer with
us, and we would like to know if you are interested in working with us full time."
You currently have no other main clients, so you reply, "Sure, when do you need me
to get going?"
"Today," comes the fast and direct response. Too fast, you think.
"What is the urgency, why can't this wait until tomorrow?"
"Red was let go, and he was not happy about it. We are worried that he might have
done something to our network on the way out."
"OK, let me get some things ready, and I'll be over there shortly."
You knew this would be messy when you came in, but you did have some advantage
in that you already knew the network. You had recommended many changes in the
past, none of which would be implemented by Red. While pulling together your
laptop and other tools, you grab your notes which have an overview of the network:
Certkiller network notes: Single Internet access point, T1, connected to Certkiller
Cisco router. Router has E1 to a private web and ftp server and E0 to the LAN
switch. LAN switch has four servers, four printers, and 100 client machines. All the
machines are running Windows 2000. Currently, they are having their primary web
site and email hosted by an ISP in Illinois.
When you get to Certkiller , the HR Director and the CEO, both of whom you
already know, greet you. The CEO informs you that Red was let go due to difficult
personality conflicts, among other reasons, and the termination was not cordial.
You are to sign the proper employment papers, and get right on the job. You are
given the rest of the day to get setup and running, but the company is quite
concerned about the security of their network. Rightly so, you think, 'If these guys
had implemented even half of my recommendations this would sure be easier.' You
get your equipment setup in your new oversized office space, and get started. For
the time you are working here, your IP Address is 10.10.50.23 with a mask of \16.
One of your first tasks is to examine the router's configuration. You console into the
router, issue a show running-config command, and get the following output:
MegaOne#show running-config
Building configuration...
Current configuration:
!
version 12.1
service udp-small-servers
service tcp-small-servers
!
hostname MegaOne
!
enable secret 5 $1$7BSK3$H394yewhJ45JAFEWU73747.
enable password clever
!
no ip name-server
no ip domain-lookup
ip routing
!
interface Ethernet0
no shutdown
ip address 2.3.57.50 255.255.255.0
no ip directed-broadcast
!
interface Ethernet1
no shutdown
ip 10.10.40.101 255.255.0.0
no ip directed-broadcast
!
interface Serial0
no shutdown
ip 1.20.30.23 255.255.255.0
no ip directed-broadcast
clockrate 1024000
bandwidth 1024
encapsulation hdlc
!
ip route 0.0.0.0 0.0.0.0 1.20.30.45
!
line console 0
exec-timeout 0 0
transport input all
line vty 0 4
password remote
login
!
end
After analysis of the network, you recommend that the router have a new
configuration. Your goal is to make the router become part of your layered defense,
and to be a system configured to help secure the network.
You talk to the CEO to get an idea of what the goals of the router should be in the
new configuration. All your conversations are to go through the CEO; this is whom
you also are to report to.
"OK, I suggest that the employees be strictly restricted to only the services that they
must access on the Internet." You begin.
"I can understand that, but we have always had an open policy. I like the employees
to feel comfortable, and not feel like we are watching over them all the time. Please
leave the connection open so they can get to whatever they need to get to. We can
always reevaluate this in an ongoing basis."
"OK, if you insist, but for the record I am opposed to that policy."
"Noted," responds the CEO, somewhat bluntly.
"All right, let's see, the private web and ftp server have to be accessed by the
Internet, restricted to the accounts on the server. We will continue to use the Illinois
ISP to host our main web site and to host our email. What else, is there anything
else that needs to be accessed from the Internet?"
"No, I think that's it. We have a pretty simple network, we do everything in house."
"All right, we need to get a plan in place as well right away for a security policy.
Can we set something up for tomorrow?" you ask.
"Let me see, I'll get back to you later." With that the CEO leaves and you get to
work.
Based on the information you have from Certkiller ; knowing that the router must be
an integral part of the security of the organization, select the best solution to the
organization's router problem:}
A. You backup the current router config to a temp location on your laptop. Friday night,
you come in to build the new router configuration. Using your knowledge of the network,
and your conversation with the CEO, you build and implement the following router
configuration:
MegaOne#configure terminal
MegaOne(config)#no cdp run
MegaOne(config)#no ip source-route
MegaOne(config)#no ip finger
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 80
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 20
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 21
MegaOne(config)#access-list 175 permit tcp any 10.10.0.0 0.0.255.255 established
MegaOne(config)#access-list 175 deny ip 0.0.0.0 255.255.255.255 any
MegaOne(config)#access-list 175 deny ip 10.0.0.0 0.255.255.255 any
MegaOne(config)#access-list 175 deny ip 127.0.0.0 0.255.255.255 any
MegaOne(config)#access-list 175 deny ip 172.16.0.0 0.0.255.255 any
MegaOne(config)#access-list 175 deny ip 192.168.0.0 0.0.255.255 any
MegaOne(config)#access-list 175 permit ip any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit udp any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit icmp any 10.10.0.0 0.0.255.255
MegaOne(config)#interface serial 0
MegaOne(config-if)#ip access-group 175 in
MegaOne(config-if)#no ip directed broadcast
MegaOne(config-if)#no ip unreachables
MegaOne(config-if)#Z
MegaOne#
B. You backup the current router config to a temp location on your laptop. Sunday night,
you come in to build the new router configuration. Using your knowledge of the network,
and your conversation with the CEO, you build and implement the following router
configuration:
MegaOne#configure terminal
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 80
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 20
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 21
MegaOne(config)#access-list 175 permit tcp any 10.10.0.0 0.0.255.255 established
MegaOne(config)#access-list 175 permit ip any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit udp any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit icmp any 10.10.0.0 0.0.255.255
MegaOne(config)#interface Ethernet 0
MegaOne(config-if)#ip access-group 175 in
MegaOne(config-if)#no cdp enable
MegaOne(config)#interface Ethernet 1
MegaOne(config-if)#ip access-group 175 in
MegaOne(config-if)#no cdp enable
MegaOne(config-if)#Z
MegaOne#
C. You backup the current router config to a temp location on your laptop. Early Monday
morning, you come in to build the new router configuration. Using your knowledge of
the network, and your conversation with the CEO, you build and implement the
following router configuration:
MegaOne#configure terminal
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 80
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 20
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 21
MegaOne(config)#access-list 175 permit tcp any 10.10.0.0 0.0.255.255 established
MegaOne(config)#access-list 175 permit ip any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit udp any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit icmp any 10.10.0.0 0.0.255.255
MegaOne(config)#interface Serial 0
MegaOne(config-if)#ip access-group 175 in
MegaOne(config-if)#no cdp enable
MegaOne(config-if)#no ip directed broadcast
MegaOne(config-if)#no ip unreachables
MegaOne(config-if)#Z
MegaOne#
D. As soon as the office closes Friday, you get to work on the new router configuration.
Using your knowledge of the network, and your conversation with the CEO, you build
and implement the following router configuration:
MegaOne#configure terminal
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 80
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 20
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 21
MegaOne(config)#access-list 175 permit tcp any 10.10.0.0 0.0.255.255 established
MegaOne(config)#access-list 175 permit ip any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit udp any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit icmp any 10.10.0.0 0.0.255.255
MegaOne(config)#interface Ethernet 0
MegaOne(config-if)#ip access-group 175 in
MegaOne(config)#interface Ethernet 1
MegaOne(config-if)#ip access-group 175 in
MegaOne(config-if)#Z
MegaOne#
E. With the office closed, you decide to build the new router configuration on Saturday.
Using your knowledge of the network, and your conversation with the CEO, you build
and implement the following router configuration:
MegaOne#configure terminal
MegaOne(config)#no cdp run
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 80
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 20
MegaOne(config)#access-list 175 permit tcp any 2.3.57.60 0.0.0.0 eq 21
MegaOne(config)#access-list 175 permit tcp any 10.10.0.0 0.0.255.255 established
MegaOne(config)#access-list 175 permit ip any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit udp any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 permit icmp any 10.10.0.0 0.0.255.255
MegaOne(config)#access-list 175 deny ip 0.0.0.0 255.255.255.255 any
MegaOne(config)#access-list 175 deny ip 10.0.0.0 0.255.255.255 any
MegaOne(config)#access-list 175 deny ip 127.0.0.0 0.255.255.255 any
MegaOne(config)#access-list 175 deny ip 172.16.0.0 0.0.255.255 any
MegaOne(config)#access-list 175 deny ip 192.168.0.0 0.0.255.255 any
MegaOne(config)#no ip source-route
MegaOne(config)#no ip finger
MegaOne(config)#interface serial 0
MegaOne(config-if)#ip access-group 175 in
MegaOne(config-if)#no ip directed broadcast
MegaOne(config-if)#no ip unreachables
MegaOne(config-if)#Z
MegaOne#
Correct Answer: A
1   2   3   4   5   6   7   8   9   10   11   
Business Development Manager

SC0-502 practice test

In modern society, innovation is of great significance to the survival of a company. The new technology of the SC0-502 practice test study materials is developing so fast. So the competitiveness among companies about the study materials is fierce. Luckily, our company masters the core technology of developing the Security Certified Program (SCP) study materials. No company in the field can surpass us. So we still hold the strong strength in the market. At present, our SC0-502 practice test study materials have applied for many patents. We attach great importance on the protection of our intellectual property. What is more, our research center has formed a group of professional experts responsible for researching new technology of the SC0-502 practice test study materials. The technology of the SC0-502 practice test study materials will be innovated every once in a while. As you can see, we never stop innovating new version of the SC0-502 practice test study materials. We really need your strong support.

Chief Public Relation Officer

SC0-502 bootcamp

If you are the first time to prepare the SC0-502 bootcamp exam, it is better to choose a type of good study materials. After all, you cannot understand the test syllabus in the whole round. It is important to predicate the tendency of the SC0-502 bootcamp study materials if you want to easily pass the exam. Now, all complicate tasks have been done by our experts. They have rich experience in predicating the SC0-502 bootcamp exam. Then you are advised to purchase the study materials on our websites. Also, you can begin to prepare the SC0-502 bootcamp exam. You are advised to finish all exercises of our SC0-502 bootcamp study materials. In fact, you do not need other reference books. Our study materials will offer you the most professional guidance. In addition, our SC0-502 bootcamp study materials will be updated according to the newest test syllabus. So you can completely rely on our SC0-502 bootcamp study materials to pass the exam.

Marketing Executive

SC0-502 exam cram

Up to now, we have successfully issued three packages for you to choose. They are PDF version, online test engines and windows software of the SC0-502 exam cram study materials. The three packages can guarantee you to pass the exam for the first time. Also, they have respect advantages. Modern people are busy with their work and life. You cannot always stay in one place. So the three versions of the SC0-502 exam cram study materials are suitable for different situations. For instance, you can begin your practice of the SC0-502 exam cram study materials when you are waiting for a bus or you are in subway with the PDF version. When you are at home, you can use the windows software and the online test engine of the SC0-502 exam cram study materials. When you find it hard for you to learn on computers, you can learn the printed materials of the SC0-502 exam cram study materials. What is more, you absolutely can afford fort the three packages. The price is set reasonably.

Chief Executive Officer

SC0-502 testking

The number of questions of the SC0-502 testking study materials you have done has a great influence on your passing rate. As for our study materials, we have prepared abundant exercises for you to do. You can take part in the real SC0-502 testking exam after you have memorized all questions and answers accurately. Also, we just pick out the most important knowledge to learn. Through large numbers of practices, you will soon master the core knowledge of the SC0-502 testking exam. It is important to review the questions you always choose mistakenly. You should concentrate on finishing all exercises once you are determined to pass the SC0-502 testking exam.

Events SC0-502 exam

Web Design Trends

SC0-502 exam tests

New Hotel, Bangkok, Thailand    4:00 PM to 8:00 PM

Unlike many other learning materials, our SC0-502 exam tests study materials are specially designed to help people pass the exam in a more productive and time-saving way, and such an efficient feature makes it a wonderful assistant in personal achievement as people have less spare time nowadays. On the other hand, SC0-502 exam tests study materials are aimed to help users make best use of their sporadic time by adopting flexible and safe study access.

Free Bootstrap Seminar

SC0-502 exam dumps

Digital Hall, Yangon, Myanmar    10:30 AM to 3:30 PM

So the competitiveness among companies about the study materials is fierce. Luckily, our company masters the core technology of developing the Security Certified Program (SCP) study materials.

SC0-502 free download

Old Town Center, Mandalay, Myanmar    3:30 PM to 6:30 PM

Therefore, our SC0-502 free download study materials are attributive to high-efficient learning. The immediate downloading feature of our SC0-502 free download study materials is an eminent advantage of our products.

sc0 502

New Hat, Lashio, Myanmar    2:15 PM to 5:15 PM

Modern people are busy with their work and life. You cannot always stay in one place.

Timeline SC0-502 demo

10 days ago

SC0-502 training kit

George    Web Design, Responsive    3 comments

We have three versions of our SC0-502 training kit study materials, and they are PDF version, software version and online version. With the PDF version, you can print our materials onto paper and learn our SC0-502 training kit study materials in a more handy way as you can take notes whenever you want to, and you can mark out whatever you need to review later. With the software version, you are allowed to install our SC0-502 training kit study materials in all computers that operate in windows system. Besides, the software version can simulate the real test environment, which is favorable for people to better adapt to the examination atmosphere. With the online version, you can study the SC0-502 training kit study materials wherever you like, and you still have access to the materials even if there is no internet available on the premise that you have studied the SC0-502 training kit study materials online once before.

1 weeks ago

SC0-502 exam guide

Kyor Kyor    HTML5, Mobile    2 comments

Unlike many other learning materials, our SC0-502 exam guide study materials are specially designed to help people pass the exam in a more productive and time-saving way, and such an efficient feature makes it a wonderful assistant in personal achievement as people have less spare time nowadays. On the other hand, SC0-502 exam guide study materials are aimed to help users make best use of their sporadic time by adopting flexible and safe study access.

2 weeks ago

SCP SC0-502

Cooker    Web Design, CSS3    3 comments

our SCP SC0-502 study materials will also save your time and energy in well-targeted learning as we are going to make everything done in order that you can stay focused in learning our SCP SC0-502 study materials without worries behind. We are so honored and pleased to be able to read our detailed introduction and we will try our best to enable you a better understanding of our SCP SC0-502 study materials better.

one month ago

SC0-502 training material

Brain    HTML5, Animation    6 comments

The immediate downloading feature of our SC0-502 training material study materials is an eminent advantage of our products. Once the pay is done, our customers will receive an e-mail from our company. There is a linkage given by our e-mail, and people can begin their study right away after they have registered in. Our SC0-502 training material study materials are available for downloading without any other disturbing requirements as long as you have paid successfully, which is increasingly important to an examinee as he or she has limited time for personal study. Therefore, our SC0-502 training material study materials are attributive to high-efficient learning.

two month ago

SC0-502 review

John West    3D Effect, CSS3    4 comments

Exam Prep is an excellent IT certification examination information website. In Exam Prep you can find exam tips and materials about SCP certification SC0-502 review exam. You can also free download part of examination questions and answers about SCP SC0-502 review in Exam Prep. Exam Prep will timely provide you free updates about SCP SC0-502 review exam materials. Besides, the exam materials we sold are to provide the answers. Our IT experts team will continue to take advantage of professional experience to come up with accurate and detailed exam practice questions to help you pass the exam. In short, we will provide you with everything you need about SCP certification SC0-502 review exam.

tree month ago

SC0-502 course

Moon Plus    Web Design, Responsive    5 comments

We have three versions of our SC0-502 course study materials, and they are PDF version, software version and online version. With the PDF version, you can print our materials onto paper and learn our SC0-502 course study materials in a more handy way as you can take notes whenever you want to, and you can mark out whatever you need to review later. With the software version, you are allowed to install our SC0-502 course study materials in all computers that operate in windows system. Besides, the software version can simulate the real test environment, which is favorable for people to better adapt to the examination atmosphere. With the online version, you can study the SC0-502 course study materials wherever you like, and you still have access to the materials even if there is no internet available on the premise that you have studied the SC0-502 course study materials online once before.

Contact

Related Articles


Email: [email protected]
Phone: 010-020-0340
Website: www.examprep.com
Address: 123 Thamine Street, Digital Estate, Yangon 10620, Myanmar

Send Enquiry

Name

Email

Subject

Message