 |
|
|
|
 |
Categories |
 |
|
|
|
2008-10-22 09:04:08
|
 |
Article by Chris Bryant |
 |
|
Earning your CCNA Security certification is a tremendous boost to your career and your career prospects! To help you prepare for total success on exam day, here are 10 complimentary questions on the IOS Firewall set. Answers are at the end of the article. Enjoy!
1. Define the term "DMZ" as it pertains to network security, and name three different common network devices that are typically found there.
2. Identify the true statements.
A. Stateless packet filtering considers the TCP connection state.
B. Stateful packet filtering considers the TCP connection state.
C. Neither stateless nor stateful packet filtering monitor the TCP connection state.
D. Both stateless and stateful packet filtering monitor the TCP connection state, and keep a state table containing that information.
3. Does the Cisco IOS Firewall feature set act as a stateful or stateless packet filter?
4. Which of the following are considered parts of the IOS Firewall feature set?
A. IOS Firewall
B. Intrusion Prevention System
C. RADIUS
D. Authentication Proxy
E. Password Encryption
5. Identify the true statements regarding the Authentication Proxy.
A. It's part of the IOS Firewall Feature Set.
B. It allows creation of per-user security profiles, rather than more general profiles.
C. It allows creation of general security profiles, but not per-user profiles.
D. Profiles can be stored locally, but not remotely.
E. Profiles can be stored on a RADIUS server.
F. Profiles can be stored on a TACACS+ server.
6. Configuring ACLs is an important part of working with the IOS Firewall. What wildcard masks are replaced in ACLs by the words host and any?
7. What does the dollar sign in the following ACL line indicate?
R1(config)#$ 150 deny ip 172.50.50.0 0.0.0.255 172.50.100.0 0.0.0.255
8. Basically, how does an IOS Firewall prevent a TCP SYN attack?
9. What does the term "punch a hole in the firewall" refer to? (Logically, that is, not physically.)
10. What exactly does the router-traffic option in the following configuration do?
R4(config)#ip inspect name PASSCCNASECURITY tcp router-traffic
R4(config)#ip inspect name PASSCCNASECURITY udp router-traffic
R4(config)#ip inspect name PASSCCNASECURITY icmp router-traffic
Here are the answers!
1. It's easy to think of your network as the "inside", and everything else as "outside". However, we've got a third area when it comes to firewalls - the DMZ.
From an IT standpoint, the DMZ is the part of our network that is exposed to outside networks. It's common to find the following devices in a DMZ:
FTP server
Email server
E-commerce server
DNS servers
Web servers
2. (B.) Stateful packet filtering does monitor the connection state, and that's particularly important when it comes to preventing TCP attacks. A stateful firewall will not only monitor the state of the TCP connection, but also the sequence numbers. Stateful firewalls accomplish this by keeping a session table, or state table.
3. The Cisco IOS Firewall is a stateful filter.
4. (A, B, D.) There are three major components to the IOS Firewall feature set - the IOS Firewall, the Intrusion Prevention System (IPS), and the Authentication Proxy.
5. (A, B, E, F. T he Authentication Proxy allows us to create security profiles that will be applied on a per-user basis, rather than a per-subnet or per-address basis. These profiles can be kept on either of the following:
RADIUS server
TACACS+ server
Upon successful authentication, that particular user's security policy is downloaded from the RADIUS or TACACS+ server and applied by the IOS Firewall router.
6. We have the option of using the word host to represent a wildcard mask of 0.0.0.0. Consider a configuration where only packets from IP source 10.1.1.1 should be allowed and all other packets denied. The following ACLs both do that.
R3#conf t
R3(config)#access-list 6 permit 10.1.1.1 0.0.0.0
R3(config)#conf t
R3(config)#access-list 7 permit host 10.1.1.1
The keyword any can be used to represent a wildcard mask of 255.255.255.255. Both of the following lines permit all traffic.
R3(config)#access-list 15 permit any
R3(config)#access-list 15 permit 0.0.0.0 255.255.255.255
There's no "right" or "wrong" decision to make when you're configuring ACLs in the real world. For your exam, though, I'd be very familiar with the proper use of host and any.
7. The dollar sign simply indicates that part of the command you're entering or viewing can't be shown because the entry is so long. It does not mean the command is illegal.
8. The IOS Firewall can use any or all of the following values to detect when a TCP SYN attack is underway:
Overall total of incomplete TCP sessions
Number of incomplete TCP sessions in a certain amount of time
Number of incomplete TCP sessions on a per-host basis
When any of these thresholds are reached, either of the following actions can be taken:
Block all incoming SYN packets for a certain period of time
Transmit a RST to both parties in the oldest incomplete session
We'll look at specific instances in future tutorials.
9. That term simply refers to configuring the firewall to open a port that was previously closed. Don't forget to close it when you no longer need it to be open!
10. If you're going to inspect traffic that is actually generated on the router, you need to include the router-traffic option at the end of that particular ip inspect statement.
Look for more Cisco certification practice exams and fully-illustrated tutorials on my website!
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNA Security exam tutorials.
|
| Specialized in: |
Ccna
-
Security
-
Exam
-
640-553
-
Iins
-
Cisco
-
Certification
-
Video
-
Tutorial
|
| URL: |
|
|
 |
Related Articles |
 |
Getting A Job and Starting A Career With Computers (Popularity: ): In today's fast-paced and technically-driven world almost any type of job involves using computers. To be unfamiliar with current and evolving technological trends is to be in the doldrums and lagging behind others who are surging rapidly ahead in their careers. So, it only makes sense to become familiar, and even extremely knowledgeable about computers, whether ranging from basic to advanced knowhow. And it's not like knowing about or working ...
Business Analyst Certification (Popularity: ): Establishments nowadays are speedily getting bigger because of a international fiscal growth. Businesses are making an effort in order to enjoy worldwide conditions in order to swiftly boost their income. Rivalry amid companies is powerful in this ecosystem. Winning relies on several factors. A chief prerequisite is a thorough knowledge of an individual company's basic arrangement. This includes a total study of the company's strong suits, faults as well as ...
Computer Based Training And Web Based Training (Popularity: ): What are CBT and WBT?
Electronic learning or e-learning is an umbrella term for learning enhanced by the use of computers. To make this happen efficiently, there are many technologies in use, such as CBT and WBT.
Computer Based Training (CBT) is a new-age way of learning. It is a form of education in which a student learns by using special training programs while on a computer. This system worked well in ...
An Overview Of The New Generation Of Microsoft Certifications (Popularity: ): Do you know why there exists Microsoft Certifications for new generation and what these certifications are? Let us discuss each of these certifications in detail in the coming paragraphs.
These new generation Microsoft Certification programs are designed in such a way that they not only improve the primary technical skill but also emphasizes on the individual’s job role. These new certification programs offer shorter certification path, which helps the professionals to ...
How Does a MCSE Boot Camp Work? (Popularity: ): One of the best methods of securing IT training, and preparing for your MCSE Certification examination is the boot camp. MCSE stands for Microsoft Certified System Engineer. The MSCE boot camp gives you the intensive training that you need to not only pass the examination, but also to handle the work afterwards. The boot camp concept takes its name from military basic training and although it does not resemble that ...
|
 |
Related Business |
 |
Cisco CCNA Exam Router Simulator (Popularity: ): Sem-Sim provides training for Cisco CCNA exam (640-801). Offers free CCNA router simulation lab for Cisco IOS practice.
Real Exam Questions (Popularity: ): Offers test questions for CCNA.
CISSP Practice Certification Exam (Popularity: ): Free practice questions and CISSP study guide. Read users comments on exam.
CCNA Exam Study Notes (Popularity: ): Sample questions, study guides and links.
Audio Whiz (Popularity: ): Questions and answers format for MCSE, CCNA, A+, Novell, and ASE exam study on audio cassettes and CDs.
MRCPsych Exam Practice (Popularity: ): Questions are categorised by subject. Each page of ten questions is marked on completion.
Marriage and Family Therapy Licensure Exam Review (Popularity: ): Multiple choice practice questions, descriptions, and mnemonics. Sections include study buddies, strategies for passing the exam, registry, and audio clips.
Exam Practice Tests (Popularity: ): Practice questions and answers with explanations for Microsoft MCP, MCSA and MCSE exams.
Solidshare Firewall and Analyzer (Popularity: ): Provides firewall security and Internet sharing on your LAN. The firewall can prevent resource exposure and defend from an attack.The analyzer is an effective tool for analyzing your Internet connection usage and possible security
HotCerts.com (Popularity: ): Offering Study Guides & Practice Questions for MCSE, CCNA, CIW, OCP, Solaris & many others
|
|
|
 |
|
 |
| |
| | |
|
|
|
© 2003-2008 ABC Directory. All Rights Reserved
|
|
|
 |
|
 |
|