<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3142737363242411032</id><updated>2012-02-01T06:45:01.052-08:00</updated><category term='Kindle'/><category term='Practice Test Questions'/><category term='authentication'/><category term='fraggle'/><category term='CISSP'/><category term='SSCP'/><category term='identification'/><category term='SY0-301'/><category term='DoS'/><category term='Network+'/><category term='federated identity management'/><category term='Security+'/><category term='N10-004'/><category term='SSO'/><category term='smurf'/><category term='differences'/><category term='N10-005'/><category term='authorization'/><title type='text'>Security Plus: Get Certified Get Ahead</title><subtitle type='html'>Information on the CompTIA Security Plus exam.  What the test is about, miscellaneous topics, and occassional practice test questions.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>76</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6955884068287224586</id><published>2012-02-01T06:45:00.000-08:00</published><updated>2012-02-01T06:45:01.064-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='fraggle'/><category scheme='http://www.blogger.com/atom/ns#' term='SY0-301'/><category scheme='http://www.blogger.com/atom/ns#' term='SSCP'/><category scheme='http://www.blogger.com/atom/ns#' term='DoS'/><category scheme='http://www.blogger.com/atom/ns#' term='smurf'/><category scheme='http://www.blogger.com/atom/ns#' term='CISSP'/><title type='text'>DoS, Smurf, and Fraggle Attacks</title><content type='html'>Denial of service (DoS) attacks such as smurf and fraggle attacks are important to understand when studying for any security certification including &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;Security+,&lt;/a&gt; &lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565" target="_blank" title="SSCP Systems Security Certified Practitioner All-in-One Exam Guide "&gt;SSCP&lt;/a&gt;, or &lt;a href="http://www.amazon.com/gp/product/0470944986/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470944986" target="_blank" title="CISSP: Certified Information Systems Security Professional Study Guide "&gt;CISSP&lt;/a&gt;. Smurf and fraggle attacks are similar but they have subtle differences.&lt;br /&gt;&lt;h1&gt;DoS Attack&lt;/h1&gt;A DoS attack comes from a single entity and is intended to make a computer’s resources or services unavailable to users. DoS attacks against a server prevent the server from responding to legitimate requests from users. A distributed DoS (DDoS) attack comes from multiple attackers at the same time.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Pass the Security+ exam the first time you take it.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Smurf Attack&lt;/h1&gt;A smurf attack uses Internet Control Management Protocol (ICMP) to send a broadcast ping with a spoofed source address.  It's easier to understand this by looking at one step at a time.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Normal ping.&lt;/strong&gt; A regular ping sends one or more ICMP echo requests to a system and the system responds with one or more ICMP echo replies.  This provides verification the remote system is operational. A regular ping uses unicast. In other words, the ICMP packet is addressed to one system from one system.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Broadcast ping&lt;/strong&gt;. A broadcast ping is not normal.  It sends the ICMP echo request to a broadcast address sending it to virtually all systems on the network.  Each system will then respond to the system that sent it flooding this system with ICMP echo replies.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Spoofed source broadcast ping&lt;/strong&gt;. The smurf attack spoofs the source address with the address of the victim, and then sends it out as a broadcast ping.  Each system on the network will then respond, and flood the victim with echo replies.&lt;/li&gt;&lt;/ul&gt;There's an important point to remember though.  Routers do not pass broadcast packets. This was actually a change in &lt;a href="http://tools.ietf.org/html/rfc2644" target="_blank" title="RFC 2644 Changing the Default for Directed Broadcasts in Routers"&gt;RFC 2644 released in 1999&lt;/a&gt; in direct response to smrf attacks and the use of networks as smurf amplifiers.  RFC 2644 is an update to &lt;a href="http://tools.ietf.org/html/rfc1812" target="_blank" title="RFC 1812 Requirements for IP Version 4 Routers"&gt;RFC 1812&lt;/a&gt; which stated that a router must default to forwarding directed broadcasts. Routers today comply with RFC 2644 so smurf attacks are limited to a broadcast domain. They will not go beyond a router.&lt;br /&gt;&lt;br /&gt;With this in mind, it would be rare to see a smurf attack. However, that doesn't mean it won't be tested.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; Many firewalls block ICMP packets to prevent any type of attack using ICMP.  If a ping succeeds, it verifies that the system is operational. However, if a ping fails it doesn't prove that the system is not operational. ICMP may be blocked preventing the ping.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Studying SSCP?&lt;br /&gt;This book covers the new objectives effective Feb 1, 2012.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565"&gt;SSCP Systems Security Certified Practitioner All-in-One Exam Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0071771565" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Fraggle Attack&lt;/h1&gt;Fraggle attacks are similar to smurf attacks but instead of using ICMP, they use UDP ports 7 and 19.&lt;br /&gt;&lt;br /&gt;As described earlier, the ping command uses ICMP and it is used to check if a system is operational. Tools are available that use UDP instead of ICMP and instead of checking to see if a system is operational, they check to see if the system is listening on a specific port. This is commonly done with many different types of vulnerability scanners used by both attackers and security administrators.&lt;br /&gt;&lt;br /&gt;Chargen (character generator) is an older protocol described in &lt;a href="http://tools.ietf.org/html/rfc864" target="_blank" title="RFC 864 Character Generator Protocol"&gt;RFC 864 &lt;/a&gt;(dated May 1983). A system listens on either TCP or UDP port 19 (known as the chargen port) for chargen requests. When a connection is established to this port, the system would respond with a constant stream of characters to the original system. Typically the original system would use TCP or UDP port 7 (known as the echo port) but this isn't required. When the original system begins receiving the characters, it knows the target system is operational, and closes the connection.&lt;br /&gt;&lt;br /&gt;In a fraggle attack, a spoofed broadcast packet is sent to port 17. The spoofed address is the address of the victim. Since it is broadcast, it goes to every system on the network. If port 17 is open and the character generator service is running on these systems, they will send a stream of characters to the victim.&lt;br /&gt;&lt;br /&gt;Realistically, systems today will not have port 17 open or the chargen service running. Additionally, routers do not pass broadcasts so any attacks are limited to a single network.  Said another way, it is very unlikely you will ever see a fraggle attack today.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Looking for quality Practice Test Questions for the SY0-301 Security+ exam?&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Basic Protection&lt;/h1&gt;In addition to ensuring that routers are configured in compliance with RFC 2644 and do not pass broadcasts, there are some other basic steps that protect you from these types of attacks:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Disable unnecessary services and protocols&lt;/strong&gt;. If a service or protocol is not needed on a system, it should not be enabled. I cannot think of a system in use today that would need the chargen service so it should be disabled if it is even available on the system.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Close unneeded ports&lt;/strong&gt;. If a port is not needed, it should be closed on both network-based and host-based firewalls. With the port closed, all traffic is blocked and attacks are stopped.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Use ingress filters on firewalls&lt;/strong&gt;.  Don't allow traffic into a network that shouldn't be there. A common ingress filter on a boundary firewall (between the Internet and an internal network), blocks all traffic coming from the Internet with a spoofed private IP address.&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;Summary&lt;/h1&gt;In summary, DoS attacks such as smurf and fraggle attacks attempt to prevent a system from  responding to legitimate attacks. A smurf attack sends a broadcast ping with a spoofed IP address (the IP address of the victim), and ping uses ICMP. A fraggle attack uses UDP ports 7 and 19 instead of ICMP, and sends broadcast UDP traffic with a spoofed IP address (the IP address of the victim).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6955884068287224586?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6955884068287224586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2012/02/dos-smurf-and-fraggle-attacks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6955884068287224586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6955884068287224586'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2012/02/dos-smurf-and-fraggle-attacks.html' title='DoS, Smurf, and Fraggle Attacks'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6633680479634071778</id><published>2012-01-31T06:23:00.000-08:00</published><updated>2012-01-31T06:23:14.815-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='SY0-301'/><category scheme='http://www.blogger.com/atom/ns#' term='Practice Test Questions'/><category scheme='http://www.blogger.com/atom/ns#' term='Kindle'/><title type='text'>Kindle Version of Security+ Study Guide Now Available</title><content type='html'>The &lt;a href="http://www.amazon.com/gp/product/B006VYZFW2/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B006VYZFW2" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide "&gt;Kindle version&lt;/a&gt; of the Security+ Study Guide is now avaialble. This is the same content as the  &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide "&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study  Guide&lt;/a&gt; with more than 450 Security+ practice test questions, but as a Kindle edition, portable enough to store with as many as 50,000 more of your favorite books. Many people that used the &lt;a href="http://www.amazon.com/gp/product/1439236364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1439236364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide "&gt;SY0-201 Study Guide &lt;/a&gt;told me that they purchased  both the paperback version for times when they wanted to read it from a book, and the Kindle version to have it available on the go.  With this in mind, I set the price for the Kindle version at $9.99.&lt;br /&gt;&lt;h1&gt;Free Kindle Apps Available&lt;/h1&gt;One of the great things about the Kindle ebooks is that you don't need a Kindle reader to read the books. If you don't have a Kindle, you can download free applications from Amazon for must about any platform from &lt;a href="http://www.amazon.com/gp/feature.html/?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=ur2&amp;amp;docId=1000493771&amp;amp;camp=1789&amp;amp;creative=390957" target="_blank" title="Download free Kindle applications"&gt;here&lt;/a&gt;.  The have applications for the following platforms:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;iPhone&lt;/li&gt;&lt;li&gt;Windows PC&lt;/li&gt;&lt;li&gt;MAC&lt;/li&gt;&lt;li&gt;BlackBerry&lt;/li&gt;&lt;li&gt;iPad&lt;/li&gt;&lt;li&gt;Android&lt;/li&gt;&lt;li&gt;Windows Phone 7&lt;/li&gt;&lt;/ul&gt;Additionally, they recently released the &lt;a href="https://read.amazon.com/" target="_blank" title="Kindle Cloud Reader"&gt;Kindle Cloud Reader&lt;/a&gt;. The Kindle Cloud Reader lets you read ebooks from a web browser without requiring a Kindle device.&lt;br /&gt;&lt;h1&gt;Security+ Practice Test Questions on the Kindle&lt;/h1&gt;If you've already been studying for the Security+ exam and don't want to get the full study guide, check out the &lt;a href="http://www.amazon.com/gp/product/B006ZD6WV2/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B006ZD6WV2" target="_blank" title="CompTIA Security+ SY0-301 Practice Test Questions "&gt;CompTIA Security+ SY0-301 Practice Test Questions. &lt;/a&gt; It includes 280 realistic practice test questions and dozens of flash cards all formatted specifically for the Kindle. The goal is for this to be more like a Kindle application rather than a Kindle ebook.&lt;br /&gt;&lt;br /&gt;The book is organized in six chapters matched to the six Security+ domains so readers can easily focus on specific domains. Each chapter includes three sections:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Practice test questions without answers. Created for readers that want to go through all the questions without seeing the correct answers or explanations.&lt;/li&gt;&lt;li&gt;Practice test questions including answers formatted for the Kindle. One Kindle screen shows the question. When you decide what you think is the correct answer, go to the next Kindle screen to see the correct answer. Each question includes an in-depth explanation so you'll know why the correct answers are correct, and why the incorrect answers are incorrect.&lt;/li&gt;&lt;li&gt;Flash cards formatted specifically for the Kindle to help reinforce important concepts. One Kindle screen shows a flash card type question and the next  Kindle screen shows the answer.&lt;/li&gt;&lt;/ol&gt;These questions are a subset of the questions in the full &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide "&gt;Security+ SY0-301 Study Guide&lt;/a&gt;. However, readers have told me they've enjoyed these as a supplement to the study guide to focus on reinforcing the content.&lt;br /&gt;&lt;h1&gt;Security+ Practice Test Questions on Mobile Apps&lt;/h1&gt;A recent &lt;a href="http://blogs.getcertifiedgetahead.com/security-practice-test-questions-mobile-phone/" target="_blank" title="Security+ Practice Test Questions for Your Mobile Phone"&gt;blog &lt;/a&gt;also talked about the availability of Security+ Practice Test Questions for Your Mobile Phone. The benefit of these is that they are presented in actual test engine formats and also include flash cards. The content is a subset of the content in the &lt;a href="http://www.amazon.com/gp/product/B006VYZFW2/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B006VYZFW2"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B006VYZFW2" width="1" /&gt; but readers have told me they've enjoyed using them as a supplement on their mobile phones as an additional study source.  These apps are currently available for:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.blogger.com/itunes.apple.com/us/app/id482991132?mt=8" target="_blank" title="Security+ Practice Test Questions on Apple Devices"&gt;Apple Devices such as iPads and iPhones&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.blogger.com/market.android.com/details?id=com.learnzapp.securityplus" target="_blank" title="Security+ Practice Test Questions on Android Devices"&gt;Android devices including Android-based phones and tablets&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.blogger.com/www.barnesandnoble.com/w/comptia-security-learnzapp/1108210247?ean=2940043877864" target="_blank" title="Security+ Practice Test Questions On The Nook"&gt;Barnes and Noble Nook&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6633680479634071778?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6633680479634071778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2012/01/kindle-version-of-security-study-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6633680479634071778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6633680479634071778'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2012/01/kindle-version-of-security-study-guide.html' title='Kindle Version of Security+ Study Guide Now Available'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2378267067498866033</id><published>2012-01-25T17:14:00.000-08:00</published><updated>2012-01-25T17:14:00.646-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='SY0-301'/><category scheme='http://www.blogger.com/atom/ns#' term='Practice Test Questions'/><title type='text'>Security+ SY0-301 Practice Test Questions</title><content type='html'>If you're preparing for the &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide"&gt;Security+ SY0-301 &lt;/a&gt;exam, you may be looking for some practice test questions.  Recent blog articles were on authentication topics and the following two questions are samples of what you may see on the exam related to these topics. The two related blog articles are: &lt;a href="http://blogs.getcertifiedgetahead.com/identification-authentication-authorization/" target="_blank" title="Identification, authentication, and authorization"&gt;Identification, Authentication, and Authorization&lt;/a&gt;, and &lt;a href="http://blogs.getcertifiedgetahead.com/factors-authentication-multifactor-authentication/" target="_blank" title="Three Factors of Authentication and Multifactor Authentication"&gt;Three Factors of Authentication&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;Security+ SY0-301 Practice Test Questions&lt;/h2&gt;Q. What is completed when a user’s password has been verified?&lt;br /&gt;&lt;br /&gt;A. Identification&lt;br /&gt;&lt;br /&gt;B. Authentication&lt;br /&gt;&lt;br /&gt;C. Authorization&lt;br /&gt;&lt;br /&gt;D. Access verification&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3142737363242411032#Q1Answer"&gt;Answer below.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Looking for a full book on Security Practice Test Questions?&lt;br /&gt;Check this out.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;Q. Which of the following is an example of multifactor authentication?&lt;br /&gt;&lt;br /&gt;A. Smart card and token&lt;br /&gt;&lt;br /&gt;B. Smart card and PIN&lt;br /&gt;&lt;br /&gt;C. Thumbprint and voice recognition&lt;br /&gt;&lt;br /&gt;D. Password and PIN&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3142737363242411032#Q2Answer"&gt;Answer below.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.amazon.com/gp/product/B006ZD6WV2/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B006ZD6WV2" target="_blank" title="CompTIA Security+ SY0-301 Practice Test Questions (Get Certified Get Ahead)"&gt;Security+ SY0-301  Practice Test Questions&lt;/a&gt;&lt;br /&gt;Formatted specifically for the Kindle&lt;br /&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=B006ZD6WV2" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/feature.html/?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=ur2&amp;amp;docId=1000493771&amp;amp;camp=1789&amp;amp;creative=390957" target="_blank"&gt;Read Kindle Books on your PC: Free Kindle Apps for any platform.&lt;/a&gt;&lt;img alt="" border="0" height="1" src="https://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=ur2&amp;amp;o=1" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h2&gt;SY0-301 Answers&lt;/h2&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3142737363242411032#Q1Answer"&gt;Q. What is completed when a user’s password has been verified?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A. Identification&lt;br /&gt;&lt;br /&gt;B. Authentication&lt;br /&gt;&lt;br /&gt;C. Authorization&lt;br /&gt;&lt;br /&gt;D. Access verification&lt;br /&gt;&lt;br /&gt;Answer: &lt;strong&gt;B.&lt;/strong&gt; A user is authenticated when the password is verified. The user claims an identity with a username. After users are authenticated, they are authorized to access resources based on their proven identity, and auditing can verify what resources a user has accessed.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Pass the first time you take the exam.&lt;br /&gt;Get the full &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide "&gt;Security+ SY0-301 Study Guide&lt;/a&gt;.&lt;br /&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=1463762364" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3142737363242411032#Q1Answer"&gt;Q. Which of the following is an example of multifactor authentication?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A. Smart card and token&lt;br /&gt;&lt;br /&gt;B.  Smart card and PIN&lt;br /&gt;&lt;br /&gt;C. Thumbprint and voice recognition&lt;br /&gt;&lt;br /&gt;D. Password and PIN&lt;br /&gt;&lt;br /&gt;Answer. &lt;strong&gt;B.&lt;/strong&gt; A smart card and PIN is an example of multifactor authentication since it uses methods from the &lt;em&gt;something  you have&lt;/em&gt; factor and &lt;em&gt;something you know&lt;/em&gt; factor. A smart card and token are both in the &lt;em&gt;something you have&lt;/em&gt; factor. Thumbprint and voice recognition are both in the &lt;em&gt;something you are&lt;/em&gt; factor. A password and PIN are both in the &lt;em&gt;something you know&lt;/em&gt; factor.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2378267067498866033?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2378267067498866033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2012/01/security-sy0-301-practice-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2378267067498866033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2378267067498866033'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2012/01/security-sy0-301-practice-test.html' title='Security+ SY0-301 Practice Test Questions'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-5711932607597972456</id><published>2012-01-22T12:29:00.000-08:00</published><updated>2012-01-22T12:29:26.014-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='SY0-301'/><category scheme='http://www.blogger.com/atom/ns#' term='authentication'/><title type='text'>Three Factors of Authentication and Multifactor Authentication</title><content type='html'>&lt;div style="text-align: left;"&gt;If you're studying for one of the security certifications like &lt;a href="http://www.amazon.com/gp/product/0470944986/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470944986" target="_blank" title="CISSP: Certified Information Systems Security Professional Study Guide "&gt;CISSP&lt;/a&gt;, &lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565" target="_blank" title="SSCP Systems Security Certified Practitioner All-in-One Exam Guide "&gt;SSCP&lt;/a&gt;, or &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;Security+&lt;/a&gt; it's important to understand the different factors of authentication, and how they can be intertwined as multifactor authentication. These are commonly known as something you know (such as a password), something you have (such as a smart card), and something you are (using biometrics. A basic understanding of these topics can help you correctly answer many different questions on authentication on any of these certification exams.&lt;/div&gt;A previous post covered &lt;a href="http://blogs.getcertifiedgetahead.com/identification-authentication-authorization/" target="_blank" title="Identification, Authentication, and Authorization"&gt;identification, authentication, and authorization&lt;/a&gt;. As a reminder, identification occurs when a user (or any subject) claims an identity. Authentication occurs when the user provides proof of the identity, such as with a password. Authorization grants access to resources based on the user's proven identity.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Pass the Security+ exam the first time you take it.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Something You Know&lt;/h1&gt;The something you know factor includes passwords and personal identification numbers (PINs). This is considered the weakest form of authentication because users often use weak passwords, give them out, or write their passwords down.&lt;br /&gt;&lt;br /&gt;A strong password is complex and includes at least eight characters. Complex means that the password uses a mixture of upper case, lower case, numbers, and special characters. Some documentation indicates using three of the four character types is enough, while other documentation states that a complex password has four character types. The key is that more character types results in a more complex password that is harder to crack. However, the bigger point is that many users create passwords with only a single character type.&lt;br /&gt;&lt;br /&gt;Troy Hunt did a &lt;a href="http://www.troyhunt.com/2011/06/brief-sony-password-analysis.html" target="_blank" title="A brief Sony password analysis "&gt;great analysis &lt;/a&gt;of passwords that were stolen from Sony's web sites and published on the Internet. He found that half used only a single character type and only 1 percent used any non-alphanumeric characters. Some of the top passwords were very simple: seinfeld, password, winner, 123456, purple, sweeps, contest, princess, maggie, and abc123. More than 64 percent of the passwords were found in common password-cracking dictionaries. Additionally, when users had accounts on two separate Sony sites, over 92 percent of them used the same password.&lt;br /&gt;&lt;br /&gt;Password policies are often used to ensure that users create strong passwords and change them often. Some common password policy settings are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Maximum password age&lt;/strong&gt;. Requires users to change their password.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Minimum length&lt;/strong&gt;. Ensures passwords have a minimum number of characters.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;History&lt;/strong&gt;. Remembers specific number of past passwords (such as last 5, or last 24 passwords). Prevents users from reusing the same passwords.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Minimum password page&lt;/strong&gt;. Prevents users from changing their password right away. Used with the password history to prevent users from changing their password multiple times to circumvent the password history.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Looking for quality Practice Test Questions for the SY0-301 Security+ exam?&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Something You Have&lt;/h1&gt;Smart cards and token, or fobs are common examples within the something you have factor of authentication. A smart card is a credit card sized card that holds key information about the user. Smart cards have certificates embedded in them using TLS and provide very strong authentication. This &lt;a href="http://blogs.getcertifiedgetahead.com/cac-piv-smart-card/" target="_blank" title="CAC, PIV, and Smart Card"&gt;blog covers the differences between smart cards, a common access card (CAC), and a personal identity verification (PIV) card&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;A fob (sometimes called a token) has an LED display that shows a number that changes regularly, such as every 60 seconds. This number is synchronized with a server. When users log into a website, they enter the number shown on the display to verify they have the token. This factor is often combined with another factor to provide multifactor authentication.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Studying SSCP?&lt;br /&gt;This book covers the new objectives effective Feb 1, 2012.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565"&gt;SSCP Systems Security Certified Practitioner All-in-One Exam Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0071771565" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Something You Are&lt;/h1&gt;The something you are factor uses biometrics to prove a user's identity. Fingerprints are very commonly used for authentication, but there are many other examples. Biometrics are often divided into two categories: physical biometrics and behavioral biometrics.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Physical biometrics &lt;/strong&gt;are based on physical traits of an individual. It includes fingerprints, thumbprints, handprints, palms retina scanners, and iris scanners.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Behavioral biometrics&lt;/strong&gt; is based on behavioral traits of an individual. It includes voice recognition, signature geometry, and key strokes on a keyboard.&lt;/li&gt;&lt;/ul&gt;Biometrics systems are susceptible to false readings. These are commonly known as:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Type 1 error. False Reject Rate (FRR).&lt;/strong&gt; This occurs when a biometric system incorrectly rejects an authorized user.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Type 2 error. False Accept Rate (FAR).&lt;/strong&gt; This occurs when a biometric system incorrectly identifies an unauthorized user as an authorized user.&lt;/li&gt;&lt;/ul&gt;Most biometric systems allow you to adjust the sensitivity of the system. For example, you can adjust it to minimize false rejections (FRR errors) but this will result in an increase in the false acceptances (FAR errors). The overall accuracy of a biometric system is identified with the crossover error rate (CER), where the FAR and FRR are equal. A biometric system with a lower CER is more accurate than one with a higher CER.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Looking for practice test questions to test your readiness for Security+?&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Multifactor Authentication&lt;/h1&gt;Multifactor authentication combines two or three of the factors. Two common examples are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A user has a smart card and also uses a personal identification number (PIN)&lt;/li&gt;&lt;li&gt;A user has a token and also enters a username and password&lt;/li&gt;&lt;/ul&gt;It's important to realize that multiple authentication and multifactor authentication are not the same thing. For example, if a user enters a pin (in the something you know factor), and a password (also in the something you know factor), this is not multifactor authentication.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=B006ZD6WV2" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-5711932607597972456?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/5711932607597972456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2012/01/three-factors-of-authentication-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5711932607597972456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5711932607597972456'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2012/01/three-factors-of-authentication-and.html' title='Three Factors of Authentication and Multifactor Authentication'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8540614694743913146</id><published>2012-01-15T05:27:00.001-08:00</published><updated>2012-01-15T05:27:52.047-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network+'/><category scheme='http://www.blogger.com/atom/ns#' term='differences'/><category scheme='http://www.blogger.com/atom/ns#' term='N10-005'/><category scheme='http://www.blogger.com/atom/ns#' term='N10-004'/><title type='text'>Network+ N10-004 and N10-005 Differences</title><content type='html'>If you're studying for the  &lt;a href="http://certification.comptia.org/getCertified/certifications/network.aspx" target="_blank" title="CompTIA Network+"&gt;CompTIA Network+ exam&lt;/a&gt;, you probably know there are currently two versions of the exam.  The &lt;a href="http://certification.comptia.org/getCertified/certifications/network/network004.aspx" target="_blank" title="N10-004 Network+ Exam"&gt;N10-004 exam &lt;/a&gt;came out in 2009 and is available until August 31, 2012. The new version (&lt;a href="http://certification.comptia.org/getCertified/certifications/network.aspx" target="_blank" title="CompTIA Network+"&gt;N10-005&lt;/a&gt;) has been available since December 2011. A common question whenever a new exam comes out, is what are the differences so I've tried to address some of the differences here.&lt;br /&gt;&lt;br /&gt;Networking is a challenging topic.  If you're looking for a good book to introduce networking topics and lay a solid foundation, check out this book: &lt;a href="http://www.amazon.com/gp/product/1118016858/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1118016858"&gt;Microsoft Windows Networking Essentials&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118016858" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;.  It's a good read with plenty of full-color graphics. Many people buy it with one of Todd Lammle's Network+ books: &lt;a href="http://www.amazon.com/gp/product/0470427477/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470427477"&gt;CompTIA Network+ Study Guide: Exam N10-004&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0470427477" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt; or &lt;a href="http://www.amazon.com/gp/product/1118137558/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1118137558"&gt;CompTIA Network+ Study Guide: Exam N10-005&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118137558" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;.&lt;br /&gt;&lt;h1&gt;Domain Differences&lt;/h1&gt;The following table shows a comparison of the domains in the two exams. The first thing that stands out is that N10-005 has one less domain. The Network Tools domain was rolled into the Network Management domain. What's not apparent from the table is that many of the objectives have been moved around. For example, the OSI model was in the Network Management domain previously, but it is in the Network Concepts domain now.&lt;br /&gt;&lt;table border="1" cellpadding="0"&gt;&lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;strong&gt; N10-004 Domain&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;&lt;strong&gt; N10-005 Domain&lt;/strong&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;1.0 Network Technologies (20%)&lt;/td&gt; &lt;td&gt;1.0 Network Concepts (21%)&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;2.0 Network Media and Topologies (20%)&lt;/td&gt; &lt;td&gt;2.0 Network Installation and Configuration (23%)&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;3.0 Network Devices (17%)&lt;/td&gt; &lt;td&gt;3.0 Network Media and Topologies (17%)&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;4.0 Network Management (20%)&lt;/td&gt; &lt;td&gt;4.0 Network Management (20%)&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;5.0 Network Tools (12%)&lt;/td&gt; &lt;td&gt;5.0 Network Security (19%)&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;6.0 Network Security (11%)&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://twitter.com/#!/DarrilGibson" target="_blank" title="Daily Tips"&gt;Daily Network+ and Security+ Tips on Twitter.&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;1.0 Network Concepts&lt;/h1&gt;The first domain of the N10-005 exam is Network Concepts. A primary focus here is with the seven layer OSI model. While the OSI model was in the N10-004 exam, there are a couple of differences. First, it adds in the TCP/IP model. Also, it includes the following objective: Classify how applications, devices, and protocols relate to the OSI model layers.  You'll need to be able to look at an application, device, or protocol and identify which layer it operates on.&lt;br /&gt;&lt;br /&gt;Many of the protocols and ports are similar. However, the new exam digs into Domain Name System (DNS) a little more. You'll need to know the different types of records and what dynamic DNS is. Troubleshooting methodologies are added but these are largely the same as they were in Domain 4 in the previous exam.&lt;br /&gt;&lt;br /&gt;A completely new topic 1.9 Identify virtual network components. Virtualization is widely used and important to understand.  Interestingly, they indirectly added a reference to cloud computing with Network as a Service (NaaS).&lt;br /&gt;&lt;h1&gt;2.0 Network Installation and Configuration&lt;/h1&gt;This topic includes many of the objectives from the Network Devices domain in the previous domain. However, it does expand on some topics such as Dynamic Host Configuration Protocol (DHCP). Many people commonly remember that DHCP provides IP addresses, but it does much more and the objectives identify topics such as reservations, scopes, leases, and options.&lt;br /&gt;&lt;br /&gt;This topic also adds in troubleshooting topics for wireless networks and common router and switch problems. Most of these topics were in the Network Management domain previously.&lt;br /&gt;&lt;h1&gt;3.0 Network Media and Topologies&lt;/h1&gt;This domain includes many of the same topics as the Network Media and Topologies domain in the previous exam.  However, there is an important difference. In the previous exam, the objective often included the word &lt;strong&gt;&lt;em&gt;identify&lt;/em&gt;&lt;/strong&gt; or  &lt;strong&gt;&lt;em&gt;categorize&lt;/em&gt;&lt;/strong&gt;. However, in the new exam, these words have sometimes been replaced with &lt;em&gt;&lt;strong&gt;describe&lt;/strong&gt;&lt;/em&gt;, or &lt;em&gt;&lt;strong&gt;compare and contrast&lt;/strong&gt;&lt;/em&gt;. These imply additional depth for the topics.&lt;br /&gt;&lt;br /&gt;For example, instead of just being able to identify common physical network topologies such as Star or Ring, you're expected to be able to describe them. If you're asked to point to a square peg or a round hole, that requires one level of knowledge. However, it is a little more difficult to describe a square peg or a round hold.&lt;br /&gt;&lt;h1&gt;4.0 Network Management&lt;/h1&gt;While the previous exam had a domain labeled as Network Management, many of the objectives are not the same.  That's not to say that all of the objectives in the N10-005 Network Management domain are new.  They aren't.  Instead, objectives have just been moved around. As mentioned earlier, the Network Tools domain was rolled into this domain. Additionally, some of the specialized network devices topics from the Network Devices domain were put into here. Some of the other objectives have been reworded with a different emphasis, but the core objectives are the same.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Pass the Security+ exam the first time you take it&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt; &lt;img alt="" border="0" class="aligncenter" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;5.0 Network Security&lt;/h1&gt;The first thing to notice here is that security has become much more important. It was only 11 percent of the previous exam, but is 19 percent in current exam. Security is an important part of any network administrator's job and this reflects the growing importance of security.&lt;br /&gt;&lt;br /&gt;Wireless security topics have been added and placed right at the beginning, and again in objective 5.4. This makes a lot of sense since wireless networks are so common and people often implement them with weak security.&lt;br /&gt;&lt;br /&gt;The objective related to firewalls has different wording. Instead of just expecting you to explain common features of a firewall, the new objectives expect you to be able to install and configure a basic firewall. You'll still be expected to explain the common features, but you should have deeper knowledge of firewalls.&lt;br /&gt;&lt;h1&gt;Summary&lt;/h1&gt;In summary, there are quite a few differences between the N10-004 and N10-005 exams. If you're studying for Network+, ensure you are studying the relevant materials for the exam you plan on taking. Also, if you're studying for the N10-004 exam, ensure you take it before the exam retires on August 31, 2012.&lt;br /&gt;&lt;br /&gt;Good luck.&lt;br /&gt;&lt;br /&gt;Best of luck in your studies,&lt;br /&gt;&lt;br /&gt;Darril&lt;br /&gt;&lt;div style="text-align: center;"&gt;Get a solid foundation in networking.&lt;/div&gt;&lt;div style="text-align: center;"&gt;Microsoft Windows Networking Essentials&lt;br /&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=1118016858" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8540614694743913146?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8540614694743913146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2012/01/network-n10-004-and-n10-005-differences.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8540614694743913146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8540614694743913146'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2012/01/network-n10-004-and-n10-005-differences.html' title='Network+ N10-004 and N10-005 Differences'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1141582480225686280</id><published>2012-01-02T16:31:00.001-08:00</published><updated>2012-01-02T16:31:21.889-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='SY0-301'/><title type='text'>Security+ Study Guide Sale</title><content type='html'>The &lt;a href="http://getcertifiedgetahead.com/buynow.aspx" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/a&gt; is now available for a limited time for only $19.99 (plus $4.99 shipping and handling to addresses within the United States). Book includes over 450 practice test questions. The retail price of this book is $36.99!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://getcertifiedgetahead.com/buynow.aspx" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide"&gt;Buy your copy from the author today.&lt;/a&gt; If you want a signed copy, just ask. I'll be happy to sign your copy before sending it out.&lt;br /&gt;&lt;h3&gt;SY0-301 Study Guide&lt;/h3&gt;The &lt;a href="http://getcertifiedgetahead.com/buynow.aspx" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide &lt;/a&gt;is an update to the top-selling&lt;em&gt; &lt;/em&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=as3&amp;amp;camp=211189&amp;amp;creative=373489&amp;amp;creativeASIN=1439236364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide "&gt;SY0-201 Security+ study guide&lt;/a&gt;,&lt;em&gt; &lt;/em&gt;which helped thousands of readers pass the Security+ exam the first time they took it. Here are a few highlights about the book:&lt;br /&gt;&lt;table border="0" cellpadding="5"&gt;&lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=1463762364" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;/td&gt; &lt;td&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;100 percent coverage of SY0-301 objectives&lt;/li&gt;&lt;li&gt;Over 450 realistic practice test questions&lt;/li&gt;&lt;li&gt;100 question pre-test&lt;/li&gt;&lt;li&gt;100 question post-test&lt;/li&gt;&lt;li&gt;Practice questions in each of the eleven chapters&lt;/li&gt;&lt;li&gt;Comprehensive acronym list&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt;All practice test questions have in-depth explanations. You’ll know why the correct answers are correct, and why the incorrect answers are incorrect. Additionally, the chapter content explains the topics in full detail. No matter how CompTIA words the questions, you’ll have the knowledge to correctly answer them.&lt;br /&gt;&lt;br /&gt;I only have a limited number of these books available at this price. If you want one, &lt;a href="http://getcertifiedgetahead.com/buynow.aspx"&gt;buy your copy today.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1141582480225686280?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1141582480225686280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2012/01/security-study-guide-sale.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1141582480225686280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1141582480225686280'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2012/01/security-study-guide-sale.html' title='Security+ Study Guide Sale'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2479645138690602014</id><published>2011-12-28T12:24:00.000-08:00</published><updated>2011-12-28T12:24:20.576-08:00</updated><title type='text'>Do You Use Wikipedia</title><content type='html'>Do you use &lt;a href="http://en.wikipedia.org/wiki/Main_Page" target="_blank" title="Wikipedia"&gt;Wikipedia&lt;/a&gt;? I do and I love it. So much so that I've donated to them to help them keep providing the service that I value so much. I really like the style of the articles and the way that authors police themselves to prevent problems. It's a great resource and awesome that it's free.&lt;br /&gt;&lt;br /&gt;Jimmy Wales (Wikipedia Founder) sent me the following email and asked me to send it out to others. Here it is:&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;Dear Darril,&lt;br /&gt;&lt;br /&gt;Here's how the Wikipedia fundraiser works: Every year we raise just the funds that we need, and then we stop.&lt;br /&gt;&lt;br /&gt;Because you and so many other Wikipedia readers donated over the past weeks, we are very close to raising our goal for this year by December 31 -- but we're not quite there yet.&lt;br /&gt;&lt;br /&gt;You've already done your part this year. Thank you so much. But you can help&lt;br /&gt;us again by forwarding this email to a friend who you know relies on Wikipedia and asking that person to help us reach our goal today by &lt;a href="https://wikimediafoundation.org/wiki/L11_1227_EMR_JW/en/US?uselang=en&amp;amp;utm_campaign=20111228EM2.en.US&amp;amp;utm_medium=email&amp;amp;utm_source=email2.USD.20"&gt;clicking here and making a donation&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If everyone reading this email forwarded it to just one friend, we think that would be enough to let us end the fundraiser today.&lt;br /&gt;&lt;br /&gt;Of course, we wouldn't turn you down if you wanted to &lt;a href="https://wikimediafoundation.org/wiki/L11_1227_EMR_JW/en/US?uselang=en&amp;amp;utm_campaign=20111228EM2.en.US&amp;amp;utm_medium=email&amp;amp;utm_source=email2.USD.20"&gt;make a second donation or a monthly gift&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Google might have close to a million servers. Yahoo has something like 13,000 staff. We have 679 servers and 95 staff.&lt;br /&gt;&lt;br /&gt;Wikipedia is the #5 site on the web and serves 470 million different people every month – with billions of page views.&lt;br /&gt;&lt;br /&gt;Commerce is fine. Advertising is not evil. But it doesn't belong here. Not in Wikipedia. Wikipedia is something special. It is like a library or a public park. It is like a temple for the mind. It is a place we can all go to think, to learn, to share our knowledge with others.&lt;br /&gt;&lt;br /&gt;When I founded Wikipedia, I could have made it into a for-profit company with advertising, but I decided to do something different. We’ve worked hard over the years to keep it lean and tight. We fulfill our mission, and leave waste to others.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://wikimediafoundation.org/wiki/L11_1227_EMR_JW/en/US?uselang=en&amp;amp;utm_campaign=20111228EM2.en.US&amp;amp;utm_medium=email&amp;amp;utm_source=email2.USD.20"&gt;Thanks again for your support this year. Please help spread the word by forwarding this email to someone you know.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Jimmy Wales&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Wikipedia Founder&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;If you can afford to share some of your wealth, I encourage you to consider sharing some of it with the people at Wikipedia. We all benefit.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2479645138690602014?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2479645138690602014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/12/do-you-use-wikipedia.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2479645138690602014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2479645138690602014'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/12/do-you-use-wikipedia.html' title='Do You Use Wikipedia'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8863754811476490200</id><published>2011-12-27T01:24:00.000-08:00</published><updated>2011-12-27T01:24:00.491-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='SY0-301'/><category scheme='http://www.blogger.com/atom/ns#' term='Practice Test Questions'/><title type='text'>Security+ Practice Test Questions for Your Mobile Phone</title><content type='html'>&lt;h1&gt;Study Security+ From Your Mobile Device&lt;/h1&gt;&lt;div&gt;CompTIA Security+ (SY0-301) practice test questions and flash cards are &lt;a href="http://www.learnzapp.com/apps/securityplus/" target="_blank" title="Security+ Practice Test Questions"&gt;now available for your mobile devices&lt;/a&gt;. The content was written by Darril Gibson and includes:&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Over 170 Flashcards&lt;/li&gt;&lt;li&gt;Over 275 Interactive Study questions with detailed explanations&lt;/li&gt;&lt;li&gt;Organized in seven practice tests based on Security+ objectives&lt;/li&gt;&lt;/ul&gt;&lt;table border="0" cellpadding="5"&gt;&lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;img alt="" class="aligncenter size-medium wp-image-2416" height="300" src="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/12/App-menu-app1-200x300.jpg" title="Security+ Practice Test Questions" width="200" /&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/12/App-question-app.jpg"&gt;&lt;img alt="" class="aligncenter size-medium wp-image-2415" height="300" src="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/12/App-question-app-200x300.jpg" title="Security+ Practice Test Questions" width="200" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt;This CompTIA Security+ SY0-301 mobile app includes relevant flashcards, interactive study questions and timed mock exams. Versions are available for your iPhone, iPad, Android phones, and Android tablets. Check it out here:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://itunes.apple.com/us/app/id482991132?mt=8" target="_blank" title="SY0-301 Practice Test Questions"&gt;Apple Appstore&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="https://market.android.com/details?id=com.learnzapp.securityplus" target="_blank" title="SY0-301 Practice Test Questions "&gt;Android Marketplace&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;If you've been studying for this exam and want to test your readiness, this app is for you. This is the only app currently on the market for the SY0-301 exam where every question includes the explanation for the correct choice, and also explains why the other choices are incorrect. Use it to ensure you pass the exam the first time you take it.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;If you're looking for a full study guide on the SY0-301 Security+ exam&lt;br /&gt;that will help you pass it the first time you take it, check out this book.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" width="1" /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Sample Reviewer Comment&lt;/div&gt;&lt;div style="text-align: left;"&gt;"I took the exam today and passed with an 874/900. This book gave me all I needed to pass and there wasn't anything that wasn't familiar. "&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://www.amazon.com/review/1463762364/?_encoding=UTF8&amp;amp;showViewpoints=1&amp;amp;tag=mc00-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=390957" target="_blank" title="Security+ Get Certified Get Ahead Study Guide Reviews"&gt;By Mike Berry&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Mobile App Features&lt;/h1&gt;Practice test questions and flashcards are organized in six topics, with a topic dedicated to each of the Security+ domains:&lt;br /&gt;&lt;br /&gt;1) Network Security&lt;br /&gt;2) Compliance and Operational Security&lt;br /&gt;3) Threats and Vulnerabilities&lt;br /&gt;4) Application, Data and Host Security&lt;br /&gt;5) Access Control and Identity Management&lt;br /&gt;6) Cryptography&lt;br /&gt;&lt;br /&gt;Comments from reviewers on mobile app:&lt;br /&gt;&lt;br /&gt;"The app does go through the most current CompTIA objectives. I recommend this app to all CompTIA Security+ candidates."&lt;br /&gt;&lt;div style="text-align: right;"&gt;by ramzsmith&lt;/div&gt;"The flash cards and practice test were very useful. This is a good investment for anyone looking to get certified. Thanks......"&lt;br /&gt;&lt;div style="text-align: right;"&gt;by AARON IRVING&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8863754811476490200?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8863754811476490200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/12/security-practice-test-questions-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8863754811476490200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8863754811476490200'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/12/security-practice-test-questions-for.html' title='Security+ Practice Test Questions for Your Mobile Phone'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8680665655133365199</id><published>2011-12-26T03:38:00.000-08:00</published><updated>2011-12-26T03:38:00.082-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='authorization'/><category scheme='http://www.blogger.com/atom/ns#' term='SSCP'/><category scheme='http://www.blogger.com/atom/ns#' term='authentication'/><category scheme='http://www.blogger.com/atom/ns#' term='CISSP'/><category scheme='http://www.blogger.com/atom/ns#' term='identification'/><title type='text'>Identification, Authentication, and Authorization</title><content type='html'>If you're studying for one of the security certifications like &lt;a href="http://www.amazon.com/gp/product/0470944986/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470944986" target="_blank" title="CISSP: Certified Information Systems Security Professional Study Guide "&gt;CISSP&lt;/a&gt;, &lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565" target="_blank" title="SSCP Systems Security Certified Practitioner All-in-One Exam Guide "&gt;SSCP&lt;/a&gt;, or &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;Security+&lt;/a&gt; it's important to understand the difference between identification, authentication, and authentication. These concepts are intertwined, but have specific differences. When looking at these topics, especially for the SSCP and CISSP exams, it's important to understand the differences between subjects and objects.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Subject&lt;/strong&gt;. A subject is the active entity that accesses an object. For example, when a user accesses a file, the user is the subject. Other subjects include programs, processes, and any entity that can access a resource.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Object&lt;/strong&gt;. An object is a passive entity that is being accessed by a subject. For example, when a user accesses a file, the file is the object. Other objects include databases, computers, printers, or any other resource that can be accessed by a subject.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: red;"&gt;Pass the Security+ exam the first time you take it.&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Identification&lt;/h1&gt;Identification occurs when a user (or any subject) claims or professes an identity. This can be accomplished with a username, a process ID, a smart card, or anything else that can uniquely identify a subject. Security systems use this identity when determining if a subject can access an object.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Looking for quality &lt;span style="color: red;"&gt;Practice Test Questions &lt;/span&gt;for the SY0-301 Security+ exam?&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Authentication&lt;/h1&gt;Authentication is the process of proving an identity and it occurs when subjects provide appropriate credentials to prove their identity. For example, when a user provides the correct password with a username, the password proves that the user is the owner of the username. In short, the authentication provides proof of a claimed identity.&lt;br /&gt;&lt;br /&gt;There are several methods of authentication that I'll cover in another post, but in short they are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;em&gt;Something you know&lt;/em&gt;, such as a password or PIN&lt;/li&gt;&lt;li&gt;&lt;em&gt;Something you have&lt;/em&gt;, such as a &lt;a href="http://blogs.getcertifiedgetahead.com/cac-piv-smart-card/" target="_blank" title="CAC, PIV, and Smart Card"&gt;smart card, CAC, PIV&lt;/a&gt;, or RSA token&lt;/li&gt;&lt;li&gt;&lt;em&gt;Something you are&lt;/em&gt;, using biometrics&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;Studying SSCP?&lt;br /&gt;This book covers the new objectives effective Feb 1, 2012.&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565"&gt;SSCP Systems Security Certified Practitioner All-in-One Exam Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0071771565" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;h1&gt;Authorization&lt;/h1&gt;Once a user is identified and authenticated, they can be granted authorization based on their proven identity. It's important to point out that you can't have separate authorization without identification and authentication. In other words, if everyone logs on with the same account you can grant access to resources for everyone, or block access to resources for everyone. If everyone uses the same account, you can't differentiate between users. However, when users have been authenticated with different user accounts, they can be granted access to different resources based on their identity.&lt;br /&gt;&lt;br /&gt;In summary, it's important to understand the differences between identification, authentication, and authorization when studying for security exams such as the Security+, SSCP, or CISSP exams. Identification occurs when a subject claims an identity (such as with a username) and authorization occurs when a subject proves their identity (such as with a password). Once the subject has a proven identity, authorization techniques can grant or block access to objects based on their proven identities.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8680665655133365199?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8680665655133365199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/12/identification-authentication-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8680665655133365199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8680665655133365199'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/12/identification-authentication-and.html' title='Identification, Authentication, and Authorization'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4650051805733874416</id><published>2011-12-21T15:24:00.000-08:00</published><updated>2011-12-21T15:33:47.680-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='SSCP'/><category scheme='http://www.blogger.com/atom/ns#' term='SSO'/><category scheme='http://www.blogger.com/atom/ns#' term='federated identity management'/><category scheme='http://www.blogger.com/atom/ns#' term='CISSP'/><title type='text'>Single Sign-On (SSO) and Federated Identity Management</title><content type='html'>If you're studying for one of the security certifications such as &lt;a href="http://www.amazon.com/gp/product/0470944986/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470944986" target="_blank" title="CISSP: Certified Information Systems Security Professional Study Guide "&gt;CISSP&lt;/a&gt;, &lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565" target="_blank" title="SSCP Systems Security Certified Practitioner All-in-One Exam Guide "&gt;SSCP&lt;/a&gt;, or &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364" target="_blank" title="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;Security+&lt;/a&gt; it's important to understand single sign-on (SSO) concepts and federated access.&lt;br /&gt;&lt;br /&gt;SSO refers to the ability of a user to log on or access multiple systems by providing credentials only once. It enhances security by requiring users to use and remember only one set of credentials for authentication. Once signed on using SSO, this one set of credentials is used throughout a user’s entire session.&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: red;"&gt;Pass the Security+ exam the first time you take it.&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1463762364" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/div&gt;&lt;hr /&gt;&lt;h1&gt;Kerberos&lt;/h1&gt;Kerberos is an authentication protocol commonly used to help support SSO in many networks. When users authenticate, a Key Distribution Center (KDC) issues the user an encrypted time-stamped ticket-granting ticket (TGT). The TGT is cached on the user's system and normally has a lifetime of 10 hours but can be renewed. Kerberos uses symmetric cryptography to encrypt tickets and in most current implementations it uses Advanced Encryption Standard (AES). The KDC is also referred to as an authentication server (AS) or sometimes as a Kerberos authentication server (KAS).&lt;br /&gt;&lt;br /&gt;When the user later wants to access a resource such as a file on a server, the user's system submits the TGT with a request to access the resource. The KDC validates the TGT and sends the user a ticket (sometimes called a service ticket) for the resource. The user's system then submits this ticket to the host of the resource (in this case the file server) with a request to access the resource. The host checks with the KDC to ensure that the ticket is valid and if so, allows access as long as the user is authorized.&lt;br /&gt;&lt;br /&gt;Kerberos requires all systems to be time synchronized and the default in version 5 is for all systems to be within five minutes of each other. If a system is more than five minutes off, the KDC won't issue a TGT or any other tickets, effectively blocking all non-anonymous access on a network. It uses a database of credentials to authenticate users and uses port 88 by default.&lt;br /&gt;A drawback with Kerberos is that it represents a single point of failure. If the KDC fails, all authentication stops. Additionally, if the KDC is compromised, all credentials are compromised.&lt;br /&gt;&lt;hr /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: red;"&gt;Studying SSCP? &lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: red;"&gt;This book covers the new objectives effective Feb 1, 2012.&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/0071771565/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0071771565"&gt;SSCP Systems Security Certified Practitioner All-in-One Exam Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0071771565" style="border: currentColor !important; margin: 0px !important;" width="1" /&gt;&lt;/div&gt;&lt;hr /&gt;&lt;h1&gt;Federated Identity Management&lt;/h1&gt;Identity management refers to the management of user identities and their credentials. For example, usernames and passwords are stored in a database that can be accessed by Kerberos to authenticate users. Users claim an identity and prove their identity by authenticating, such as with a password. In federated identity management, organizations join a group of organizations called a federation. All the organizations within the federation agree on a method to share identities between the organizations.&lt;br /&gt;Once the federation is configured, users are able to log on one time within their organization and then access resources in other organizations without logging on again. This is usually transparent to the user.&lt;br /&gt;&lt;br /&gt;As an example, I have worked in an organization where we logged on with smart cards. We had access to training sites hosted by other organizations but part of a federated identity management system. All we had to do was access the web site using a web browser, and our credentials were automatically recognized without requiring us to take any additional steps.&lt;br /&gt;&lt;br /&gt;In summary, SSO methods can increase security by reducing the number of passwords users must remember. Federated access allows an organization to share identities between different organizations in a common group, or federation of organizations.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4650051805733874416?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4650051805733874416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/12/single-sign-on-sso-and-federated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4650051805733874416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4650051805733874416'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/12/single-sign-on-sso-and-federated.html' title='Single Sign-On (SSO) and Federated Identity Management'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-197660366744986343</id><published>2011-12-09T05:44:00.001-08:00</published><updated>2011-12-09T05:44:54.456-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security+'/><category scheme='http://www.blogger.com/atom/ns#' term='Kindle'/><title type='text'>Free Security+ Books from Amazon Prime</title><content type='html'>Two Security+ books are now available through the &lt;a href="http://www.amazon.com/gp/help/customer/display.html?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;ie=UTF8&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=390957" target="_blank" title="Kindle Lending Library"&gt;Kindle lending library&lt;/a&gt;, a new feature of Amazon Prime. If you have any version of a Kindle and Amazon Prime, you can check out any available book for free for a month. Books for both the SY0-201 and SY0-301 Security+ exams are available to check out.&lt;br /&gt;&lt;h1 title="Pass the Security+ exam on your first try"&gt;Two Security+ Books Available &lt;/h1&gt;The following two Security+ books are a part of this program so you can checkout either one without charge.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/B002QHVW0M/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B002QHVW0M" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide "&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/B005LD5NRQ/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B005LD5NRQ" target="_blank" title="CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions "&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions &lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;While Amazon has created &lt;a href="http://www.amazon.com/gp/feature.html?ie=UTF8&amp;amp;ref_=kcp_ipad_mkt_lnd&amp;amp;tag=mc00-20&amp;amp;ie=UTF8&amp;amp;linkCode=ur2&amp;amp;docId=1000493771%23&amp;amp;camp=1789&amp;amp;creative=390957" target="_blank" title="Read Kindle Books on your device"&gt;Kindle applications &lt;/a&gt;to run on just about any platform, the lending library doesn't currently work with these applications. I really don't know if they plan to add it later or not. However, if you don't have a Kindle, you can still get these two books for only $9.99 using one of these free applications.&lt;br /&gt;&lt;br /&gt;These Security+ books are also available in paperback versions.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide &lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions &lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;Amazon Prime Benefits&lt;/h1&gt;I've had Amazon Prime for quite a while and have been very happy with it. It costs $79 annually but you can try it out for a &lt;a href="http://www.blogger.com/www.amazon.com/prime" target="_blank" title="One Month Trial"&gt;free one month trial&lt;/a&gt;. It has the following benefits:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Free two-day shipping on products shipped from Amazon&lt;/li&gt;&lt;li&gt;Instant streaming of movies and TV shows&lt;/li&gt;&lt;li&gt;Instant access to thousands of books&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;Kindle Versions&lt;/h1&gt;There are several versions of &lt;a href="http://www.blogger.com/=%22http://www.amazon.com/gp/product/B005890G8O/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B005890G8O" target="_blank" title="Kindle versions"&gt;Kindles &lt;/a&gt;available and for reading books, I've been very happy with it. I have an iPad but don't find it as easy to read books from the iPad as the Kindle. &lt;br /&gt;&lt;br /&gt;Also, I recently purchased the new &lt;a href="http://www.blogger.com/=%22http://www.amazon.com/gp/product/B0051VVOB2/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B0051VVOB2" target="_blank" title="Kindle Fire"&gt;Kindle Fire &lt;/a&gt;and have been impressed with it too. It works very similar to the iPad. I don't think it'll be an iPad killer but it has a lot of similar functionality and has great potential.&lt;br /&gt;&lt;br /&gt;If you're studying for the Security+ exam and you have a Kindle and Amazon Prime, be sure to check out the new lending library. If you don't have these though, you can still get some good quality Security+ study materials. Best of luck in your studies.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-197660366744986343?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/197660366744986343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/12/free-security-books-from-amazon-prime.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/197660366744986343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/197660366744986343'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/12/free-security-books-from-amazon-prime.html' title='Free Security+ Books from Amazon Prime'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6710597147577820645</id><published>2011-11-27T03:01:00.000-08:00</published><updated>2011-11-27T03:01:20.918-08:00</updated><title type='text'>Security+ Practice Test Question Hardware Device</title><content type='html'>Here's a practice test question for anyone planning on taking the &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1463762364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide"&gt;SY0-301 Security+&lt;/a&gt; exam.&lt;br /&gt;&lt;h1 title="SY0-301 Practice Test Question"&gt;Security+ Practice Test Question&lt;/h1&gt;Your organization has an existing server and you want to add a hardware device to provide encryption capabilities. What is the easiest way to accomplish this?&lt;br /&gt;&lt;br /&gt;A. TPM&lt;br /&gt;B. HSM&lt;br /&gt;C. DLP&lt;br /&gt;D. IaaS&lt;br /&gt;&lt;br /&gt;Answer below:&lt;br /&gt;&lt;br /&gt;If you're looking for a Study Guide on the SY0-301 exam that can help you take and pass the Security+ exam the first time you take it, check out the &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;. It covers 100 percent of the CompTIA Security+ SY0-301 objectives using real-world examples of security principles in action to help you master the important concepts. It also includes over 450 realistic practice questions with in-depth explanations. You'll know why the correct answer is correct, why the incorrect answers are incorrect, and be able to pass this exam the first time you take it.&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=1463762364" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;/div&gt;If you think you're ready for the exam, but just want some realistic practice questions to test your readiness, check out this book instead: &lt;a href="http://www.amazon.com/gp/product/B005LD5NRQ/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=B005LD5NRQ"&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt;. It includes 275 practice test questions with in-depth explanations and is available for only $9.99 on the Kindle.&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;iframe frameborder="0" height="240" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=000000&amp;amp;IS2=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as4&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=ss_til&amp;amp;asins=B005LD5NRQ" style="height: 240px; width: 120px;" width="320"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;h1 title="SY0-301 Practice Test Question Answer"&gt;Answer&lt;/h1&gt;Your organization has an existing server and you want to add a hardware device to provide encryption capabilities. What is the easiest way to accomplish this?&lt;br /&gt;&lt;br /&gt;A. TPM&lt;br /&gt;B. HSM&lt;br /&gt;C. DLP&lt;br /&gt;D. IaaS&lt;br /&gt;&lt;br /&gt;The correct answer is B.&lt;br /&gt;&lt;br /&gt;A hardware security module (HSM) is a hardware device you can add to a server to provide encryption capabilities.&lt;br /&gt;&lt;br /&gt;A Trusted Platform Module (TPM) is a chip embedded into a motherboard that also provides hardware encryption, but you can’t easily add a TPM to an existing server.&lt;br /&gt;&lt;br /&gt;A Data Loss Prevention (DLP) device can reduce the risk of employees e-mailing confidential information outside the organization.&lt;br /&gt;&lt;br /&gt;Organizations use Infrastructure as a Service (IaaS) to rent access to hardware such as servers via the cloud to limit their hardware footprint and personnel costs.&lt;br /&gt;&lt;br /&gt;TPM, HSM, and DLP are covered in depth in Chapter 5 of &lt;a href="http://www.amazon.com/gp/product/1463762364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1463762364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide&lt;/a&gt;. IaaS and other cloud computing topics are covered in Chapter 4. Also you may like to check out this &lt;a href="http://blogs.getcertifiedgetahead.com/2011/11/tpm-hsm-hardware-encryption-devices/" target="_blank"&gt;blog&lt;/a&gt; on TPMs and HSMs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6710597147577820645?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6710597147577820645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/11/security-practice-test-question.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6710597147577820645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6710597147577820645'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/11/security-practice-test-question.html' title='Security+ Practice Test Question Hardware Device'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-777174064006398839</id><published>2011-11-10T02:34:00.000-08:00</published><updated>2011-11-10T02:34:42.030-08:00</updated><title type='text'>SY0-301 Security+ Study Guide Released</title><content type='html'>The CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide is released!  This is an update to the top-selling&lt;em&gt; &lt;/em&gt;&lt;a data-mce-href="http://www.amazon.com/gp/product/1439236364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399369&amp;amp;creativeASIN=1439236364" href="http://www.amazon.com/gp/product/1439236364/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399369&amp;amp;creativeASIN=1439236364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide "&gt;SY0-201 Security+ study  guide&lt;/a&gt;,&lt;em&gt; &lt;/em&gt;which helped thousands of readers pass the Security+ exam the first time they took it.  Here are a few highlights about the book:&lt;br /&gt;&lt;table border="0" cellpadding="5" class="mceItemTable"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt; &lt;a data-mce-href="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/11/frontcover1.jpg" href="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/11/frontcover1.jpg"&gt;&lt;img alt="" class="alignleft size-full wp-image-2307" data-mce-src="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/11/frontcover1.jpg" height="219" src="http://blogs.getcertifiedgetahead.com/wp-content/uploads/2011/11/frontcover1.jpg" title="Security+ Get Certified Get Ahead SY0-301 Study Guide" width="153" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;ul&gt;&lt;li&gt;100 percent coverage of SY0-301 objectives&lt;/li&gt;&lt;li&gt;Over 450 realistic practice test questions&lt;/li&gt;&lt;li&gt;100 question pre-test&lt;/li&gt;&lt;li&gt;100 question post-test&lt;/li&gt;&lt;li&gt;Practice questions in each of the eleven chapters&lt;/li&gt;&lt;li&gt;Comprehensive acronym list&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;All practice test questions have in-depth explanations. You'll know why the correct answers are correct, and why the incorrect answers are incorrect. Additionally, the chapter content explains the topics in full detail. No matter how CompTIA words the questions, you'll have the knowledge to correctly answer them.&lt;br /&gt;&lt;br /&gt;Picture yourself taking the Security+ exam and seeing the results “You passed.”  You can do it and this book can help.&lt;br /&gt;&lt;h1 title="Security+ Study Guide with practice test questions"&gt;40% Discount For A Limited Time&lt;/h1&gt;As a favor to the many people that have shown so much interest in this update, I’m making it available at a reduced introductory price. For a short introductory period, I'm offering the book with a special discount of 40% off. That's a whopping $14.80 off the list price of $36.99.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a data-mce-href="https://www.createspace.com/3651544" href="https://www.createspace.com/3651544" target="_blank" title="40% Off CompTIA Security+ SY0-301 Study Guide"&gt;Order here now&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Enter discount code XQY3HAAG when you check out for the 40% off discount&lt;/li&gt;&lt;/ul&gt;Why am I offering such a steep discount? I’d like to get this book into as many people’s  hands as soon as possible. While there is certainly no obligation, I’m hoping some of you take the time to provide comments on the book. Readers just like you posted comments on the &lt;a data-mce-href="http://www.amazon.com/review/1439236364?ie=UTF8&amp;amp;ref_=dp_db_cm_cr_acr_txt&amp;amp;showViewpoints=1&amp;amp;_encoding=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=390957" href="http://www.amazon.com/review/1439236364?ie=UTF8&amp;amp;ref_=dp_db_cm_cr_acr_txt&amp;amp;showViewpoints=1&amp;amp;_encoding=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=390957" target="_blank" title="Security+ Study Guide"&gt;SY0-201 Study Guide Amazon page &lt;/a&gt;to let others know about the book value. It may be your review that 54 out of 54 people find helpful.&lt;br /&gt;&lt;script type="mce-text/javascript"&gt;// &lt;![CDATA[         google_ad_client = "ca-pub-4573024573868280"; /* Get Certified Footer */ google_ad_slot = "4763235618"; google_ad_width = 468; google_ad_height = 60;// ]]&gt;&lt;/script&gt;  &lt;script data-mce-src="http://pagead2.googlesyndication.com/pagead/show_ads.js" src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="mce-text/javascript"&gt;// &lt;![CDATA[&lt;/p&gt;&lt;p&gt;// ]]&gt;&lt;/script&gt; &lt;br /&gt;&lt;h2&gt;A Quick FAQ List&lt;/h2&gt;I can hear a couple of questions coming so here are some quick answers:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Q. Will the book be available on Amazon?&lt;/strong&gt;&lt;br /&gt;A. Yes. I expect it to be on Amazon within two weeks.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Q. Is the 40% discount available on Amazon?&lt;/strong&gt;&lt;br /&gt;A. No. Amazon controls their discounts.  As an example, the &lt;a data-mce-href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1466323604" href="http://www.amazon.com/gp/product/1466323604/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1466323604" target="_blank" title="Security+ SY0-301 Practice Test Questions "&gt;CompTIA Security+: Get Certified Get Ahead- SY0-301 Practice Test Questions&lt;/a&gt; book was published on September 15, 2011 and as of today, they still have not reduced the price.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Q. How long will the 40% discount be available?&lt;/strong&gt;&lt;br /&gt;A. I plan to replace it with a 25% discount in 30 days.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Q. Is a Kindle version coming out?&lt;/strong&gt;&lt;br /&gt;A. Yes.  The process takes a little while, but I expect to have the Kindle version out within 60 days. I'm not sure of the pricing at this moment.&lt;br /&gt;&lt;h2&gt;Instructors&lt;/h2&gt;If you're an instructor, check out this page &lt;a data-mce-href="http://getcertifiedgetahead.com/instructor-resources.aspx" href="http://getcertifiedgetahead.com/instructor-resources.aspx" target="_blank" title="Security+ Instructor Resources"&gt;http://getcertifiedgetahead.com/instructor-resources.aspx&lt;/a&gt;   Many instructors in the United States and in at least two other countries used the CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide  to help their students pass the Security+ exam the first time they took it.  You can help your students pass the SY0-301 Security+ exam the first time they take it too.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-777174064006398839?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/777174064006398839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/11/sy0-301-security-study-guide-released.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/777174064006398839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/777174064006398839'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/11/sy0-301-security-study-guide-released.html' title='SY0-301 Security+ Study Guide Released'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8864870302304461871</id><published>2011-11-03T14:49:00.000-07:00</published><updated>2011-11-03T14:49:32.010-07:00</updated><title type='text'>Security+ SY0-301 Practice Test Questions</title><content type='html'>If you’re planning on taking the SY0-301 Security+ exam, you might like to hear about a new book that just came out. It includes over 275 realistic practice test questions with in-depth explanations for only $9.99. It's called CompTIA Security+: Get Certified Get Ahead:SY0-301 Practice Test Questions and you can get it &lt;a data-mce-href="http://amzn.to/roN4cb" href="http://amzn.to/roN4cb" target="_blank" title="CompTIA Security+:Get Certified Get Ahead:SY0-301 Practice Test Questions [Kindle Edition]"&gt;here&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;You can download &lt;a data-mce-href="http://amzn.to/aZZlOs" href="http://amzn.to/aZZlOs" target="_blank" title="Free Kindle applications for just about any device"&gt;free Kindle applications &lt;/a&gt;for just about any device from &lt;a data-mce-href="http://amzn.to/aZZlOs" href="http://amzn.to/aZZlOs" target="_blank" title="Free Kindle applications for just about any device"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You may know that I've been updating my  CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide to the SY0-301 version. I've completed the rewrite. Unfortunately, the process to get it to print is lengthy and it has a couple more phases to go through before it makes it to print. At this point, I’m thinking it’ll be out in October, but much of it is out of my hands. The ISBN is 1463762364 but it isn’t on &lt;a data-mce-href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&amp;amp;field-keywords=1463762364" href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&amp;amp;field-keywords=1463762364" target="_blank" title="ISBN search"&gt;Amazon &lt;/a&gt;yet either.&lt;br /&gt;&lt;br /&gt;However, I continue to get queries about the update and I know many people want to take the new exam.  Because of this, I copied 275 practice test questions from the new book and created the &lt;a data-mce-href="http://amzn.to/roN4cb" href="http://amzn.to/roN4cb" target="_blank" title="CompTIA Security+:Get Certified Get Ahead:SY0-301 Practice Test Questions [Kindle Edition]"&gt;Kindle book. &lt;/a&gt; I’m able to control 100 percent of the process with the Kindle, so I knew I could get it to published quickly.&lt;br /&gt;&lt;hr /&gt;&lt;h2&gt;Update on SY0-301 Practice Test Questions Book&lt;/h2&gt;&lt;div data-mce-style="padding-left: 30px;" style="padding-left: 30px;"&gt;Several people asked if the the Practice Test Question book can come out as a hard copy book.  It took a little work, but  &lt;a data-mce-href="http://www.amazon.com/gp/product/1466323604/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1466323604" href="http://www.amazon.com/gp/product/1466323604/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1466323604"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Practice Test Questions&lt;/a&gt;&lt;img alt="" border="0" data-mce-src="http://www.assoc-amazon.com/e/ir?t=cert04-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604&amp;amp;camp=217145&amp;amp;creative=399373" height="1" src="http://www.assoc-amazon.com/e/ir?t=cert04-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1466323604&amp;amp;camp=217145&amp;amp;creative=399373" width="1" /&gt; is now available on Amazon.&lt;/div&gt;&lt;div data-mce-style="padding-left: 30px;" style="padding-left: 30px;"&gt;You can also get it from here: &lt;a data-mce-href="https://www.createspace.com/3687639" href="https://www.createspace.com/3687639" target="_blank"&gt;https://www.createspace.com/3687639&lt;/a&gt;. Enter JXCRTNUT for 25% off.&lt;/div&gt;&lt;div data-mce-style="padding-left: 30px;" style="padding-left: 30px;"&gt;&lt;a data-mce-href="https://www.createspace.com/3687639" href="https://www.createspace.com/3687639"&gt;&lt;img alt="Get Certified Get Ahead SY0-301 Practice Test Questions" class="alignnone size-medium wp-image-306" data-mce-src="http://certapps.com/wp-content/uploads/2011/09/cover-208x300.png" height="300" src="http://certapps.com/wp-content/uploads/2011/09/cover-208x300.png" title="Get Certified Get Ahead SY0-301 Practice Test Questions" width="208" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;hr /&gt;&lt;h2&gt;&lt;strong&gt;Answers to a Few FAQs&lt;/strong&gt;&lt;/h2&gt;I continue to get queries about the SY0-201 and SY0-301 exam.  Here's a few answers that may help you too.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Can you still take the SY0-201 version?&lt;/strong&gt;&lt;br /&gt;Yes.  You can still take the SY0-201 version until December 31, 2011.  The &lt;a data-mce-href="http://www.amazon.com/gp/product/1439236364/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364" href="http://www.amazon.com/gp/product/1439236364/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364" target="_blank" title="CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide &lt;/a&gt;is still helping many people take and pass this exam.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Do employers care which version you take?&lt;/strong&gt;&lt;br /&gt;No. Employers want to know that you are certified. I don’t know of any employer that cares which version you have (SY0-201 or SY0-301).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Is the SY0-301 version harder than the SY0-201 version?&lt;/strong&gt;&lt;br /&gt;This is a tough question to answer.  It's &lt;a data-mce-href="http://certapps.com/2011/07/security-sy0-201-and-sy0-301-differences/" href="http://certapps.com/2011/07/security-sy0-201-and-sy0-301-differences/" target="_blank" title="Security+ SY0-201 and SY0-301 Differences"&gt;different&lt;/a&gt;.  It includes concepts that are newer because security topics continue to evolve. Since writing the first SY0-201 book, I've written several other security books, and contributed to a couple more. I tech edited a &lt;a data-mce-href="http://www.amazon.com/gp/product/0470944986/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0470944986" href="http://www.amazon.com/gp/product/0470944986/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0470944986" target="_blank" title="CISSP: Certified Information Systems Security Professional Study Guide"&gt;CISSP book&lt;/a&gt;, and I am in the final phase of a &lt;a data-mce-href="http://www.amazon.com/gp/product/0071771565/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0071771565" href="http://www.amazon.com/gp/product/0071771565/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;amp;tag=cert04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0071771565" target="_blank" title="SSCP Systems Security Certified Practitioner All-in-One Exam Guide "&gt;SSCP book &lt;/a&gt;based on the new objectives for the SSCP exam. Because of this, I've already been exposed to many of these topics so I was able to easily pass the exam when I took it (though I did miss a question).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Will I see questions on the SY0-201 exam that aren’t covered in the SY0-201 book?&lt;/strong&gt;&lt;br /&gt;Yes. CompTIA seeds the exam with beta questions but the beta questions are not graded. As an example, the SY0-201 objectives do not include any topics on cloud computing, yet many people report seeing questions on cloud computing.  You'll probably see the same thing in three years when CompTIA releases the SY0-401 version.&lt;br /&gt;&lt;h2&gt;Some Information on the Full SY0-301 Book&lt;/h2&gt;&lt;em&gt;CompTIA Security+: Get Certified Get Ahead: SY0-301 Study Guide &lt;/em&gt;is an update to my top-selling&lt;em&gt; &lt;/em&gt;SY0-201 guide,&lt;em&gt; &lt;/em&gt;which helped thousands of readers pass the exam the first time they&lt;br /&gt;took it.&lt;br /&gt;&lt;br /&gt;The SY0-301 version covers every aspect of the SY0-301 exam, and includes the same elements readers raved about in the previous version. Each of the eleven chapters presents topics in an easy to understand manner and includes real-world examples of security principles in action. I use many of the same analogies and explanations I’ve honed in the classroom that have helped&lt;br /&gt;hundreds of students master the Security+ content. You’ll understand the important and relevant security topics for the Security+ exam, without being overloaded with unnecessary details. Additionally, each chapter includes a comprehensive review section to help you focus on what’s important.&lt;br /&gt;&lt;br /&gt;You’ll have over 450 realistic practice test questions with in-depth explanations to help you test your comprehension and readiness for the exam. It includes a 100 question pre-test, a 100 question post-test, and practice test questions at the end of every chapter. Each practice test question includes a detailed explanation to help you understand the content and the reasoning behind the question. You’ll be ready to take and pass the exam the first time you take it.&lt;br /&gt;&lt;br /&gt;If you plan to pursue any of the advanced security certifications, this guide will also help you lay a solid foundation of security knowledge. Learn this material, and you’ll be a step ahead for&lt;br /&gt;other exams. This SY0-301 study guide&lt;em&gt; &lt;/em&gt;is for any IT or security professional interested in advancing in their field, and a must read for anyone striving to master the basics of IT systems security.&lt;br /&gt;However, if you can't wait for the study guide to be published, or you just want some realistic practice test questions with in-depth explanations, check out the &lt;a data-mce-href="http://amzn.to/roN4cb" href="http://amzn.to/roN4cb" target="_blank" title="CompTIA Security+:Get Certified Get Ahead:SY0-301 Practice Test Questions"&gt;CompTIA Security+:Get Certified Get Ahead:SY0-301 Practice Test Questions&lt;/a&gt; Kindle book.&lt;br /&gt;&lt;br /&gt;You can also check out a &lt;a href="http://blogs.getcertifiedgetahead.com/" target="_blank"&gt;SY0-301 Security+ blog&lt;/a&gt; here, and the &lt;a href="http://getcertifiedgetahead.com/" target="_blank"&gt;GetCertifiedGetAhead.com site&lt;/a&gt; for more certification releated information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8864870302304461871?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8864870302304461871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/11/security-sy0-301-practice-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8864870302304461871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8864870302304461871'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/11/security-sy0-301-practice-test.html' title='Security+ SY0-301 Practice Test Questions'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-9155060138945423037</id><published>2011-01-23T05:54:00.000-08:00</published><updated>2011-01-31T15:25:15.627-08:00</updated><title type='text'>Audio Files Now Available</title><content type='html'>Several readers have recommended that we create audio files for key portions of the CompTIA Security+ Get Certified and Get Ahead Study Guide and we have &lt;a href="http://sy0-201.com/BuyNowAudio.htm"&gt;recently done so&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;We've worked with professional voice actor Nate Collins to produce top quality MP3 files that&amp;nbsp;you can listen to, and supplement your studies.&amp;nbsp; These files include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;All of the Remember blocks from each chapter&lt;br /&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;Listen to key exam information as many times as you like &lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;All of the questions, answers, and explanations from each of the chapters &lt;br /&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;Reinforce why the correct answers are correct and why the incorrect answers are incorrect&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;Over 170 MB of MP3 files.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;10 separate Remember files &lt;br /&gt;One for each chapter&lt;/li&gt;&lt;li&gt;10 separate question and answer files &lt;br /&gt;One for each chapter&lt;/li&gt;&lt;/ul&gt;Only $9.99 for all the files and &lt;a href="http://sy0-201.com/BuyNowAudio.htm"&gt;available with just a few clicks&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-9155060138945423037?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/9155060138945423037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2011/01/audio-files-now-available.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/9155060138945423037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/9155060138945423037'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2011/01/audio-files-now-available.html' title='Audio Files Now Available'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8022839066246116504</id><published>2010-06-08T09:56:00.000-07:00</published><updated>2010-06-08T09:56:56.839-07:00</updated><title type='text'>HTTPS Process</title><content type='html'>When studying for the CompTIA Security+ exam, you'll come across some cryptography objectives.&amp;nbsp; One thing that confuses many people is how SSL works with HTTPS.&lt;br /&gt;&lt;br /&gt;I've broken it down to the following steps with a diagram at the end that may help you understand it a little better.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The client starts the HTTPS session by clicking on the link.&lt;/li&gt;&lt;li&gt;The server responds by sending a certificate. The certificate includes the server's public key that is part of a matched private/public key pair. The private key is always kept private by the server.&lt;/li&gt;&lt;li&gt;The client creates a random session key (such as 13579BDF2468ACE).&lt;/li&gt;&lt;li&gt;The client encrypts the session key with the server's public key.&lt;/li&gt;&lt;li&gt;The client then sends the encrypted session key to the server.&lt;/li&gt;&lt;li&gt;The server then decrypts the session key with the server's private key.&lt;/li&gt;&lt;li&gt;Rest of session uses symmetric session key.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_rLHv5b5Jcuk/TA50VxyrxUI/AAAAAAAAABc/PPoLA9dQdzI/s1600/SSL.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" qu="true" src="http://3.bp.blogspot.com/_rLHv5b5Jcuk/TA50VxyrxUI/AAAAAAAAABc/PPoLA9dQdzI/s400/SSL.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;Question:&amp;nbsp; What type of encryption does SSL use to privately share the session key?&amp;nbsp; &lt;br /&gt;Answer: Asymmetric&lt;br /&gt;&lt;br /&gt;Question: What type of encryption does SSL use to encrypt the session data? &lt;br /&gt;Answer: Symmetric&lt;br /&gt;&lt;br /&gt;Trick Question: What type of encryption does SSL use ? &lt;br /&gt;&lt;br /&gt;Answer: Asymmetric and symmetric&lt;br /&gt;&lt;br /&gt;You can find more details on cryptography in this chapter 9 of this book:&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;You can also watch a video on YouTube here: &lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=JjMfuJOnHzc"&gt;SSL Asymmetric and symmetric encryption&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;HTH,&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8022839066246116504?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8022839066246116504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/06/https-process.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8022839066246116504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8022839066246116504'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/06/https-process.html' title='HTTPS Process'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_rLHv5b5Jcuk/TA50VxyrxUI/AAAAAAAAABc/PPoLA9dQdzI/s72-c/SSL.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2765906731800761263</id><published>2010-05-18T04:53:00.000-07:00</published><updated>2010-05-18T04:53:39.752-07:00</updated><title type='text'>Biometrics False Positive False Acceptance</title><content type='html'>I'm teaching a Security+ class this week and this topic came up again.&amp;nbsp; Here's some clarification...&lt;br /&gt;&lt;br /&gt;Biometrics is used for authentication.&amp;nbsp; It is in the "something you are" factor. You can read about the three&amp;nbsp;factors of authentication &lt;a href="http://sy0201.blogspot.com/2009/10/three-factors-of-authentication.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;However, biometrics can be calibrated for different levels of accuracy.&amp;nbsp; Two types of errors are possible.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;False acceptance or false positive&lt;/strong&gt;. This is when a system inaccurately identifies someone as someone else.&amp;nbsp; For example, imagine that Attacker Al steals Sally's laptop. The laptop has a fingerprint scanner for authentication with Sally's fingerprint .&amp;nbsp; Attacker Al tries his fingerprint and it works.&amp;nbsp; It &lt;strong&gt;accepts&lt;/strong&gt; his fingerprint even though it shouldn't. It returns a &lt;strong&gt;positive&lt;/strong&gt; match as though his fingerprint is the same as Sally's even though this is obviously &lt;strong&gt;false&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;False rejection or false negative&lt;/strong&gt;. Now imagine that Sally has the same laptop.&amp;nbsp; She has registered her fingerprint on the system.&amp;nbsp; The next day she tries to use this for authentication. Unfortunately, the system &lt;strong&gt;rejects&lt;/strong&gt; her fingerprint. It returns a &lt;strong&gt;negative&lt;/strong&gt; match as though Sally's fingerprint isn't actually her finger even though it's the same finger she used the day before. &lt;/li&gt;&lt;/ul&gt;The confusion with some people is realizing that false acceptance is the same as false positive, and false rejection is the same false negative.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Think about this.&amp;nbsp; The PoweBall lottery in the U.S.&amp;nbsp;wants to give you a million dollars for your winning ticket. Do you accept it?&amp;nbsp; You'll probably answer with a positive answer such as Yes, or Absolutely.&amp;nbsp; Accept is a positive response.&amp;nbsp; On the other hand, reject is a negative answer.&amp;nbsp; Someone may say No they don't want the money (though I can't imagine why not). The rejection with a No is a negative response.&lt;br /&gt;&lt;br /&gt;You can overthink this, but it's as simply as acceptance is positive, and rejection is negative. &lt;br /&gt;&lt;br /&gt;Interestingly, both terms are simplified.&amp;nbsp; Biometrics more technically use the following terms:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;False reject rate (FRR).&lt;/strong&gt;&amp;nbsp; This is commonly referred to as a Type I error, or a false rejection error.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;False accept rate (FAR).&lt;/strong&gt; This is commonly referred to as a Type&amp;nbsp;II error, or a false acceptance error.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Crossover error rate (CER).&lt;/strong&gt; This is a measurement betwee then the FRR and FAR represented as a number or a&amp;nbsp;percentage.&amp;nbsp; The lower the number or percentage, the more accurate the biometrics system is.&amp;nbsp; For example, a&amp;nbsp; CER of 2 (or 2 percent) is much better than a CER of 10 (or 10 percent).&lt;/li&gt;&lt;/ul&gt;Here's an interesting &lt;a href="http://www.ccert.edu.cn/education/cissp/hism/039-041.html" target="_blank"&gt;article&lt;/a&gt;&amp;nbsp;that explains FRR, FFAR, and CER. It's a CISSP study article and digs a little deeper into the topic than necessary for Security+ but may help clarify things for you.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2765906731800761263?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2765906731800761263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/05/biometrics-false-positive-false.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2765906731800761263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2765906731800761263'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/05/biometrics-false-positive-false.html' title='Biometrics False Positive False Acceptance'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7366377015459868584</id><published>2010-04-22T16:53:00.000-07:00</published><updated>2010-06-08T09:54:43.079-07:00</updated><title type='text'>YouTube Videos</title><content type='html'>After teaching a Security+ class this week, I decided to create a few videos for the cryptography topics.&amp;nbsp;I created them in Camtasia and posted them on YouTube. You can view them here: &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=OM0oov_8O7c"&gt;Security+ Encryption and the Rayburn box&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=7gZefMlLpV4"&gt;Digital Signatures&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=JjMfuJOnHzc"&gt;SSL Asymmetric and symmetric encryption&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=0yubiM8hGDI"&gt;Hashing and integrity&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7366377015459868584?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7366377015459868584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/04/youtube-videos.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7366377015459868584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7366377015459868584'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/04/youtube-videos.html' title='YouTube Videos'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7441461161960694018</id><published>2010-03-01T06:09:00.000-08:00</published><updated>2010-03-01T06:09:55.058-08:00</updated><title type='text'>A Twist on the MP3 Study Method</title><content type='html'>Years ago, a student told me of method he used to study for certification exams.&amp;nbsp; This &lt;a href="http://www.sy0-201.com/Blogs/post/MP3-Study-Method.aspx"&gt;blog entry&lt;/a&gt; talks about it. In short, you can read study material into an &lt;span&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/SanDisk-Sansa-Video-Player-Black/dp/B001GCQ3KM?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;MP3 recorder&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=B001GCQ3KM" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=B001AH5KQQ" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;.&amp;nbsp; Whenever you have the chance, you listen to the recordings. Since MP3s are so portable you can listen to the recording&amp;nbsp;just about anywhere. &lt;br /&gt;&lt;br /&gt;As a twist, someone recently told me they had their girlfriend record the material. He liked hearing her voice more than his own. Think about your girlfriend or boyfriend saying in their most sultry voice "Integrity is used to verify that data has not been modified." It sounds like a great idea.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I guess the only danger is that when someone starts talking to you about security issues you may remember the voice and get a little excited.&amp;nbsp; But is that such a bad thing?&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7441461161960694018?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7441461161960694018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/03/twist-on-mp3-study-method.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7441461161960694018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7441461161960694018'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/03/twist-on-mp3-study-method.html' title='A Twist on the MP3 Study Method'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7900646860178929646</id><published>2010-02-26T07:26:00.000-08:00</published><updated>2010-06-01T12:51:27.561-07:00</updated><title type='text'>Practice Question Virus Infection</title><content type='html'>A computer is infected with a virus.&amp;nbsp; The installed antivirus software didn't detect the problem.&amp;nbsp;&amp;nbsp;What would be the first action to take?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Notify an administrator&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;B. Install new antivirus software&lt;br /&gt;&amp;nbsp; C. Update the antivirus signature files&lt;br /&gt;&amp;nbsp; D. Contain the problem.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1439236364&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/list-of-security-blogs.html"&gt;List of&amp;nbsp; Security+ Blogs&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/list-of-practice-questions.html"&gt;List of Security+ Questions&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answer: D. The first step in response to an incident to contain or isolate the problem. This can often be done by simply pulling the cable on the NIC. Notification should be done after containment, but policy would often dictate the notification of someone on an incident response team. Ensuring that a system has antivirus software and updated signature files are good steps to take, but not as a first step after an infection. You’d still want to contain the problem to a single system before installing the software and updating definitions. &lt;br /&gt;&lt;br /&gt;This question is related to objective:&lt;br /&gt;6.3 Differentiate between and execute appropriate incident response procedures.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Damage and loss control&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7900646860178929646?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7900646860178929646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/practice-question-virus-infection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7900646860178929646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7900646860178929646'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/practice-question-virus-infection.html' title='Practice Question Virus Infection'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6413415505292647661</id><published>2010-02-24T07:26:00.000-08:00</published><updated>2010-02-24T07:26:28.075-08:00</updated><title type='text'>Incident Response Practice Question</title><content type='html'>What documentation is needed to verify that the evidence collected is the same evidence that is presented in court?&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Affidavit of evidence&lt;br /&gt;&amp;nbsp; B. Chain of custody&lt;br /&gt;&amp;nbsp; C. Chain of forensics &lt;br /&gt;&amp;nbsp; D. Access authorization&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1439236364&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answer: B. A chain of custody verifies that evidence presented in court is the same evidence that was collected; a chain of custody should be established when seizing any evidence. The other documents listed won’t take the place of chain of custody documentation.&lt;br /&gt;&lt;br /&gt;This question is related to objective :&lt;br /&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;6.3 Differentiate between and execute appropriate incident response procedures.&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Chain of custody&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6413415505292647661?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6413415505292647661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/incident-response-practice-question.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6413415505292647661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6413415505292647661'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/incident-response-practice-question.html' title='Incident Response Practice Question'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7453039084212811160</id><published>2010-02-18T17:08:00.000-08:00</published><updated>2010-02-18T17:08:44.368-08:00</updated><title type='text'>Least Privilege</title><content type='html'>When studying for the CompTIA Security+ (SY0-201) exam, you'll come across this objective. &lt;br /&gt;&lt;br /&gt;3.1 Identify and apply industry best practices for access control methods.&lt;br /&gt;&lt;br /&gt;One of the praactices you should understand is: Least Privilege.&lt;br /&gt;&lt;br /&gt;The principle of least privilege specifies that individuals or processes should be granted only the rights needed to perform assigned tasks or functions, but no more. For example, if Sally needs to print to a printer, you should grant her print permission for that printer but nothing else.&lt;br /&gt;There's a subtle difference between Least Privilege and Need to Know.&amp;nbsp; Least Privilege focuses on rights or actions.&amp;nbsp; Need to Know focuses on permissions or access to data.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7453039084212811160?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7453039084212811160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/least-privilege.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7453039084212811160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7453039084212811160'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/least-privilege.html' title='Least Privilege'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-5062433920534059726</id><published>2010-02-11T11:08:00.000-08:00</published><updated>2010-02-11T11:08:13.981-08:00</updated><title type='text'>Mandatory Vacations</title><content type='html'>When studying for the CompTIA Security+ (SY0-201) exam, you'll come across this objective. &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;6.4 Identify and explain applicable legislation and organizational policies. One of the policies you should understand is: Mandatory Vacations.&lt;/li&gt;&lt;/ul&gt;In my years in the Navy, we often had events that were referred to as mandatory fun.&amp;nbsp;This was often accompanied by the phrase "all leave and liberty will be cancelled until morale improves." This isn't quite the same thing. &lt;br /&gt;&lt;br /&gt;Instead, mandatory vacations are designed to ensure that someone gets out of the office for a period of time requiring someone else to perform their job. The goal is to reduce the incidents of fraud or embezzlement.&amp;nbsp; If an employee knows that someone else will be covering their work for a period, they also know the risk of being discovered is much higher.&lt;br /&gt;&lt;br /&gt;Mandatory vacations are frequently required in different banking institutions. Employees are often required to take a vacation of at least five consecutive workdays.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Good luck in your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-5062433920534059726?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/5062433920534059726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/mandatory-vacations.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5062433920534059726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5062433920534059726'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/mandatory-vacations.html' title='Mandatory Vacations'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6656674038144105568</id><published>2010-02-10T04:31:00.000-08:00</published><updated>2010-02-18T17:02:40.454-08:00</updated><title type='text'>Separation of Duties</title><content type='html'>When studying for the CompTIA Security+ (SY0-201) exam, you'll come across this objective. &lt;br /&gt;&lt;ul&gt;&lt;li&gt;3.1 Identify and apply industry best practices for access control methods.&lt;/li&gt;&lt;/ul&gt;One of the praactices you should understand is: Separation of Duties. &lt;br /&gt;&lt;br /&gt;The Separation of Duties principle ensures that no single person or entity controls all of the functions for a critical process. Instead of a single person or entity having all of the responsibility, the responsibilities are divided between two or more people or entities.&lt;br /&gt;&lt;br /&gt;Consider an accounting department. They are responsible for accepting bills, identifying bills that will be paid and then paying them. Separation of Duties is commonly used to separate the functions into two separate divisions.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Accounts receivable. This division receives and approves the bills.&lt;/li&gt;&lt;li&gt;Accounts payable. This division pays the bills approved by accounts receivable.&lt;/li&gt;&lt;/ul&gt;If a single person did both functions, the potential for fraud is increased. This person may decide to submit a bogus bill, approve the bill, and pay the bill. The books look valid since an approved bill is paid, but it is still fraud.&lt;br /&gt;&lt;br /&gt;The principle of separation of duties is designed to prevent fraud, theft, and errors.&lt;br /&gt;&lt;br /&gt;Good luck in your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6656674038144105568?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6656674038144105568/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/separation-of-duties.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6656674038144105568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6656674038144105568'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/separation-of-duties.html' title='Separation of Duties'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1842127275406920805</id><published>2010-02-06T16:20:00.000-08:00</published><updated>2010-02-11T10:55:51.907-08:00</updated><title type='text'>VOIP Risks</title><content type='html'>Voice Over IP (VOIP) is becoming more and more popular. Clients with broadband connections can use VOIP as a phone. You want to talk to your sister but you live in Virginia Beach and she lives in San Francisco. If you both have VOIP, you can do so without any long distance charges. &lt;br /&gt;&lt;br /&gt;VOIP can also be used for video teleconferencing. You can lead a presentation to multiple users located in several cities around the world. Again, without the cost of long distance.&lt;br /&gt;&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1439236364&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;All of this sounds good, but VOIP does have some risks. The primary risks related to VOIP are: &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Eavesdropping. When a VOIP connection is created, attackers can listen in on the phone calls. It’s relatively easy for an attacker on the source network, the destination network, or any connection points in between to eavesdrop on the conversation. It is possible to encrypt VOIP but that isn’t done very often. &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Vishing. Vishing is similar in concept to phishing but VOIP connections are often used. The victim is tricked into calling a phone number attached to a VOIP account, or a robo-caller dials VOIP numbers until it receives an answer. The victim is informed of fraudulent activity on a credit card, PayPal account or some other banking institution and encouraged to call another phone number to resolve the problem. The other number is an automated system that requests the user’s credentials.&lt;/li&gt;&lt;/ul&gt;Good luck with your Security+ studies.&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;br /&gt;-- Edited February 11 2010&lt;br /&gt;&lt;br /&gt;While working on another project I came across &lt;a href="http://csrc.nist.gov/publications/nistpubs/800-58/SP800-58-final.pdf" target="_blank"&gt;NIST's SP 800-58 which is titled: Security Considerations for Voice Over IP Systems&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It lists two&amp;nbsp;&amp;nbsp;specific disadvantages of VOIP &lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Security&lt;/strong&gt;.&amp;nbsp; There are many more ways for intruders to attack a VOIP system than a conventional voice telephone system or PBX.&amp;nbsp; VOIP is flexible.&amp;nbsp; However it is much more complex to secure the voice and data sent over VOIP.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Startup cost&lt;/strong&gt;. The initial installation can be complex and expensive for a business. &lt;/li&gt;&lt;/ul&gt;The SP 800 series of publications from the National Institute of Standards Security and Technology (NIST) is widely respected and considered authoritative.&amp;nbsp; In other words, this is an excellent source to identify disadvantages of VOIP in addition to the specific security risks mentioned earlier.&lt;br /&gt;&lt;br /&gt;- Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1842127275406920805?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1842127275406920805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/voip-risks.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1842127275406920805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1842127275406920805'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/voip-risks.html' title='VOIP Risks'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-3036359282167682337</id><published>2010-02-04T15:25:00.000-08:00</published><updated>2010-02-16T09:52:35.286-08:00</updated><title type='text'>Vulnerability Assessments</title><content type='html'>When studying for the SY0-201 Security+ exam, you may come across the following objective:&lt;br /&gt;4.2 Carry out vulnerability assessments using common tools.&lt;br /&gt;&lt;br /&gt;• Vulnerability scanners&lt;br /&gt;&lt;br /&gt;Vulnerabiltiy scanners are used to perform vulnerability assessments.&amp;nbsp; Vulnerabilties are weakenesses.&lt;br /&gt;&lt;br /&gt;Vulnerability assessments are performed to determine if systems or networks are vulnerable to any known issues. The goal is to identify weaknesses so that they can be resolved before they are detected and exploited by attackers. &lt;br /&gt;&lt;br /&gt;Most vulnerabilities tools including the following features. &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Can check for weak passwords with a password cracking tool&lt;/li&gt;&lt;li&gt;Can check for open ports with port scanner&lt;/li&gt;&lt;li&gt;Can check for sensitive data (such as social security numbers or any desired matching pattern) being released on the network, or sent through the firewall&lt;/li&gt;&lt;li&gt;Can check for security policy settings&amp;nbsp;&lt;/li&gt;&lt;li&gt;Can check for the deployment of updates&lt;/li&gt;&lt;/ul&gt;Nessus is one of the popular vulnerability assessment tools in use today but many more exist.&lt;br /&gt;&lt;br /&gt;After a vulnerability assessment identifies weaknesses, it's important to plug the holes.&amp;nbsp; If the&amp;nbsp;deficiencies are not corrected the vulnerabilities remain.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-3036359282167682337?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/3036359282167682337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/02/vulnerability-assessments.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3036359282167682337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3036359282167682337'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/02/vulnerability-assessments.html' title='Vulnerability Assessments'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1556194800160796722</id><published>2010-01-31T15:44:00.000-08:00</published><updated>2010-01-31T15:44:55.147-08:00</updated><title type='text'>CompTIA Makes it Official - No Recertification until 2011</title><content type='html'>CompTIA updated their renewal policy reversing their earlier statements.&amp;nbsp; You can read about it here.&lt;br /&gt;&lt;a href="http://www.comptia.org/certifications/listed/renewal.aspx"&gt;http://www.comptia.org/certifications/listed/renewal.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you're certified now or certify sometime in 2010, your certification will be good for life just as it's been in the past.&amp;nbsp; However, if you get certified in A+, Network+, or Security+ on January 1, 2011 or later the certification will be good for three years from the date you get certified.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Certifications that expire can be updated by earning continuing education credits.&amp;nbsp; Expect CompTIA to announce details of the continuing education program sometime before January 1, 2011.&lt;br /&gt;&lt;br /&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1556194800160796722?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1556194800160796722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/comptia-makes-it-official-no.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1556194800160796722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1556194800160796722'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/comptia-makes-it-official-no.html' title='CompTIA Makes it Official - No Recertification until 2011'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2180266386134452180</id><published>2010-01-29T07:54:00.000-08:00</published><updated>2010-01-29T07:54:24.800-08:00</updated><title type='text'>CompTIA Backs Down</title><content type='html'>ARS Technica posted a good article titled &lt;a href="http://arstechnica.com/tech-policy/news/2010/01/comptia-backs-down-past-certs-remain-valid-for-life.ars"&gt;CompTIA Backs Down&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Even though CompTIA hasn't officially posted a change to the new recertification policy apparently they are changing it.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;If you certify in A+, Network+, or Security+ in 2010 (or previously), your certification is good for life.&lt;/li&gt;&lt;li&gt;If you certify in 2011, you'll need to recertify every three years.&lt;/li&gt;&lt;/ul&gt;If you want to get certified and keep it for life without requiring renewals, now's the time.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2180266386134452180?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2180266386134452180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/comptia-backs-down.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2180266386134452180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2180266386134452180'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/comptia-backs-down.html' title='CompTIA Backs Down'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-421579363310463941</id><published>2010-01-23T21:48:00.000-08:00</published><updated>2010-01-23T21:48:57.384-08:00</updated><title type='text'>Hashing</title><content type='html'>When preparing for the CompTIA Security+ SY0-201 exam, you'll come across&amp;nbsp;the following&amp;nbsp;objective related to hashing:&lt;br /&gt;5.2 Explain basic hashing concepts and map various algorithms to appropriate applications.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;SHA&lt;/li&gt;&lt;li&gt;MD5&lt;/li&gt;&lt;/ul&gt;In short, a hash is a number created by applying an algorithm to a file or a message.&amp;nbsp;The same&amp;nbsp;hashing algorithm will always return the same hash (the same number) when applied to an unchanged file or message.&amp;nbsp; Hashing is used to verify integrity which is an important element of the &lt;a href="http://sy0201.blogspot.com/2010/01/security-triad.html"&gt;security triad&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;As an example, imagine that a message of&amp;nbsp; "Hello" needs to be sent.&amp;nbsp; Assume that the&amp;nbsp;hashing algorithm calculates the hash as 1234.&amp;nbsp; Both the message and the hash is sent.&lt;br /&gt;&lt;br /&gt;When the message is received, the hash is calculated on the received message.&amp;nbsp; This results in a hash of&amp;nbsp;1234 which is then compared to the original hash of 1234.&amp;nbsp; Since both hashes are the same, the message has not lost data integrity. &lt;br /&gt;&lt;span&gt;&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1439236364&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;br /&gt;What if the message is changed?&lt;br /&gt;&lt;br /&gt;Imagine that the message of "Hello" is sent with the hash of 1234.&amp;nbsp; However, the message is modified in transit and the received message is "Goodbye".&amp;nbsp; &lt;br /&gt;&lt;br /&gt;The hash of "Goodbye" is 5678.&amp;nbsp; The hash of the received message (5678) is compared to the original hash (1234) and it's apparent the hashes are not the same.&amp;nbsp; The message has lost data integrity.&lt;br /&gt;&lt;br /&gt;Applications can be used to calculate&amp;nbsp;hashes and perform&amp;nbsp;the comparisons automatically.&amp;nbsp;&amp;nbsp;When the hashes don't match a message appears informing the user of loss of data integrity.&lt;br /&gt;&lt;br /&gt;MD5 is a hashing&amp;nbsp;algorithm that produces a 128 bit hash. SHA-1 is a hashing algorithm that produces a 160 bit hash. &lt;br /&gt;&lt;br /&gt;Here's a &lt;a href="http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question-hashing.html"&gt;practice question on hashing&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-421579363310463941?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/421579363310463941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/hashing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/421579363310463941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/421579363310463941'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/hashing.html' title='Hashing'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4533632270865781590</id><published>2010-01-22T15:01:00.000-08:00</published><updated>2010-01-22T15:01:16.518-08:00</updated><title type='text'>The Security Triad</title><content type='html'>When studying for the CompTIA SY0-201 exam, you'll come across three core concepts that are commonly referred to as the security triad.&amp;nbsp; They are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Confidentiality&lt;/strong&gt;. The goal of confidentiality is to prevent the unauthorized disclosure of information. &lt;br /&gt;This is accomplished by controlling access to resources&amp;nbsp;and using encryption to protect the data when it's stored or when it's transferred over the network.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Integrity&lt;/strong&gt;. The goal of Integrity is to verify that data has not been modified. Integrity is commonly enforced by controlling data to prevent it from being modified, and by using hashes.&amp;nbsp; Enforced by controlling data and using hashes.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Availability&lt;/strong&gt;.&amp;nbsp; The goal of Availability is to ensure that data and services are available when needed.&amp;nbsp;This includes using backups and using different types of redundancies. This&amp;nbsp;&lt;a href="http://www.blogger.com/post-edit.g?blogID=3142737363242411032&amp;amp;postID=1718516450675750697"&gt;blog&lt;/a&gt; talks about disk redundancies, but you can also have server redundancies (with failover clusters) and site reduandicies (hot site,&amp;nbsp;warm site, cold site).&amp;nbsp;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;You'll see confidentiality and integrity referenced with cryptography most often.&amp;nbsp; Confidentiality can be enforced with encryption and hashing is used to verify integrity.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4533632270865781590?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4533632270865781590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/security-triad.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4533632270865781590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4533632270865781590'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/security-triad.html' title='The Security Triad'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8313363567832826448</id><published>2010-01-18T14:25:00.000-08:00</published><updated>2010-05-30T15:05:00.168-07:00</updated><title type='text'>List of Security+ Blogs</title><content type='html'>I've posted close to 50 posts on Security+ topics so though it'd be worthwhile to list many of them&amp;nbsp;to help you in your studies.&lt;br /&gt;&lt;br /&gt;This blog lists some of the topics.&amp;nbsp; If you want to see a few practice test questions, check out &lt;a href="http://sy0201.blogspot.com/2010/01/list-of-practice-questions.html"&gt;this blog&lt;/a&gt;.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/02/least-privilege.html"&gt;Least Privilege&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/02/mandatory-vacations.html"&gt;Mandatory Vacations&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/02/separation-of-duties.html"&gt;Separation of Duties&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/02/voip-risks.html"&gt;VOIP Risks&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/02/vulnerability-assessments.html"&gt;Vulnerability Assessments&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/comptia-makes-it-official-no.html"&gt;CompTIA Makes it Official - No Recertification until 2011&lt;/a&gt; &lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/hashing.html"&gt;Hashing&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/security-triad.html"&gt;The Security Triad&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/promiscuous-or-non-promiscuous.html"&gt;Promiscuous or&amp;nbsp;non-promiscuous&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/protocol-analyzers.html"&gt;Protocol Analyzers&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/faraday-cage.html"&gt;Faraday cage&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/symmetric-vs-asymmetric.html"&gt;Symmetric vs Asymmetric&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/whats-in-crl.html"&gt;What's in a CRL&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/identity-proofing.html"&gt;Identity proofing&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/radius.html"&gt;RADIUS&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/when-preparing-for-comptia-security-sy0.html"&gt;Redundancy&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=widgetsamazon-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=widgetsamazon-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/phishing.html"&gt;Phishing&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/dumpster-diving.html"&gt;Dumpster diving&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/piggybacking-or-tailgating.html"&gt;Piggybacking or tailgating&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/impersonation.html"&gt;Impersonation&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/social-engineering.html"&gt;Social engineering&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/disk-redundancy-using-raid.html"&gt;Disk redundnacy using RAID&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/dos-and-ddos-attacks.html"&gt;DoS and DDoS attacks&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/well-known-ports.html"&gt;Well-known ports&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/understanding-ports.html"&gt;Understanding ports&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/biometrics-used-in-authentication.html"&gt;Biometrics used in authentication&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/digital-signatures.html"&gt;Digital signatures&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/use-of-virtualization-in-security.html"&gt;Use of virtualization in security&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=widgetsamazon-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=widgetsamazon-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/encryption-basics-for-security.html"&gt;Encryption basics&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/qualititative-risk-assessment.html"&gt;Qualitative risk assessment&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/bluetooth-concerns.html"&gt;Bluetooth concenrs&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/ssl-ocsp-vs-crl.html"&gt;SSL, OCSP, vs CRL&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/three-factors-of-authentication.html"&gt;Three factors of authentication&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/qualitative-risk-assessments.html"&gt;Quantitative risk assessments&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/intrusion-detection-systems-hids-and.html"&gt;Intrusion detection systems (HIDS and NIDS)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Good luck in your studies&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8313363567832826448?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8313363567832826448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/list-of-security-blogs.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8313363567832826448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8313363567832826448'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/list-of-security-blogs.html' title='List of Security+ Blogs'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7586452311810052800</id><published>2010-01-18T14:21:00.000-08:00</published><updated>2010-02-24T07:51:01.740-08:00</updated><title type='text'>List of practice questions</title><content type='html'>I've posted close to 50 posts on Security+ topics so thought it'd be worthwhile to list many of them to help you in your studies. &lt;br /&gt;&lt;br /&gt;This blog lists the practice test questions I've written and posted.&amp;nbsp; If you want to view a list of Security+ topics I've posted, check out &lt;a href="http://sy0201.blogspot.com/2010/01/list-of-security-blogs.html"&gt;this blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=widgetsamazon-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1439236364&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/02/incident-response-practice-question.html"&gt;Incident Response&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/environmental-controls-practice.html"&gt;Environmental Controls&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/12/cryptography-practice.html"&gt;Cryptography practice&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/practice-question-email-sender.html"&gt;Email Sender&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/practice-question-implicit-deny.html"&gt;Implicit Deny&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question.html"&gt;Network&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question-hashing.html"&gt;Hashing&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/sy0-201-practice-exam-question_18.html"&gt;Cryptography&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/sy0-201-practice-exam-question.html"&gt;Bluetooth&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Good luck in your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7586452311810052800?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7586452311810052800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/list-of-practice-questions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7586452311810052800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7586452311810052800'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/list-of-practice-questions.html' title='List of practice questions'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8757659159087353303</id><published>2010-01-18T08:50:00.000-08:00</published><updated>2010-01-18T08:50:36.240-08:00</updated><title type='text'>Just passed 70-647</title><content type='html'>OK, I realize it's not related to Security+, but I was happy to finally complete this exam.&amp;nbsp; I took it about an hour ago and just double-checked that this was&amp;nbsp;my last exam needed for the MCITP Enterprise Administrator certification on Windows Server 2008.&amp;nbsp; Wooo Hooo!&lt;br /&gt;&lt;br /&gt;Next up... Windows 7.&lt;br /&gt;&lt;br /&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8757659159087353303?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8757659159087353303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/just-passed-70-647.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8757659159087353303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8757659159087353303'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/just-passed-70-647.html' title='Just passed 70-647'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7542485772578469711</id><published>2010-01-15T12:51:00.000-08:00</published><updated>2010-01-15T12:51:00.094-08:00</updated><title type='text'>Will Your Security+ Certification Expire?</title><content type='html'>I posted a blog about &lt;a href="http://sy0201.blogspot.com/2010/01/comptia-certification-renewal-policy.html" target="_blank"&gt;CompTIA's new certification renewal policy&lt;/a&gt; and you may be wondering how it affects your Security+ certification. &lt;br /&gt;&lt;br /&gt;Here are the basics:&lt;br /&gt;&lt;br /&gt;If you certified with the older exam (SY0-101) available before July 31 2009, you will need to retake an exam by December 2011 to stay certified. &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;You can take the SY0-201 exam (100 questions, passing score 750, $258 US) &lt;/li&gt;&lt;li&gt;Or you can take the BR-001 bridge exam (50 questions, passing score 560, $190 US) &lt;/li&gt;&lt;/ul&gt;If you passed the SY0-201 exam, you can keep the certification valid by submitting continuing education credits. &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The cost to submit the credits is $49.&amp;nbsp;&lt;/li&gt;&lt;li&gt;Details aren't finalized, but you can continuing education credits by attending training, blogging, teaching, writing, and more.&amp;nbsp; More details &lt;a href="http://www.comptia.org/Libraries/Certification_Documents/ceus.sflb.ashx"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;If you passed the SY0-201 exam in 2009 (say in December 2009), you have until December 2011 to submit the credits. &lt;/li&gt;&lt;li&gt;If you passed the SY0-201 exam in 2010 or later, you have three years from the date of your exam. &lt;/li&gt;&lt;/ul&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7542485772578469711?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7542485772578469711/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/will-your-security-certification-expire.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7542485772578469711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7542485772578469711'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/will-your-security-certification-expire.html' title='Will Your Security+ Certification Expire?'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7227480085754785690</id><published>2010-01-14T02:36:00.000-08:00</published><updated>2010-01-29T07:49:07.071-08:00</updated><title type='text'>CompTIA Certification Renewal Policy</title><content type='html'>&lt;b&gt;Update&lt;/b&gt;.  &lt;br /&gt;CompTIA has apparently changed their mind.  Read about it &lt;a href="http://arstechnica.com/tech-policy/news/2010/01/comptia-backs-down-past-certs-remain-valid-for-life.ars"&gt;in this CompTIA Backs Down article&lt;/a&gt;.  In short, if you certify in 2010 or before, it's good for life, but requires recertification if you certify in 2011 or later.&lt;br /&gt;&lt;br /&gt;* * *&lt;br /&gt;&lt;br /&gt;CompTIA has modified their certification renewal policy and now setting&amp;nbsp;expiration dates for&amp;nbsp;some certifications.&amp;nbsp; This change affects the A+, Network+, and Security+ certifications but my focus in this blog entry is only on the Security+ certification.&lt;br /&gt;&lt;br /&gt;In the past, CompTIA certifications have been granted for life.&amp;nbsp;In other words, once you became Security+ certified, you remained Security+ certified. Based on this policy, certifications will only last for three years.&lt;br /&gt;&lt;br /&gt;As background, the Security+ certification has had two versions:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;SY0-101 was the original version and it could be taken up until July 2009&lt;/li&gt;&lt;li&gt;SY0-201 was released in late 2008 and the current version. &lt;/li&gt;&lt;/ul&gt;If you earned the original Security+ certification&amp;nbsp;by taking the SY0-101 exam, your certification will expire December 31, 2011.&amp;nbsp; You must take an exam to retain the Security+ certification. You can take either the SY0-201 exam, or a shorter bridge exam (BR0-001). &lt;br /&gt;&lt;br /&gt;If you earned the updated Security+ certification by taking the SY0-201 exam in 2008 or 2009, your certification will expire December 31, 2011. You can retain the Security+ certification through enrollment and participation in a continuing education program which hasn't been defined yet.&lt;br /&gt;&lt;br /&gt;If you earned the updated Security+ certification by taking the SY0-201 in&amp;nbsp;2010 or later,&amp;nbsp;your certification will expire three years from the date it was awarded. You can retain the Security+ certification through enrollment and participation in a continuing education program which hasn't been defined yet.&lt;br /&gt;&lt;br /&gt;You can read the details from CompTIA's site here: &lt;br /&gt;&lt;a href="http://www.comptia.org/certifications/listed/renewal.aspx"&gt;http://www.comptia.org/certifications/listed/renewal.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7227480085754785690?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7227480085754785690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/comptia-certification-renewal-policy.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7227480085754785690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7227480085754785690'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/comptia-certification-renewal-policy.html' title='CompTIA Certification Renewal Policy'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-688482036608129368</id><published>2010-01-01T13:04:00.000-08:00</published><updated>2010-01-03T01:09:41.029-08:00</updated><title type='text'>Promiscuous or non-promiscuous</title><content type='html'>A &lt;a href="http://sy0201.blogspot.com/2009/12/protocol-analyzers.html"&gt;previous blog entry &lt;/a&gt;talked about protocol analyzers. When using protocol analyzers you should be aware of the two modes of a protocol analyzer. They are promiscuous and non-promiscuous.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Non-promiscuous. In non-promiscuous mode, the protocol analyzer can only capture traffic addressed to the system (including broadcasts), or coming from the system.&amp;nbsp; In other words, it can't capture unicast traffic between two other hosts.&lt;/li&gt;&lt;li&gt;Promiscuous. In pomiscuous mode, the protocol analyzer can capture any and all traffic that reaches it's NIC.&amp;nbsp; Attackers would use a protocol analyzer in promiscuous mode. &lt;/li&gt;&lt;/ul&gt;Wireshark is a protocol analyzer that you can download for free and will work in both promiscuous mode and non-promiscuous mode.&lt;br /&gt;&lt;br /&gt;As a side note, you should know that when a protocol analyzer is operating in promiscuous mode, it gives telltale signs on the network. Don't just start running it on a live network without permissions.&lt;br /&gt;&lt;br /&gt;I remember teaching a Security+ class at a college once. One of the students was in the Army and had admnistrative privileges on his system.&amp;nbsp;&amp;nbsp;The next day he downloaded&amp;nbsp;Wireshark, installed it, and began sniffing the network.&amp;nbsp; Within about 15 minutes security administrators were at his desk looking over his shoulder asking what he was doing.&amp;nbsp;&amp;nbsp;Thankfully, you can't get fired from the Army very easily but the same may not be true at your job.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Good luck in your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=mc00-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1439236364&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-688482036608129368?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/688482036608129368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2010/01/promiscuous-or-non-promiscuous.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/688482036608129368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/688482036608129368'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2010/01/promiscuous-or-non-promiscuous.html' title='Promiscuous or non-promiscuous'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2258440300041567400</id><published>2009-12-31T13:03:00.000-08:00</published><updated>2009-12-31T13:03:49.127-08:00</updated><title type='text'>Protocol Analyzers</title><content type='html'>When studying the CompTIA Security+ exam (SY0-201) you'll come accross the following objective related to protocol analyzers:&lt;br /&gt;2.3 Determine the appropriate use of network security tools to facilitate network security. &lt;br /&gt;&lt;br /&gt;A protocol analyzer can be used to capture data packets as they travel across the network if the data is sent "in the clear" or unencrypted.  &lt;br /&gt;&lt;br /&gt;One of the early protocol analyzers was called Sniffer Network Analyzer and it became so popular protocol analyzers in general are commonly called "sniffers." Wireshark is a popular protocol analyzer that you can download for free today. &lt;br /&gt;&lt;br /&gt;Because protocol analyzers are so readily available to attackers, network administrators need to carefully consider allowing any sensitve data (such as passwords) from being sent across the network in clear text.&lt;br /&gt;&lt;br /&gt;Protocol analyzers can also be used by administrators to analyze traffic on the network.  As an example, a protocol analyzer can detect malformed packets or other types of network attacks.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2258440300041567400?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2258440300041567400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/protocol-analyzers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2258440300041567400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2258440300041567400'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/protocol-analyzers.html' title='Protocol Analyzers'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1428957170700982757</id><published>2009-12-30T09:12:00.000-08:00</published><updated>2009-12-30T09:12:38.003-08:00</updated><title type='text'>Security One of the Hottest Skills for 2010</title><content type='html'>Computerworld recently published a list of the &lt;a href="http://www.computerworld.com/s/article/345529/6_hottest_skills_for_2010?taxonomyId=10&amp;amp;pageNumber=3" target="_blank"&gt;six hottest skills for 2010&lt;/a&gt;.&amp;nbsp; Number 5 is Security.&lt;br /&gt;&lt;br /&gt;An understanding of basic security issues is becoming mandatory across a wide range of jobs from programmers, networking professionals, IT managers, and project management professionals.&amp;nbsp; Companies want employees with basic cyber security skills.&lt;br /&gt;&lt;br /&gt;Tom Silver, senior vice president for North America at Dice Holdings Inc., which operates Dice.com and other careers Web sites was quoted as saying: "If you know how to help keep your company's information secure, there will be a home for you forever." "Security" he says. "is an evergreen skill." &lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;Security+ Tip of day Tweets&lt;br /&gt;&lt;a href="http://twitter.com/DarrilGibson" target="_blank"&gt;http://twitter.com/DarrilGibson&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1428957170700982757?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1428957170700982757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/security-one-of-hottest-skills-for-2010.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1428957170700982757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1428957170700982757'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/security-one-of-hottest-skills-for-2010.html' title='Security One of the Hottest Skills for 2010'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1806884700225782548</id><published>2009-12-27T05:46:00.000-08:00</published><updated>2009-12-27T05:46:00.145-08:00</updated><title type='text'>Environmental Controls Practice Question</title><content type='html'>When preparing for the Security+ exam, you'll come across this objective: "Explain the importance of environmental controls" including Shielding.&amp;nbsp; Here's a practice question&lt;br /&gt;What is the purpose of a Faraday cage? (Choose all that apply.)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. To mitigate data emanation&lt;br /&gt;&amp;nbsp; B. To detect attacks on host&lt;br /&gt;&amp;nbsp; C. To detect network attacks&lt;br /&gt;&amp;nbsp; D. To prevent interference&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;br /&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s1600/Cover.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s320/Cover.png" yr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Answer: A, D. &lt;br /&gt;A Faraday cage is designed to mitigate data emanation and also prevents EMI/RFI from entering the enclosures. Network intrusion detection systems (NIDS) would be used to detect network attacks, and host-based intrusion detection systems (HIDS) would be used to detect attacks on a host.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1806884700225782548?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1806884700225782548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/environmental-controls-practice.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1806884700225782548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1806884700225782548'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/environmental-controls-practice.html' title='Environmental Controls Practice Question'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s72-c/Cover.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-728924480930560444</id><published>2009-12-26T05:31:00.000-08:00</published><updated>2009-12-26T05:31:00.147-08:00</updated><title type='text'>Faraday Cage</title><content type='html'>&lt;span&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;/span&gt;When preparing for the Security+ exam, you'll come across this objective:&amp;nbsp; "Explain the importance of environmental controls"&amp;nbsp;including Shielding.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Shielding is used to protect data from emanating out so that it can be intercepted, or prevent interference from getting in and corrupting data transmissions.&amp;nbsp; A Faraday cage can be used to prevent emissions and interference.&lt;br /&gt;&lt;br /&gt;A Faraday cage&amp;nbsp;prevents signals from emanating outside a room. It&amp;nbsp;uses electrical features that cause RF signals that reach the boundary of the room to be reflected back. It can also also provide shielding to prevent outside interference such as electromagnetic interference (EMI) and radio frequency interference (RFI) from entering the room.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;span&gt;&lt;a href="http://www.amazon.com/CompTIA-Security-Certified-Ahead-SY0-201/dp/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-728924480930560444?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/728924480930560444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/faraday-cage.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/728924480930560444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/728924480930560444'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/faraday-cage.html' title='Faraday Cage'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-5819768875589063723</id><published>2009-12-25T09:50:00.000-08:00</published><updated>2010-01-18T13:48:50.253-08:00</updated><title type='text'>Does Security+ Certification Expire?</title><content type='html'>CompTIA certifications are granted for life.&amp;nbsp; In other words, they never expire.&amp;nbsp; This is different than some other certifications which do expire (such as the CISSP certification). Part of the reason for this is that the CompTIA certifications are often considered to be a stepping stone to other certifications.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;However, even though the certifications don't expire, the knowledge becomes less relevant.&amp;nbsp;&amp;nbsp;As an example, my &lt;a href="https://www.certmetrics.com/comptia/public/transcript.aspx?transcript=W7R0VS4K1BB41WNQ" target="_blank"&gt;transcript&lt;/a&gt; shows that I became certified in A+ in 1999. If I never took A+ again, I could continue to say I'm A+ certified.&lt;br /&gt;&lt;br /&gt;Similarly, my Security+ certification (from the 2000 objectives) was relevant when I was teaching Security+ using the 2000 objectives.&amp;nbsp; However, when I began teaching the 2008 objectives, I took and passed the Security+ exam with the 2008 objectives. I didn't have to, but it helped me understand how to interpret the new objectives.&lt;br /&gt;&lt;br /&gt;Some companies are encouraging employees to upgrade Security+ by taking the new exam, but this is an employer requirement, not CompTIA.&amp;nbsp; To make this path easier for test takers, CompTIA has created a bridge exam (BR0-001)&amp;nbsp;that can be taken if you're Security+ certified using the older exam (SY0-101) based on the 2000 objectives. In other words, you can take the BR0-001 bridge exam instead of the SY0-201 exam.&amp;nbsp; The BR0-001 exam is only 50 questions (instead of 100 for SY0-201) and a passing score of only 560 is required to pass (instead of 750 for SY0-201).&lt;br /&gt;&lt;br /&gt;In summary, if you earn the CompTIA Security+ certification, it is good for life.&amp;nbsp; You can update your certification by taking a newer exam with updated objectives, but this is not required by CompTIA.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;br /&gt;Edited January 2010&lt;br /&gt;At least this is the way it used to be. CompTIA announced a change in their policy in January 2010.&amp;nbsp; These two blogs talk about some of the changes.&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/comptia-certification-renewal-policy.html"&gt;CompTIA Certification Renewal Policy&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sy0201.blogspot.com/2010/01/will-your-security-certification-expire.html"&gt;Will Your Security+ Certification Expire?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-5819768875589063723?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/5819768875589063723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/does-security-certification-expire.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5819768875589063723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5819768875589063723'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/does-security-certification-expire.html' title='Does Security+ Certification Expire?'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4821569651933522783</id><published>2009-12-24T09:49:00.000-08:00</published><updated>2010-01-19T09:22:33.968-08:00</updated><title type='text'>Symmetric vs Asymmetric</title><content type='html'>Cryptography covers 15 percent of the CompTIA Security+ (Exam SY0-201) objectives, and cryptographic algorithms are important to understand.&lt;br /&gt;&lt;br /&gt;Algorithms are primarily characterized as either&amp;nbsp;symmetric or asymmetric.&amp;nbsp; In short, symmetric encryption uses a single key to encrypt and decrypt. Asymmetric uses two keys.&lt;br /&gt;&lt;br /&gt;Symmetric encryption:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Is about 1000 times faster than asymmetric encryption.&lt;/li&gt;&lt;li&gt;Uses the same key to encrypt as it does to decrypt.&amp;nbsp; For example, if the key 123 is used to encrypt data using the Advanced Encryption Standard (AES), then the same key of 123 is used to decrypt the data. (Encryption keys are actually much more complex than just a simple number like 123.)&lt;/li&gt;&lt;li&gt;The key is commonly called a session key, a shared key, a preshared key, or a shared secret.&lt;/li&gt;&lt;li&gt;The most popular encryption algorithm is AES which faster and more efficient than other encryption algorithms (such as DES and&amp;nbsp;3DES).&lt;/li&gt;&lt;/ul&gt;Asymmetric encryption:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Is extremely slow compared to symmetric encryption so only used to encrypt/decrypt a very small amount of data.&lt;/li&gt;&lt;li&gt;Is primarily used to privately share a symmetric key over a public network (such as the Internet).&amp;nbsp; Once the key is exchanged using asymmetric encryption, symmetric encryption is used to encrypt session data.&lt;/li&gt;&lt;li&gt;Uses two keys know as a public key and a private key (or public/private key pair).&amp;nbsp; The public key is freely shared but the private key is kept private for a single entity (such as a single server).&amp;nbsp; &lt;/li&gt;&lt;li&gt;Requires a public key infrastructure (PKI) to publish certificates. Public keys are published in a certificate and the certificate is freely shared&amp;nbsp;to others.&lt;/li&gt;&lt;li&gt;If a public key encrypts data, only the private key can decrypt it.&amp;nbsp; &lt;/li&gt;&lt;li&gt;If a private key encrypts data, only the public key can decrypt it. &lt;/li&gt;&lt;/ul&gt;Other blogs on cryptography&amp;nbsp;you might like:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/encryption-basics-for-security.html"&gt;Encryption Basics&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/digital-signatures.html"&gt;Digital Signatures&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/10/ssl-ocsp-vs-crl.html"&gt;SSL OCSP CRL&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;And of course, this book &lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt; has a full chapter on the relevant cryptography concepts needed to pass the Security+ exam the first time.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4821569651933522783?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4821569651933522783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/symmetric-vs-asymmetric.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4821569651933522783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4821569651933522783'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/symmetric-vs-asymmetric.html' title='Symmetric vs Asymmetric'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1949667586402404903</id><published>2009-12-21T15:08:00.000-08:00</published><updated>2009-12-22T11:33:55.452-08:00</updated><title type='text'>Cryptography practice</title><content type='html'>What would a CA do if a private key is considered compromised&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Cancel the certificate&lt;br /&gt;&amp;nbsp; B. Publish the certificate&lt;br /&gt;&amp;nbsp; C. Revoke the certificate&lt;br /&gt;&amp;nbsp; D. Reissue the certificate&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;br /&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s1600/Cover.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s320/Cover.png" yr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answer: C&lt;br /&gt;&lt;br /&gt;If a private key is compromised the key is revoked by revoking the certificate that holds the matching public key. Revoked keys are published on the certificate revocation list (CRL). Certificates can’t be cancelled. The certificate is already published. It’s not appropriate to reissue a certificate with a compromised private key.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1949667586402404903?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1949667586402404903/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/cryptography-practice.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1949667586402404903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1949667586402404903'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/cryptography-practice.html' title='Cryptography practice'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s72-c/Cover.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-3387793488108584363</id><published>2009-12-20T15:02:00.000-08:00</published><updated>2010-09-20T02:49:49.757-07:00</updated><title type='text'>What's in a CRL?</title><content type='html'>When studying for the Security+ exam, you may run across the following objective: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;“Explain core concepts of public key cryptography.” This objective includes a listing of several related topics including Certification Revocation List (CRL)&lt;br /&gt;&lt;br /&gt;This &lt;a href="http://sy0201.blogspot.com/2009/10/ssl-ocsp-vs-crl"&gt;blog on SSL,&amp;nbsp;OCSP and CRLs&lt;/a&gt;&amp;nbsp;&amp;nbsp; talked about the relationship of SSL, OCSP and CRLs, but you may be wondering what a CRL actually is. In short, a CRL is a certificate that holds the serial numbers of revoked certificates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As a little background, a certificate holds a public key but it holds a lot more. You can view one in Internet Explorer by clicking Tools, Internet Options, Content, Certificates, Trusted Root Certification Authority, selecting a certificate and clicking View. Click the Details tab and you can see all the contents. &lt;br /&gt;The following figure shows the details on a Verisign root&amp;nbsp;certificate. The public key is selected and the public key is shown in the bottom pane.&amp;nbsp; But notice also that the the first field showing is the serial number.&amp;nbsp; The serial number is used to uniquely identify a certificate. Select serial number and you can see the serial number (which is important for this conversation). Select the Public Key and you can view the actual Public Key. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Sy6ptjB_TcI/AAAAAAAAAA8/APfZrPzgNQQ/s1600-h/cert.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" ps="true" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Sy6ptjB_TcI/AAAAAAAAAA8/APfZrPzgNQQ/s320/cert.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;This public key is part of a matched public/private key pair. When data is encrypted with the public key it can only be decrypted by the private key (which is commonly done with SSL).&amp;nbsp; When data is encrypted with the private key, it can only be decrypted with the public key (which&amp;nbsp;is commonly done with &lt;a href="http://sy0201.blogspot.com/2009/10/digital-signatures.html"&gt;digital signatures&lt;/a&gt;). &lt;br /&gt;&lt;br /&gt;If the private key ever becomes compromized, the certificate needs to be revoked so that it is no longer used.&amp;nbsp;How can the certficate be untiquely identified?&amp;nbsp; With the serial number.&amp;nbsp; A certificate authority (CA) issues the certificate and if the matching private key for the certificate becomes compromized, the certificate is published on a Certificate Revocation List (CRL pronounced as crill).&lt;br /&gt;&lt;br /&gt;CA's commonly publish the CRL as a version 2 certificate as shown in the following figure.&amp;nbsp; This CRL has only one certificate, but it's much more common for a CRL to have multiple revoked certificates. &lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Sy6ohtmT5SI/AAAAAAAAAA0/VfYJkYeSraM/s1600-h/CRL.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" ps="true" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Sy6ohtmT5SI/AAAAAAAAAA0/VfYJkYeSraM/s320/CRL.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Hope this helps you with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;includes a full chapter on cryptography.&lt;br /&gt;Over 375 practice test questions to help you pass Security+ the first time.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-3387793488108584363?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/3387793488108584363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/whats-in-crl.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3387793488108584363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3387793488108584363'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/whats-in-crl.html' title='What&apos;s in a CRL?'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rLHv5b5Jcuk/Sy6ptjB_TcI/AAAAAAAAAA8/APfZrPzgNQQ/s72-c/cert.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1179149789101480596</id><published>2009-12-15T07:53:00.000-08:00</published><updated>2009-12-18T15:53:21.902-08:00</updated><title type='text'>Identity proofing</title><content type='html'>When studying for the SY0-201 Security+ exam, you'll see this objective:&amp;nbsp;"Explain the difference between identification and authentication."&amp;nbsp; This directly relates to identity proofing.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Identity proofing is done during the identification process&amp;nbsp;prior to issuing credentials. An&amp;nbsp;account within a network isn't just given to anyone that asks for one, but instead a user must provide some type of identification first.&amp;nbsp; Within a company, identification is provided by the individual when they are hired.&amp;nbsp; The HR department may then introduce the new hire and ask for an account to be created.&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;A second use of identity proofing is performed after credentials have been issued. For example, online banks often ask for more information on a user (such as street they grew up on,&amp;nbsp;first pet's name, middle name of oldest sibling, and so on.)&amp;nbsp;Later, if&amp;nbsp;the user is doing online banking from a different compuer than they normally use, the Web site may recognize this and&amp;nbsp;challenge the user to provide more than just their user name and password.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;Author &lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1179149789101480596?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1179149789101480596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/identity-proofing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1179149789101480596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1179149789101480596'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/identity-proofing.html' title='Identity proofing'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-3443780465439721603</id><published>2009-12-15T07:50:00.000-08:00</published><updated>2009-12-15T07:51:00.039-08:00</updated><title type='text'>Not off the grid</title><content type='html'>I haven't been able to post or blog much recently so thought I'd mention why. Nothing's wrong, I'm just overwhelmed with two large writing projects. I hope to have some breathing room next year (which is only a couple of weeks away). I'm playing hookie for an hour or so now, but will be jumping back in soon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364" target="_blank"&gt;CompTIA Security+: Get Certified Get Ahead &lt;/a&gt;is still selling (most notably on Amazon) and I've been receiving some very kind emails from readers who've used it and passed.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-3443780465439721603?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/3443780465439721603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/12/not-off-grid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3443780465439721603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3443780465439721603'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/12/not-off-grid.html' title='Not off the grid'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7202260544685151615</id><published>2009-11-30T02:47:00.000-08:00</published><updated>2009-11-30T02:48:22.975-08:00</updated><title type='text'>RADIUS</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you will run across the term RADIUS and you should understand what a RADIUS server provides.&lt;br /&gt;&lt;br /&gt;The Remote Authentication&amp;nbsp; Dial-In User Service (RADIUS) is used to centrally authenticate users when remote access or network access is used.&lt;br /&gt;&lt;br /&gt;Assume a large&amp;nbsp;company has employees that regularly go on the road selling, consulting, teaching, or other reasons. However, they need access to the back end network. RADIUS provides authentication when the employees dial-in.&lt;br /&gt;&lt;br /&gt;The company could have offices spread across the country and users are encouraged to dial-in to the closest office. For example, when they're in California, they should dial-in to a server in California. When in Florida, they should dial-in to a server in Florida. Each server &lt;em&gt;could&lt;/em&gt; hold authentication details for each employee in a local database. However, if this is done, when an employee is added or removed from a database on one server, the database must be updated on every server in every region. This becomes too much work.&lt;br /&gt;&lt;br /&gt;Instead, a RADIUS server is used for central authentication. All remote access servers send their authentication requests to the RADIUS server. In this way, only one authentication database (on the RADIUS server) needs to be maintained.&lt;br /&gt;&lt;br /&gt;TACACS+ is a Cisco alternative to RADIUS. TACACS+ provides two significant benefits.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It is more secure than RADIUS since it encrypts the entire authentication process &lt;br /&gt;(RADIUS only encrypts the password)&lt;/li&gt;&lt;li&gt;It interacts with Kerberos allowing it to work with Microsoft networks.&lt;/li&gt;&lt;/ul&gt;Both RADIUS and TACACS+ are widely in use today.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7202260544685151615?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7202260544685151615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/radius.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7202260544685151615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7202260544685151615'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/radius.html' title='RADIUS'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2377290036383450005</id><published>2009-11-25T02:17:00.000-08:00</published><updated>2009-11-25T02:17:00.778-08:00</updated><title type='text'>Practice Question Email Sender</title><content type='html'>You want to ensure that a user that sent an email cannot later claim that he did not send it. What should be used?&lt;br /&gt;&lt;br /&gt;  A. Confidentiality&lt;br /&gt;  B. Integrity&lt;br /&gt;  C. Non-repudiation&lt;br /&gt;  D. Access control&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;br /&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s1600/Cover.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s320/Cover.png" yr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;/div&gt;&lt;br /&gt;Answer: C.  Non-repudiation can be used to prevent someone from later denying an action. Non-repudiation is commonly enforced with digital signatures. Confidentiality is used to prevent the unauthorized disclosure of information, often by encrypting the data. Integrity is used to verify that data has not been modified and is enforced with hashing or message authentication codes. Access control is one of many methods used to grant access to entities to resources after they have been authenticated.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2377290036383450005?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2377290036383450005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/practice-question-email-sender.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2377290036383450005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2377290036383450005'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/practice-question-email-sender.html' title='Practice Question Email Sender'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s72-c/Cover.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7469414643169022321</id><published>2009-11-23T02:13:00.000-08:00</published><updated>2009-11-23T02:13:00.210-08:00</updated><title type='text'>Practice Question Implicit Deny</title><content type='html'>Which one of the following describes the principle of implicit deny?&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Denying all traffic between networks&lt;br /&gt;&amp;nbsp; B. Denying all traffic unless it is specifically granted access.&lt;br /&gt;&amp;nbsp; C. Granting all traffic to network unless it is explicitly granted.&lt;br /&gt;&amp;nbsp; D. Granting all traffic unless it is explicitly denied.&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;br /&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s1600/Cover.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s320/Cover.png" yr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;Answer: B. Implicit deny indicates that unless something (such as traffic on a network) is explicitly allowed, it is denied. It isn’t used to deny all traffic, but instead used to deny all traffic that isn’t explicitly granted or allowed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7469414643169022321?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7469414643169022321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/practice-question-implicit-deny.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7469414643169022321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7469414643169022321'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/practice-question-implicit-deny.html' title='Practice Question Implicit Deny'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s72-c/Cover.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6005433992572118694</id><published>2009-11-21T02:13:00.000-08:00</published><updated>2009-11-21T02:13:42.637-08:00</updated><title type='text'>SY0-201 Practice Exam Question</title><content type='html'>What would be used to control the traffic that is allowed into our out of a network?&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Hub&lt;br /&gt;&amp;nbsp; B. ARP&lt;br /&gt;&amp;nbsp; C. ACL&lt;br /&gt;&amp;nbsp; D. ALE&lt;br /&gt;&lt;br /&gt;Answer below. &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;br /&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s1600/Cover.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s320/Cover.png" yr="true" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Answer: C. An access control list (ACL) is implemented to control inbound and outbound traffic on a network segment. A hub has no intelligence and will pass all traffic to all ports. Address Resolution Protocol (ARP) is used to resolve IP addresses to MAC addresses in a subnet. Annual Loss Expectancy (ALE) is used to identify how much money is expected to be lost in a quantitative analysis.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6005433992572118694?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6005433992572118694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6005433992572118694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6005433992572118694'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question.html' title='SY0-201 Practice Exam Question'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rLHv5b5Jcuk/Swe85CCo5cI/AAAAAAAAAAs/y48MrJru914/s72-c/Cover.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6761223495286806668</id><published>2009-11-19T01:44:00.000-08:00</published><updated>2009-12-20T14:32:24.437-08:00</updated><title type='text'>Redundancy</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should understand some basics about redundancy from redundant disks all the way to redundant sites.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Some key points to remember are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;RAID-0 does not provide any fault tolerance. &lt;/li&gt;&lt;li&gt;RAID-1 is also known as a mirror and includes two disks.&lt;/li&gt;&lt;li&gt;RAID-5 is also known as striping with parity and includes three or more disks with the equivalent of one drive dedicated to parity. &lt;/li&gt;&lt;li&gt;Hardware RAID solutions are more efficient than software RAID but generally cost more to implement.&lt;/li&gt;&lt;li&gt;Failover clusters can be used to provide redundancy for servers. &lt;/li&gt;&lt;li&gt;Redundant WAN links (such as T1 or partial T1 lines) can be used to provide redundant connections. A second ISP can be contracted to provide redundant connections to the Internet. &lt;/li&gt;&lt;li&gt;A hot site includes the equipment, software, and communications capabilities of the primary site with all the data up-to-date. &lt;/li&gt;&lt;li&gt;A hot site can take over for a failed primary site within minutes. It is the most effective disaster recovery solution for an alternate site, but it is also the most expensive to maintain. &lt;/li&gt;&lt;li&gt;A cold site includes only the very basic utilities and is the hardest to test. &lt;/li&gt;&lt;li&gt;A warm site is a compromise between a hot site and a cold site.&lt;/li&gt;&lt;/ul&gt;Good luck in your studies,&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6761223495286806668?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6761223495286806668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/when-preparing-for-comptia-security-sy0.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6761223495286806668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6761223495286806668'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/when-preparing-for-comptia-security-sy0.html' title='Redundancy'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2565255819150771516</id><published>2009-11-14T15:33:00.000-08:00</published><updated>2009-11-14T15:33:00.581-08:00</updated><title type='text'>Phishing</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should understand different social engineering tactics such as phishing.&lt;br /&gt;&lt;br /&gt;Phishing is the practice of sending unwanted email to users with the purpose of tricking them into revealing personal information (such as user account or bank account information) or clicking on a link. &lt;br /&gt;&lt;br /&gt;As an example, I have an email account with cox.net and I often receive different phishing email’s from accounts that state they’re from cox.net (but they aren't). These follow a similar format of many phishing emails.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;They state some fictitious problem&lt;/strong&gt;. Some state they’ve noticed suspicious activity on my account, others&amp;nbsp;state that my account has been discovered to be accessed from different computers, others state that they are upgrading security, and some just say they're upgrading their database. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;They request personal information such as username, password, PIN, SSN and/or my&amp;nbsp;date of birth&lt;/strong&gt;.&amp;nbsp; This is supposed to be to be verify my account, but instead the purpose is access my account with an ultimate goal of stealing my identity. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;They include a threat such as disabling my account if I don’t reply&lt;/strong&gt;. Phishing emails often say this is to protect my privacy, but it’s really a “call to action.” They are trying to create some sense of urgency.&lt;/li&gt;&lt;/ul&gt;Most (if not all today) organizations will never follow this type of a format to request your personal information.&amp;nbsp;&amp;nbsp;However, the emails are often pretty sophisticated.&amp;nbsp; They use images from the actual company and often look official.&amp;nbsp; If you think there may be a chance it's real, check out the message header.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;The following image shows the message options from one of these phishing messages in Microsoft Outlook.&amp;nbsp; You can access this page by right-clicking the message and selecting Message Options.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_rLHv5b5Jcuk/SvtNhsrXJ6I/AAAAAAAAAAk/AIWBIZ03vL4/s1600-h/messageoptions.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" sr="true" src="http://3.bp.blogspot.com/_rLHv5b5Jcuk/SvtNhsrXJ6I/AAAAAAAAAAk/AIWBIZ03vL4/s320/messageoptions.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;While the From address may sometimes look official and at least have the address of the company (such as cox.net), the Reply-To address is the real destination.&amp;nbsp; When the From and Reply-To addresses are different&amp;nbsp;with different domain names (aol.com instead of cox.net), it's a real give away.&amp;nbsp; Don't trust it. &lt;br /&gt;&lt;br /&gt;Links within email can also lead unsuspecting users to install malware.&lt;br /&gt;Other common &lt;a href="http://sy0201.blogspot.com/2009/11/social-engineering.html"&gt;social engineering&lt;/a&gt; tactics are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/piggybacking-or-tailgating.html"&gt;Piggybacking or tailgating&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/impersonation.html"&gt;Impersonation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dumpster diving&lt;/li&gt;&lt;li&gt;Shoulder surfing&lt;/li&gt;&lt;/ul&gt;Good luck with your studies. &lt;br /&gt;&amp;nbsp; &lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2565255819150771516?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2565255819150771516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/phishing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2565255819150771516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2565255819150771516'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/phishing.html' title='Phishing'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_rLHv5b5Jcuk/SvtNhsrXJ6I/AAAAAAAAAAk/AIWBIZ03vL4/s72-c/messageoptions.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4053493091322480824</id><published>2009-11-12T16:15:00.000-08:00</published><updated>2009-11-12T16:15:00.198-08:00</updated><title type='text'>Dumpster Diving</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should understand different social engineering tactics such as dumpster diving.&lt;br /&gt;&lt;br /&gt;Dumpster diving is exactly what it sounds like: searching through trash to gain information from discarded documents. Discarded papers can have written notes or important documents. On a personal basis this includes preapproved credit applications or blank checks given by credit card companies. &lt;br /&gt;&lt;br /&gt;Documentation with any type of Personally Identifiable Information (PII) should be shredded or burned.&lt;br /&gt;&lt;br /&gt;Other &lt;a href="http://sy0201.blogspot.com/2009/11/social-engineering.html"&gt;social engineering tactics&lt;/a&gt; you should know about are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Phishing&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/piggybacking-or-tailgating.html"&gt;Piggybacking or tailgating&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/impersonation.html"&gt;Impersonation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dumpster diving&lt;/li&gt;&lt;li&gt;Shoulder surfing&lt;/li&gt;&lt;/ul&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4053493091322480824?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4053493091322480824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/dumpster-diving.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4053493091322480824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4053493091322480824'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/dumpster-diving.html' title='Dumpster Diving'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-5630501961223858667</id><published>2009-11-11T13:53:00.000-08:00</published><updated>2009-11-11T16:09:58.557-08:00</updated><title type='text'>Piggybacking or Tailgating</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should understand different social engineering tactics such as piggybacking or tailgating.&lt;br /&gt;&lt;br /&gt;Piggybacking or tailgating occurs when one user follows closely behind another user without using valid credentials. Some organizations require access methods such as smart cards, or proximity cards to gain access to secure areas. Ideally, each person would use his access card and the door would close behind him. Often, what happens is that one person uses his card, and others follow behind without using their access card.&lt;br /&gt;&lt;br /&gt;Piggybacking can be thwarted with the use of mantraps or security guards. &lt;br /&gt;&lt;br /&gt;A mantrap can be as simple as a turnstile similar to what you’ve seen in subway stations or bus terminals. Only a single person can get through. Simple, but effective. Can you imagine two men trying to go through the same turnstile? Neither can I. &lt;br /&gt;&lt;br /&gt;A turnstile that requires each person to provide credentials (such as swiping a smart card or proximity card) but will lock as soon as that person gets through. More sophisticated mantraps allow a person to walk through a revolving cage, and the cage can be locked after the person enters, but before the person is through. This effectively locks the person inside the mantrap.&lt;br /&gt;&lt;br /&gt;Other &lt;a href="http://sy0201.blogspot.com/2009/11/social-engineering.html"&gt;social engineering tactics&lt;/a&gt; you should know about are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Phishing&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/impersonation.html"&gt;Impersonation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Dumpster diving&lt;/li&gt;&lt;li&gt;Shoulder surfing&lt;/li&gt;&lt;/ul&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-5630501961223858667?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/5630501961223858667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/piggybacking-or-tailgating.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5630501961223858667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5630501961223858667'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/piggybacking-or-tailgating.html' title='Piggybacking or Tailgating'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-959633562854289612</id><published>2009-11-10T13:51:00.000-08:00</published><updated>2009-11-10T13:51:00.202-08:00</updated><title type='text'>Impersonation</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should understand different social engineering tactics such as impersonation.&lt;br /&gt;&lt;br /&gt;Impersonation is a social engineering tactic where an attacker impersonates someone, such as a repair technician, to gain access to a secured area. A repair technician shows up at the door and says I’m here to work on the phones (or server, or routers, or whatever). &lt;br /&gt;&lt;br /&gt;Once the attacker gains access, he can steal the hardware, install malware, or install other hardware such as a protocol analyzer connected to the network and broadcasting the captured packets via a wireless access point. &lt;br /&gt;&lt;br /&gt;Identity verification methods can also be used to thwart impersonation attempts. In other words, employees should be trained to verify visitors are who they say are. &lt;br /&gt;&lt;br /&gt;Other social engineering tactics you should be know about are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Phishing&lt;/li&gt;&lt;li&gt;Piggybacking or tailgating&lt;/li&gt;&lt;li&gt;Dumpster diving&lt;/li&gt;&lt;li&gt;Shoulder surfing&lt;/li&gt;&lt;/ul&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-959633562854289612?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/959633562854289612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/impersonation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/959633562854289612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/959633562854289612'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/impersonation.html' title='Impersonation'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-636449674544690566</id><published>2009-11-08T13:51:00.000-08:00</published><updated>2010-01-18T14:04:59.458-08:00</updated><title type='text'>Social Engineering</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should understand social engineering.&lt;br /&gt;Social engineering is the practice of individuals to use flattery, conning, impersonation, and other methods to encourage uneducated users into giving up information. &lt;br /&gt;&lt;br /&gt;It bypasses the best technology protections which makes it important for all users to understand. It’s often just people talking to one another - either directly, or via the phone - without using technology at all. It can also be done via email using phishing tactics.&lt;br /&gt;&lt;br /&gt;Common social engineering tactics are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/phishing.html"&gt;Phishing&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/piggybacking-or-tailgating.html"&gt;Piggybacking or tailgating&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/impersonation.html"&gt;Impersonation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sy0201.blogspot.com/2009/11/dumpster-diving.html"&gt;Dumpster diving&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Shoulder surfing&lt;/li&gt;&lt;/ul&gt;You should be aware of each of these tactics. Some you may already know but others you may not. If not, use your favorite Internet search engine to dig a little deeper.&lt;br /&gt;&lt;br /&gt;Or, check back here&amp;nbsp;for some more posts on social engineering topics. &lt;br /&gt;&amp;nbsp; &lt;br /&gt;Good luck with your studies. &lt;br /&gt;&amp;nbsp; &lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-636449674544690566?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/636449674544690566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/social-engineering.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/636449674544690566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/636449674544690566'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/social-engineering.html' title='Social Engineering'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-1718516450675750697</id><published>2009-11-05T06:28:00.000-08:00</published><updated>2009-11-05T06:28:00.166-08:00</updated><title type='text'>Disk Redundancy using RAID</title><content type='html'>When studying for the CompTIA Security+ (SY0-201) exam, you'll come across using RAID for disk redundancy. &lt;br /&gt;&lt;br /&gt;RAID is short for redundant array of independent (or inexpensive) disks. Redundancy provides fault tolerance. In other words, if a fault occurs in one drive, your system can tolerate the fault and continue to operate. Several different RAID types are available. When studying for Security+, you should be aware of the following topics. &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;RAID-0 (also known as striping) does not provide any fault tolerance but increased performance. &lt;/li&gt;&lt;li&gt;RAID-1 (also known as mirroring) uses two disks and provides fault tolerance. &lt;/li&gt;&lt;li&gt;RAID-5 (also known as striping with parity) uses at least three disks and provides fault tolerance while also providing increased performance. The equivalent of one drive is dedicated to parity. &lt;/li&gt;&lt;li&gt;RAID-10 (also called 1+0) combines RAID 1 and RAID-0. A variant is 0+1. Both provide fault tolerance and increased performance for specific applications. &lt;/li&gt;&lt;/ul&gt;Both hardware and software RAID solutions are avaialble. Hardware RAID is more expensive provides significantly better performance than sofware RAID. &lt;br /&gt;&lt;br /&gt;Good luck in your studies&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-1718516450675750697?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/1718516450675750697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/disk-redundancy-using-raid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1718516450675750697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/1718516450675750697'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/disk-redundancy-using-raid.html' title='Disk Redundancy using RAID'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7542008521261839578</id><published>2009-11-02T15:57:00.000-08:00</published><updated>2009-11-02T15:57:00.341-08:00</updated><title type='text'>DoS and DDoS Attacks</title><content type='html'>When studying for the CompTIA Security+ (SY0-201) exam, you should know the difference between DoS and DDoS attaacks.&lt;br /&gt;&lt;br /&gt;Both a Denial of Service attacks.&amp;nbsp; The difference is that a Denial of Service (DoS) attack comes from a single attacker, while a Distributed Denial of Service attack comes from multiple attacks.&lt;br /&gt;&lt;br /&gt;As an example, the SYN Flood attack is a DoS attack that attacks a single system by flooding it witth only two parts of the TCP three way handshake.&amp;nbsp; Normally, the TCP handshake is three packets. The client sends a SYN packet, the server replies with a SYN / ACK packet, and the client should reply with the ACK flag to complete the handshake.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;However, the client instead withholds the third packet and leaves the server hanging. If the client is able to do this enough times, the server's resources become consumed as it has perhaps hundres of unfinished sessions.&amp;nbsp; A SYN Flood attack can actually take servers down if not detected and stopped.&lt;br /&gt;&lt;br /&gt;A DDoS attack often starts with malware taking control multiple computers.&amp;nbsp; These computers act as clones or zombies in a malware controlled botnet.&amp;nbsp; When the contoller sends the order, the zombies then launch a distributed attack.&lt;br /&gt;&lt;br /&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril&lt;br /&gt;&lt;br /&gt;Check out chapter 6 of this book (Predicting and Mitigating Threats) for more details on the different threats you may see covered on the Security+ exam, including over 375 practice questions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7542008521261839578?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7542008521261839578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/dos-and-ddos-attacks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7542008521261839578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7542008521261839578'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/dos-and-ddos-attacks.html' title='DoS and DDoS Attacks'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4605432244264394813</id><published>2009-11-01T06:28:00.000-08:00</published><updated>2009-11-01T06:28:52.816-08:00</updated><title type='text'>SY0-201 Practice Exam Question Hashing</title><content type='html'>What is it called when the hash of two different files is the same?&lt;br /&gt;&lt;br /&gt;A. Variation&lt;br /&gt;B. Deviation&lt;br /&gt;C. Collision&lt;br /&gt;D. Conflict&lt;br /&gt;&lt;br /&gt;Answer: C&lt;br /&gt;&lt;br /&gt;Answer below.&lt;br /&gt;&lt;br /&gt;A hash is simply a number that is created by performing a hashing algorithm on a file or a message. No matter how many times the hashing algorithm is calculated, it will always return the same number - unless the file or message has been modified.  &lt;br /&gt;&lt;br /&gt;When used in this context, a hash provides integrity. The hash is calculated at the source, and then again at the destination.  If the hashes are different, the file or message has lost integrity.  &lt;br /&gt;&lt;br /&gt;However, what if someone could modify the message enough so that the new has is the same as the original hash.  It would look like it has not lost integrity because the hashes are the same, but it has lost integrity.  A secure hash (one of sufficient strength) cannot be recreated. In other words, someone should not be able to modify a file or message enough to reproduce the original hash.&lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt; A hash collision occurs when two completely different files can produce the same hash when they are hashed using the same hashing algorithm. The other terms listed aren’t related to hashes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4605432244264394813?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4605432244264394813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question-hashing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4605432244264394813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4605432244264394813'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/11/sy0-201-practice-exam-question-hashing.html' title='SY0-201 Practice Exam Question Hashing'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4382889447981273121</id><published>2009-10-30T11:54:00.000-07:00</published><updated>2010-05-24T01:42:51.233-07:00</updated><title type='text'>Well-known ports</title><content type='html'>When studying for the CompTIA Security+ exam (SY0-201), you’ll come across information on ports. These are important to know and it’s also important to understand how they’re used. In this post, I want to cover some of the well-known ports and why they’re relevant when studying Security+.&lt;br /&gt;&lt;br /&gt;First, you should understand how ports are used. This blog entry gives an overview. &lt;a href="http://sy0201.blogspot.com/2009/10/understanding-ports.html"&gt;http://sy0201.blogspot.com/2009/10/understanding-ports.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ports from 0 to 1023 are known as well-known ports. There are assigned by IANA and can be viewed here: &lt;a href="http://www.iana.org/assignments/port-numbers"&gt;http://www.iana.org/assignments/port-numbers&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;However, you don’t need to know them all. First, let’s discuss why are they relevant.&lt;br /&gt;&lt;br /&gt;When doing basic packet filtering, a firewall can filter based on IP addresses and ports. However, what if you want to allow HTTP traffic (regular Internet traffic)? You can’t create packet filter rule to allow HTTP traffic (at least not directly). Instead, you create a packet filter rule to allow port 80 (the well-known port for HTTP).&lt;br /&gt;&lt;br /&gt;What if you want to allow SMTP traffic? You would allow traffic using port 25. What if you want to allow DNS traffic? You allow traffic using port 53. &lt;br /&gt;&lt;br /&gt;Routers and firewalls typically use an implicit deny implementation. What this means is that all traffic is blocked (implicitly denied) unless it is explicitly allowed. In other words, the only traffic that is allowed is the traffic that has an associated rule allowing it. Allowed traffic is sometimes referred to as an exception.&lt;br /&gt;&lt;br /&gt;How does all this apply to Security+? You may need to know how to block, or how to allow certain traffic identified either by the protocol or by the port. The only way you can answer these types of questions is by knowing the well-known ports. &lt;br /&gt;&lt;br /&gt;Here are some:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;FTP 20, 21&lt;/li&gt;&lt;li&gt;SSH 22&lt;/li&gt;&lt;li&gt;Telnet 23&lt;/li&gt;&lt;li&gt;SMTP&amp;nbsp;25&lt;/li&gt;&lt;li&gt;DNS 53&lt;/li&gt;&lt;li&gt;HTTP 80&lt;/li&gt;&lt;li&gt;Kerberos 88&lt;/li&gt;&lt;li&gt;POP3 110&lt;/li&gt;&lt;li&gt;NNTP 119&lt;/li&gt;&lt;li&gt;IMAP4 143&lt;/li&gt;&lt;li&gt;LDAP 389&lt;/li&gt;&lt;li&gt;HTTPS 443&lt;/li&gt;&lt;li&gt;LDAP/TLS or LDAP/SSL 636&lt;/li&gt;&lt;/ul&gt;You can find more information on ports including some sample questions in this book: &lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;script src="http://www.assoc-amazon.com/s/link-enhancer?tag=mc00-20&amp;amp;o=1" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;noscript&gt;&lt;/noscript&gt;&lt;br /&gt;&lt;br /&gt;Good luck in your studies.&lt;br /&gt;&lt;br /&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4382889447981273121?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4382889447981273121/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/well-known-ports.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4382889447981273121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4382889447981273121'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/well-known-ports.html' title='Well-known ports'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4113933292640534410</id><published>2009-10-29T16:18:00.000-07:00</published><updated>2009-10-29T16:18:24.616-07:00</updated><title type='text'>Understanding Ports</title><content type='html'>When studying for the CompTIA Security+ exam (SY0-201), you’ll come across information on ports. These are important to know and it’s also important to understand how they’re used. In this post, I want to cover how ports are used by systems.&lt;br /&gt;&lt;br /&gt;TCP/IP uses IP addresses (and MAC addresses) to get traffic from one host to another. However, when a packet arrives, how does the system know what service, process or protocol to send the packet to? The answer is the port.&lt;br /&gt;&lt;br /&gt;Imagine that Sally is using Internet Explorer to do a search with Google.com. DNS is used to resolve Google.com to an IP address and a packet is sent to the Google web site with Sally’s search data. The packet will have a source and destination IP address, and a source and destination port:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Source &lt;br /&gt;70.167.73.10&lt;br /&gt;Port 1025&lt;/li&gt;&lt;li&gt;Destination&lt;br /&gt;74.125.67.100&lt;br /&gt;Port 80&lt;/li&gt;&lt;/ul&gt;When the packet reaches the destination IP address (Google), it is examined to identify the destination port. The Google server sees the port is 80 and passes the packet to the service handling HTTP - the web server service. It knows to do this because port 80 is the well-known port for HTTP.&amp;nbsp; The web server service than creates a return packet with the data.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Destination&lt;br /&gt;70.167.73.10&lt;br /&gt;Port 1025&lt;/li&gt;&lt;li&gt;Source&lt;br /&gt;74.125.67.100&lt;br /&gt;Port 80&lt;/li&gt;&lt;/ul&gt;What isn’t apparent is that when the packet was created for Internet Explorer, the system designated a port (in this case 1025) for Internet Explorer. When the packet from Google reaches Sally’s computer, it has a destination port of 1025 so the packet is passed to Internet Explorer.&lt;br /&gt;&lt;br /&gt;At another time, Sally’s computer may register port 1046 (or some other port beyond port 1023) to Internet Explorer. The point is that while well-known ports are constant, the return port isn’t constant.&lt;br /&gt;&lt;br /&gt;Good luck in your studies.&lt;br /&gt;&lt;br /&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4113933292640534410?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4113933292640534410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/understanding-ports.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4113933292640534410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4113933292640534410'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/understanding-ports.html' title='Understanding Ports'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6506931564508975005</id><published>2009-10-28T02:40:00.000-07:00</published><updated>2009-10-28T02:40:00.153-07:00</updated><title type='text'>Security+ and CISSP</title><content type='html'>While the CompTIA Security+ exam is a difficult exam, many people look at it as a stepping stone to other certifications.  If you stay in the security arena, a next step may be the CISSP ISC2 certification, which is significantly more difficult than the CompTIA Security+.&lt;br /&gt;&lt;br /&gt;Several weeks after taking the CISSP exam, I received notification of a successful pass. Woo Hoo! &lt;br /&gt;&lt;br /&gt;One thing that was very apparent to me was the information I learned while studying the CompTIA Security+ objectives definitively helped me with the CISSP.  The CISSP exam is a monster and will take a lot more time and effort to master than the Security+ certification.  However, if you take the time to truly learn the material for the Security+ exam, you'll be a step closer to the CISSP. &lt;br /&gt;&lt;br /&gt; As one of many examples, understanding public key cryptography helped with many questions on the CISSP exam.  Chapter 9 of the CompTIA Security+ SY0-201: Get Certified, Get Ahead book includes all of the material you'll need for cryptography in Security+ and you won't need much more if you later pursue the CISSP. &lt;br /&gt;&lt;br /&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6506931564508975005?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6506931564508975005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/security-and-cissp.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6506931564508975005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6506931564508975005'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/security-and-cissp.html' title='Security+ and CISSP'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-9093462146968779512</id><published>2009-10-26T17:00:00.000-07:00</published><updated>2009-10-26T17:00:39.396-07:00</updated><title type='text'>Biometrics used in Authentication</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you'll come across objectives related to authentication, including the use of biometrics.&lt;br /&gt;&lt;br /&gt;There are three factors of authentication:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Something you know (such as a password or PIN)&lt;/li&gt;&lt;li&gt;Something you have (such as a smart card)&lt;/li&gt;&lt;li&gt;Something you are (using biometrics)&lt;/li&gt;&lt;/ul&gt;Biometrics can be very exact when the technology is implemented accurately. However,it is possible to&amp;nbsp;get false readings.&amp;nbsp; Two possible false readings are: &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;False acceptance. This is when a biometric system incorrectly identifies an unauthorized user as an authorized user.&lt;/li&gt;&lt;li&gt;False rejection. This is when a biometric system incorrectly rejects an authorized user.&lt;/li&gt;&lt;/ul&gt;True readings occur when the biometric system indicates a match. Two possible readings are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;True acceptance. The biometric system accurately determines a positive match.&lt;/li&gt;&lt;li&gt;True rejection. The biometric system accurately determines a non-match.&lt;/li&gt;&lt;/ul&gt;Good luck with your studies.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-9093462146968779512?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/9093462146968779512/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/biometrics-used-in-authentication.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/9093462146968779512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/9093462146968779512'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/biometrics-used-in-authentication.html' title='Biometrics used in Authentication'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7909603842616452765</id><published>2009-10-24T02:16:00.000-07:00</published><updated>2009-10-24T13:54:01.866-07:00</updated><title type='text'>Digital Signatures</title><content type='html'>Cryptography covers 15 percent of the CompTIA Security+ (Exam SY0-201) objectives, and digtial signatures are one element you should understand.&lt;br /&gt;&lt;br /&gt;A digital signature provides authentication, integrity and non-repudiation.&amp;nbsp; It requires a PKI infrastructure because public and private keys are used. A public and private key pair is two keys where one can encrypt data, and this data can only be decrypted by the other key.&lt;br /&gt;&lt;br /&gt;Here's the process if Sally creates a messages and digitally signs it.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;First, a hash is created of the message.&amp;nbsp; This is effectively just a number (though a large number) created by executing a hashing algorithm agains the message. The hash provides integrity.&lt;/li&gt;&lt;li&gt;The hash (not the message) is encrypted with Stally's private key.&amp;nbsp; Sally's private key is private and she is the only one that access to it.&lt;/li&gt;&lt;li&gt;Sally sends the message to Joe.&amp;nbsp; Joe has Sally's public key.&amp;nbsp; If Sally's public key can&amp;nbsp;decrypt the hash, then it must have been encrypted with Sally's private key.&amp;nbsp; This provides both authentication and non-repudiation.&amp;nbsp; &lt;/li&gt;&lt;li&gt;The hash can be recomputed on Joe's computer.&amp;nbsp; If the hash is the same as the encrypted hash sent by Sally, message integrity has been maintained. If the hash was different, message integrity is lost.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7909603842616452765?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7909603842616452765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/digital-signatures.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7909603842616452765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7909603842616452765'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/digital-signatures.html' title='Digital Signatures'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-8287440118559586473</id><published>2009-10-22T02:03:00.000-07:00</published><updated>2009-10-22T02:03:14.480-07:00</updated><title type='text'>Use of Virtualization in Security</title><content type='html'>One of the CompTIA Security+ (Exam SY0-201) objectives is "Explain the purpose and application of virtualization technology." You may be wondering what this is about. &lt;br /&gt;&lt;br /&gt;First, virtualization centers around virtualization desktop infrastructure (VDI) where a single physical computer can host multiple computer operating systems. Many virtualization technologies exist such as VMWare and Microsoft's Virtual PC (upgraded and renamed to Windows Virtual PC in Windows 7). I'm more familiar with Virtual PC (VPC) but the uses between brands are common. One great feature is that if something goes wrong with the virtual system, changes can be easily rolled back or undone. &lt;br /&gt;&lt;br /&gt;As a simple example, I am running Windows 7 on my desktop PC and have a virtual mini-lab running on the system with Windows Server 2008 in one virtual system running as a domain controller, and a Windows 7 computer running as a client in the virtual domain. I have configured both of these two be able to communicate with each other but they are isolated from the host system or the Internet. &lt;br /&gt;&lt;br /&gt;With an understanding of virtualization and VDI, we can now discuss how it can be used in security.&amp;nbsp; From a security perspective, virtualization can be use for a couple of purposes such as: &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Testing of patches. When patches for the operating system or applications are released, they can be applied in a virtual environment. They can be tested here in a safe environment without any impact on the production environment. &lt;/li&gt;&lt;li&gt;Testing of malware. Once malware is discovered, security professionals want to know what it does and how it does it. This often entails releasing it and observing what happens. Again, a virtual environment is safe and won't impact the performance of the host operating system or the regular network. &lt;/li&gt;&lt;/ul&gt;Darril&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-8287440118559586473?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/8287440118559586473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/use-of-virtualization-in-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8287440118559586473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/8287440118559586473'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/use-of-virtualization-in-security.html' title='Use of Virtualization in Security'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-7324373602904857981</id><published>2009-10-19T02:43:00.000-07:00</published><updated>2009-10-19T02:43:50.092-07:00</updated><title type='text'>Encryption Basics for Security+</title><content type='html'>The CompTIA Security+ (SY0-201 exam) objectives state that 15 percent of the exam will be on cryptography. Cryptography has several elements and an important one is the use of encryption. &lt;br /&gt;&lt;br /&gt;Encryption is used to enforce confidentiality (one of the three elements in the security triad of confidentiality, integrity and availability). If you want to keep your data secure and prevent unauthorized disclosure, you can encrypt the data to make it unreadable. &lt;br /&gt;&lt;br /&gt;Encryption uses an algorithm and a key. If either the algorithm is weak or the key is weak, the encryption can easily be broken. Most algorthms are well known but keys are either frequently changed, or kept secret. &lt;br /&gt;&lt;br /&gt;Two major types of encryption are used: symmetric and assymmetric. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Symmetric encryption&lt;/strong&gt; uses a single key to both encrypt the data and decrypt the data. &lt;br /&gt;&lt;br /&gt;The most popular type of symmetric encryption is &lt;strong&gt;AES&lt;/strong&gt;. AES is considered a fast, highly secure encryption algorithm. It is significantly faster (using less processor and memory resources) than both DES and 3DES. AES256 uses a key size of 256 bits. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Asymmetric encryption&lt;/strong&gt; uses two keys that are created as a matched pair (a public key and a private key). Data encrypted with a public key can only be decrypted with the matching private key. Data encrypted with the private key can only be decrypted with the public key&lt;br /&gt;A Public Key Infrastrcuture (PKI) is required to support asymmetric encryption. Any entity can have a private key (which is always kept private). The matching public key is embedded in a certificate issued from a certificate authority (CA). &lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-7324373602904857981?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/7324373602904857981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/encryption-basics-for-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7324373602904857981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/7324373602904857981'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/encryption-basics-for-security.html' title='Encryption Basics for Security+'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2453093817329479019</id><published>2009-10-18T03:07:00.000-07:00</published><updated>2009-10-18T03:07:09.165-07:00</updated><title type='text'>SY0-201 Practice Exam Question Cryptography</title><content type='html'>Which of the following can use a PSK?&lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Asymmetric encryption&lt;br /&gt;&lt;br /&gt;&amp;nbsp; B. PKI&lt;br /&gt;&lt;br /&gt;&amp;nbsp; C. TPM&lt;br /&gt;&lt;br /&gt;&amp;nbsp; D. PGP&lt;br /&gt;&lt;br /&gt;Answer below.&lt;br /&gt;On the surface, this 8 word question seems rather simplistic. However, unless you've spent time with the material, all of the acronyms will make it very difficult. PSK can mean many things, but in the context of&amp;nbsp; security, and with all of the answers relating to cryptography, it refers to a pre-shared key.&lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;CompTIA Security+: Get Certified Get Ahead: SY0-201 Study Guide&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mc00-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1439236364" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; margin: 0px;" width="1" /&gt;&lt;br /&gt;&lt;br /&gt;The correct answer is C. A trusted platform module (TPM) uses a pre-shared key (PSK) to encrypt and decrypt data such as entire disks.&amp;nbsp; (Microsoft&amp;nbsp;uses&amp;nbsp;this with BitLocker.) Symmetric encryption uses a single key to both encrypt and decrypt while asymmetric encryption uses two keys—public and private. Both PGP (Pretty Good Privacy) and PKI (Public Key Infrastructure)&amp;nbsp;use asymmetric encryption.&lt;br /&gt;&lt;br /&gt;Good luck on the exam.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2453093817329479019?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2453093817329479019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/sy0-201-practice-exam-question_18.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2453093817329479019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2453093817329479019'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/sy0-201-practice-exam-question_18.html' title='SY0-201 Practice Exam Question Cryptography'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6930833144469889482</id><published>2009-10-17T03:48:00.000-07:00</published><updated>2009-10-17T03:48:00.235-07:00</updated><title type='text'>SY0-201 Practice Exam Question</title><content type='html'>Sally is using a Bluetooth enabled device.&amp;nbsp; She asks you what&amp;nbsp;the best protection is that she can use to protect this device.&amp;nbsp; What do you tell her? &lt;br /&gt;&lt;br /&gt;&amp;nbsp; A. Ensuring the Bluetooth device is in discovery mode&lt;br /&gt;&lt;br /&gt;&amp;nbsp; B. Ensuring the Bluetooth device is in non-discovery mode&lt;br /&gt;&lt;br /&gt;&amp;nbsp; C. Ensuring the Bluetooth device&amp;nbsp;has bluejacking disabled.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; D. Ensuring the Bluetooth device has bluesnarfing disabled. &lt;br /&gt;&amp;nbsp; &lt;br /&gt;Answer listed below &lt;br /&gt;&lt;br /&gt;You can read a blog on risks and vulnerabilities for Bluetooth devices &lt;a href="http://sy0201.blogspot.com/2009/10/bluetooth-concerns.html"&gt;here&lt;/a&gt;: &lt;br /&gt;&lt;br /&gt;Over 375 practice test questions in this book: &lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_rLHv5b5Jcuk/SthRv8WuzfI/AAAAAAAAAAc/NiSRExBLxxg/s1600-h/Cover.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/1439236364?ie=UTF8&amp;amp;tag=mc00-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1439236364"&gt;&lt;br /&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_rLHv5b5Jcuk/SthRv8WuzfI/AAAAAAAAAAc/NiSRExBLxxg/s320/Cover.png" vr="true" /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;The correct answer is B. &lt;br /&gt;&lt;br /&gt;Ensuring a Bluetooth device is in non-discover mode is the best protection against bluesnarfing and bluejacking attacks.&amp;nbsp;When in discovery mode, Bluetooth devices can easily be exploited. Bluesnarfing is the unauthorized access to or theft of information from a Bluetooth device.Bluejacking is the unauthorized sending of text messages from a Bluetooth device.&lt;br /&gt;&lt;br /&gt;Related objective:&lt;br /&gt;2.7 Explain the vulnerabilities and implement mitigations associated&lt;br /&gt;with wireless networking.&lt;br /&gt;• Bluejacking&lt;br /&gt;• Bluesnarfing&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6930833144469889482?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6930833144469889482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/sy0-201-practice-exam-question.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6930833144469889482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6930833144469889482'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/sy0-201-practice-exam-question.html' title='SY0-201 Practice Exam Question'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_rLHv5b5Jcuk/SthRv8WuzfI/AAAAAAAAAAc/NiSRExBLxxg/s72-c/Cover.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-550354589976151014</id><published>2009-10-16T01:52:00.000-07:00</published><updated>2009-10-16T03:42:31.892-07:00</updated><title type='text'>Qualitative Risk Assessment</title><content type='html'>The CompTIA Security+ (SY0-201 exam) includes many objectives on risk assessments.&amp;nbsp; One type of risk assessment is the qualititative risk assessment.&lt;br /&gt;&lt;br /&gt;A qualitative risk assessment uses numbers or values to categorize risks based on probability and impact. (Quantitative risk&amp;nbsp;assessments use dollar figures&amp;nbsp;to calculate SLE and ALE.)&lt;br /&gt;&lt;br /&gt;As an example, terms such as low, medium, and high could be used&amp;nbsp;or the numbers one through ten could be used. The two categories often included in a qualitative risk assessment are probability and impact.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;P&lt;strong&gt;robability&lt;/strong&gt;. The likelihood an event will occur. For example, the probability that an Internet-facing web server will be attacked is close to 100 percent and could be given a numerical value of 10. However, the likelihood that an internal workstation in the library with no Internet access will be attacked through the Internet is very low, so it could be given a numerical value of 1.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Impact&lt;/strong&gt;. The negative result of the event occurring. If the web server is down, the impact may be considered significant and given a value of 10. If the library workstation is down, a library patron may be inconvenienced, so it may be given a value of 1.&lt;/li&gt;&lt;/ul&gt;Now the risk can be calculated by multiplying the probability and the impact.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Web server&lt;/strong&gt;. 10 * 10 = 100&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Library computer&lt;/strong&gt;. 1 * 1 = 1&lt;/li&gt;&lt;/ul&gt;A manager can look at these numbers and easily determine how to allocate resources to protect against the risks. More resources would be allocated to protect the web server than the library computer.&lt;br /&gt;&lt;br /&gt;While these two examples are extreme to show how the model can be used, the model can help identify the priorities in the middle ranges which are more difficult determine.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can read about &lt;a href="http://sy0201.blogspot.com/2009/10/qualitative-risk-assessments.html"&gt;quantitative risk assessments here&lt;/a&gt;.&lt;br /&gt;Good luck on your Security+ exam!&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-550354589976151014?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/550354589976151014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/qualititative-risk-assessment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/550354589976151014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/550354589976151014'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/qualititative-risk-assessment.html' title='Qualitative Risk Assessment'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-5222301568942650779</id><published>2009-10-15T02:04:00.000-07:00</published><updated>2009-10-16T03:53:22.557-07:00</updated><title type='text'>Bluetooth Concerns</title><content type='html'>The CompTIA Security+ (SY0-201) exam includes some objectives related to Bluetooth.&lt;br /&gt;&lt;br /&gt;Bluetooth is a popular short-range wireless system&amp;nbsp;used in smaller portable wireless devices including phone, personal digital assistants (PDAs), and computer devices.&lt;br /&gt;&lt;br /&gt;Two significant threats and one&amp;nbsp;vulnerability exists with Blueetooth.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Threats&lt;/strong&gt;. Bluesnarfing and bluejacking are two threats against Bluetooth devices that are left in discovery mode.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Bluesnarfing is the unauthorized access to or theft of information from a Bluetooth device. Information that can be accessed through bluesnarfing includes:&amp;nbsp;email,&amp;nbsp;contact list,&amp;nbsp;calendar,&amp;nbsp;and text messages.&lt;/li&gt;&lt;li&gt;Bluejacking is the unauthorized sending of text messages from a Bluetooth device without the permission of the owner. &lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Vulnerability&lt;/strong&gt;. Any Bluetooth device that is turned on and in discovery mode is easily exploited through a bluesnarfing or bluejacking attack.&lt;br /&gt;&lt;br /&gt;When Bluetooth devices are first configured, they are configured in discovery mode.While in discovery mode, a Bluetooth device is easily discoverable and visible to other devices. Bluetooth devices are identified with a MAC address just as a NIC has a MAC address. In discovery mode, the Bluetooth device broadcasts its MAC address, allowing other devices to see it and connect to it.&lt;br /&gt;&amp;nbsp; &lt;br /&gt;Once a device connects with another device, it is paired to open the communication channel. After the pairing process, the Bluetooth device should be changed from discovery mode to non-discovery mode. Non-discovery mode is also referred to as invisible mode. While in non-discovery mode, the device doesn’t broadcast information about itself. Additionally, many devices add encryption to the communication process when in non-discovery mode. &lt;br /&gt;&amp;nbsp; &lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-5222301568942650779?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/5222301568942650779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/bluetooth-concerns.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5222301568942650779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/5222301568942650779'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/bluetooth-concerns.html' title='Bluetooth Concerns'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-4531436407455244550</id><published>2009-10-14T01:54:00.000-07:00</published><updated>2009-10-14T01:54:24.612-07:00</updated><title type='text'>SSL, OCSP vs CRL</title><content type='html'>When preparing for the CompTIA Security+ (SY0-201) exam, you should have a basic understanding of how SSL is used and how certificates can be checked. &lt;br /&gt;&lt;br /&gt;Web sites use certificates to create SSL sessions. When a user clicks a HTTPS link, it initiates the SSL handshake process. &lt;br /&gt;&lt;br /&gt;The web site will then send the client a certificate with a public key that can be used in the asymmdtric portion of the SSL session to create a session key. (The session key will then be used in the symmetric portion of the SSL session.) The client needs to verify the certificate is trusted and valid: &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Trusted&lt;/strong&gt;. First, the certificate must have been issued from a trusted certificate authority (CA). A list of trusted CAs can be viewed in Internet Explorer by clicking Tools -&amp;gt; Internet Options, selecting the Content tab, click the Certificates button, and selecting Trusted Root Certification Authorities. If the certificate was issued to the web site from a company with a certificate in the Trusted Root Certification Authority store, it will be trusted. If the certificate is not trusted, the user will be notified that it's not trusted and encouraged not to continue. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Valid&lt;/strong&gt;. Next, the client attempts to validate the certificate. CAs can revoke certificates if they become compromised in some way. A revoked certificate is considered invalid and shouldn't be used. Revoked certificates are published on a certificate revocation list (CRL). Clients can check if a certificate is valid using one of two methods: &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Requesting the CRL&lt;/strong&gt;. The client requests a copy of the CRL from the CA. The CA sends the CRL and the client then checks the CRL to see if the certificate is on the list. If it's on the list, it's considered invalid and wouldn't be used. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Online Certificate Status Protocol (OCSP).&lt;/strong&gt; OCSP is an improved streamlined process. Instead of the client requesting a copy of the CRL, the client queries the CA about the certificate. Certificates are uniquely identified with a serial number. The CA then replies indicating the certificate is healthy (not revoked), not healthy (revoked), or unknown (the serial number is not known by the CA.&lt;/li&gt;&lt;/ul&gt;Once the certificate is verified to be trusted and valid, the public key embedded in the certificate is used to encrypt the session key. Imagine the client wants to use a key of 1234. The client then encrypts this key with the public key to result in something like "AF4D2D0F3EB304". (Both the session key and the encrypted session would be much larger but are shortened for illustration purposes. ) &lt;br /&gt;&lt;br /&gt;At this point, only the client knows the session key. The encrypted session key is sent back to the web server. Since this key was encrypted with the public key (which is matched to the private key held by the server and unknown to anyone else) it can't be decrypted if anyone intercepts it. When the web server receives the encrypted key, it decrypts it with the private key. Use of the public and private key is known as asymmetric encryption. &lt;br /&gt;&lt;br /&gt;For the remainder of the session, the client and server use the session key (symmetric encryption). &lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-4531436407455244550?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/4531436407455244550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/ssl-ocsp-vs-crl.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4531436407455244550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/4531436407455244550'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/ssl-ocsp-vs-crl.html' title='SSL, OCSP vs CRL'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-3197385929192630359</id><published>2009-10-13T02:01:00.000-07:00</published><updated>2009-10-13T02:01:41.744-07:00</updated><title type='text'>Three Factors of Authentication</title><content type='html'>A heavily tested concept in the CompTIA Security+ (SY0-201) exam is authentication. Authentication is used to verify a user’s identity by providing a previously known identifier. Basically, there are three ways to do this which are commonly referred to as the three factors of authentication. &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Something you know. As an example, a user would know their username and password. This is considered the weakest form of authentication. One of the primary reasons is that users often use weak passwords or write their passwords down.&amp;nbsp;&lt;/li&gt;&lt;li&gt;Something you have. Smart cards and fobs are common examples. A smart card is a credit card sized card that holds key information about the user. Smart cards have certificates embedded in them using TLS and provide very strong authentication. A fob (sometimes called a token) has an LED display that shows a number that changes regularly, such as every 60 seconds. This number is synchronized with a server. When the user logs into a website, they enter the number shown on the display to verify they have the token. This factor is often combined with another factor to provide multifactor authentication. &lt;/li&gt;&lt;li&gt;Something you are. Biometrics is used for this factor of authentication and is not only in movies. Biometrics is commonly used in many applications today. A common example is at theme parks like Disney World. It includes fingerprints, retinal scans, voice prints and even handwriting analysis. Biometrics is considered the strongest form of authentication, but also the most expensive. &lt;/li&gt;&lt;/ul&gt;Multifactor Authentication. Multifactor authentication combines two or three of the factors. Two common examples are where:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Someone may have a smart card and know a personal identification number (PIN), or &lt;/li&gt;&lt;li&gt;Have a fob and know their username and password. &lt;/li&gt;&lt;/ol&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.sy0-201.com/"&gt;http://www.sy0-201.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-3197385929192630359?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/3197385929192630359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/three-factors-of-authentication.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3197385929192630359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/3197385929192630359'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/three-factors-of-authentication.html' title='Three Factors of Authentication'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6391704771795755084</id><published>2009-10-11T02:20:00.000-07:00</published><updated>2009-10-11T02:20:18.875-07:00</updated><title type='text'>DoD 8570.1 and Security+</title><content type='html'>I've occassionally heard people ask about the popularity of CompTIA Security+&amp;nbsp;certification in the past few years. What is driving so many people to seek this certification? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;One of the big driving factors is a U.S. Department of Defense (DoD) directive named DoD 8570.1. This directive mandates many IT professionals employed in the government to have specific certifications. Some of the common certifications are CompTIA A+, Network+, and Security+ and the people required to have the different certifications are military personnel, civilian employees and civilian contractors. &lt;br /&gt;&lt;br /&gt;While civilian companies aren't mandated to have employees with these certifications, they are much more competitive when they compete for IT service contracts if some of their employees have the certifications.&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6391704771795755084?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6391704771795755084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/dod-85701-and-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6391704771795755084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6391704771795755084'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/dod-85701-and-security.html' title='DoD 8570.1 and Security+'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2128667889151510388</id><published>2009-10-10T16:52:00.000-07:00</published><updated>2009-10-16T03:43:10.308-07:00</updated><title type='text'>Quantitative Risk Assessments</title><content type='html'>If you're preparing for the CompTIA Security+ SY0-201 exam, you'll see some objectives related to risk, risk assessments, and risk management.&lt;br /&gt;&lt;br /&gt;Risk assessments are used to prioritize risks. All risk can’t be prevented. Instead, risk management attempts to mitigate risk. &lt;br /&gt;&lt;br /&gt;One quantitative risk model uses three elements three elements to quantify and prioritize risks. They are: &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Single loss expectancy (SLE). The is the cost of any single loss expressed in monetary terms (such as $4,000). &lt;/li&gt;&lt;li&gt;Annualized rate of occurrence (ARO). This indicates how many times the loss is expected to occur if no action is taken. For example, it may have occurred an average of 4 times in the past three years, so the ARO would be 4. &lt;/li&gt;&lt;li&gt;Annualized loss expectancy (ALE). SLE * ARO. What you expect to lose annually if no action is taken in this example is $16,000. &lt;/li&gt;&lt;/ul&gt;Now imagine that you have used this to quantify 4 different losses. They have AROs of $100, 2,000, $, 8,000, and $16,000. Which one is the most important to mitigate? Knowing the AROs, you can easily see the risk that results in an annual loss of $16,000 is the most important to address. &lt;br /&gt;&lt;br /&gt;Using an SLE of $4,000, and an ARO of 4, see if you can solve this problem. Suppose you could spend $2,000 and reduce the ARO from 4 to 1. How much money would you save? &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The original ALE is $16,000 ($4,000 * 4).&lt;/li&gt;&lt;li&gt;If the ARO was reduced to 1, the ALE would be $4,000 ($4,000 * 1), or a reduction of losses by $12,000.&lt;/li&gt;&lt;li&gt;You spent $2,000 to save $12,000 so you saved $10,000 &lt;/li&gt;&lt;/ul&gt;Another way of looking at this is to use these figures to determine the effectiveness of a mitigation measure. Imagine the ALE is $16,000. Someone proposes a risk mitigation solution that costs $35,000 a year with a guarantee that it will eliminate this risk. Does that make fiscal sense? In other words, you’ll spend $35,000 to save $16,000 - not too good. Now instead of losing $16,000, you’re spending $35,000. &lt;br /&gt;&lt;br /&gt;Make sure you understand the SLE, ALE, and ARO when preparing for the CompTIA Security+ SY0-201 exam. &lt;br /&gt;&lt;br /&gt;You can read about &lt;a href="http://sy0201.blogspot.com/2009/10/qualititative-risk-assessment.html"&gt;qualitative risk assessments here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2128667889151510388?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2128667889151510388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/qualitative-risk-assessments.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2128667889151510388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2128667889151510388'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/qualitative-risk-assessments.html' title='Quantitative Risk Assessments'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-6204210868005170459</id><published>2009-10-10T02:01:00.000-07:00</published><updated>2009-10-11T02:16:00.601-07:00</updated><title type='text'>Intrusion Detection Systems (HIDS and NIDS)</title><content type='html'>Someone recently mentioned that they took the CompTIA Security+ SY0-201 exam and had several IDS questions such as HIDS and NIDS. This makes a lot of sense since these are heavily covered on the objectives. Here are some of the basics: &lt;br /&gt;&lt;br /&gt;An Intrusion Detection System (IDS) is designed to detect intrusions but a host-based IDS (HIDS) works a little differently than a network-based IDS (NIDS). Some of the points of each are: &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;HIDS &lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Installed on a host computer such as a workstation or server &lt;/li&gt;&lt;li&gt;It is used primarily to monitor traffic going through the NIC of the host &lt;/li&gt;&lt;li&gt;Can consume resources of the workstation &lt;/li&gt;&lt;li&gt;Can monitor network traffic sent to the host or coming from the host only &lt;/li&gt;&lt;li&gt;Data stored locally (on the host) &lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;NIDS&lt;/strong&gt; &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Installed on network devices (such as firewalls, routers or switches) &lt;/li&gt;&lt;li&gt;These devices are referred to as sensors or tabs &lt;/li&gt;&lt;li&gt;Data centrally managed - sensors report back to a central console &lt;/li&gt;&lt;li&gt;Cannot monitor encrypted traffic on individual hosts &lt;/li&gt;&lt;/ul&gt;Both types can use either signature-based detection or anomaly-based detection. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Signature-based&lt;/strong&gt; &lt;br /&gt;The IDS looks for known attack patterns (similar to how anti-virus program use virus signatures) &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Anomaly-based &lt;/strong&gt;&lt;br /&gt;A baseline of normal operation is created to determine normal operation. When events occur that are ‘out of the norm’ (anomalies), the system alerts &lt;br /&gt;&lt;br /&gt;Also, both types can have either a passive or active response. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Passive Response &lt;/strong&gt;&lt;br /&gt;Alerts are logged and personnel are typically notified. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Active Response&lt;/strong&gt; &lt;br /&gt;An active response will also take some action to modify the environment. A common active response would be to change the ACL on a router or firewall to block access from the attacker. &lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-6204210868005170459?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/6204210868005170459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/intrusion-detection-systems-hids-and.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6204210868005170459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/6204210868005170459'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/intrusion-detection-systems-hids-and.html' title='Intrusion Detection Systems (HIDS and NIDS)'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3142737363242411032.post-2033891446350166029</id><published>2009-10-09T17:24:00.000-07:00</published><updated>2009-10-09T18:18:36.065-07:00</updated><title type='text'>Moving my blog to BlogSpot</title><content type='html'>After my original Security Plus blog (hosted on webhostforasp.net) went down for four days,. I've decided to move it to a more reliable location.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;In addition to moving my other blog posts over to blogspot, I'll be adding regular blog entries on Security Plus&lt;br /&gt;&lt;br /&gt;Darril Gibson&lt;br /&gt;&lt;a href="http://www.sy0-201.com/"&gt;http://www.sy0-201.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3142737363242411032-2033891446350166029?l=sy0201.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sy0201.blogspot.com/feeds/2033891446350166029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sy0201.blogspot.com/2009/10/moving-my-blog-to-blogspot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2033891446350166029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3142737363242411032/posts/default/2033891446350166029'/><link rel='alternate' type='text/html' href='http://sy0201.blogspot.com/2009/10/moving-my-blog-to-blogspot.html' title='Moving my blog to BlogSpot'/><author><name>Darril Gibson</name><uri>http://www.blogger.com/profile/18083211968952067109</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
