<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fatemeh Sh</title>
    <description>The latest articles on DEV Community by Fatemeh Sh (@fatemesmenodeacademy).</description>
    <link>https://dev.to/fatemesmenodeacademy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3965434%2F731884ec-cb88-486b-88d0-9e2f8e503095.jpg</url>
      <title>DEV Community: Fatemeh Sh</title>
      <link>https://dev.to/fatemesmenodeacademy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fatemesmenodeacademy"/>
    <language>en</language>
    <item>
      <title>How to Pass CCNA on Your First Attempt: A Realistic 60-Day Study Plan</title>
      <dc:creator>Fatemeh Sh</dc:creator>
      <pubDate>Tue, 02 Jun 2026 22:57:20 +0000</pubDate>
      <link>https://dev.to/fatemesmenodeacademy/how-to-pass-ccna-on-your-first-attempt-a-realistic-60-day-study-plan-57</link>
      <guid>https://dev.to/fatemesmenodeacademy/how-to-pass-ccna-on-your-first-attempt-a-realistic-60-day-study-plan-57</guid>
      <description>&lt;p&gt;If you're studying for CCNA, you've probably seen the exam details by now.&lt;br&gt;
170 minutes. Around 100 questions. Six domains covering routing, switching,&lt;br&gt;
security, and automation.&lt;/p&gt;

&lt;p&gt;Here's what most guides skip: people who fail CCNA don't fail because they're&lt;br&gt;
not capable. They fail because they studied the wrong things, in the wrong order,&lt;br&gt;
without enough practice.&lt;/p&gt;

&lt;p&gt;This is the plan I'd follow starting today.&lt;/p&gt;




&lt;h2&gt;
  
  
  Week 1-2: Build the Foundation Before Anything Else
&lt;/h2&gt;

&lt;p&gt;Don't touch OSPF or ACLs until these four are solid:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OSI Model&lt;/strong&gt; - know all 7 layers and what happens at each one&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IPv4 Subnetting&lt;/strong&gt; - non-negotiable. You need to do this fast, in your head&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TCP/IP fundamentals&lt;/strong&gt; - how packets travel from source to destination&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ethernet and switching basics&lt;/strong&gt; - MAC addresses, how a switch forwards frames&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Subnetting shows up in roughly 15-20% of exam questions, directly and indirectly.&lt;br&gt;
Spend at least 5-6 hours on it before moving on. Use a site like&lt;br&gt;
subnettingpractice.com and drill until it's automatic.&lt;/p&gt;




&lt;h2&gt;
  
  
  Week 3-4: Routing and Switching Core
&lt;/h2&gt;

&lt;p&gt;Once the foundation is solid, tackle these in order:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Static routes&lt;/strong&gt; - configure, troubleshoot, know when to use them&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OSPF single area&lt;/strong&gt; - this is heavily tested. Learn hello packets, DR/BDR
election, and neighbour states&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VLANs and trunking&lt;/strong&gt; - access vs trunk ports, 802.1Q encapsulation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;STP&lt;/strong&gt; - understand why it exists, how port states work, what BPDU does&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inter-VLAN routing&lt;/strong&gt; - router-on-a-stick and Layer 3 switching&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For each topic: read the theory, then immediately configure it in a lab.&lt;br&gt;
Don't read three chapters before touching a command line.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Lab Tool Should You Use?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Cisco Packet Tracer&lt;/strong&gt; is free and covers most CCNA topics. Download it from&lt;br&gt;
Cisco's NetAcad portal.&lt;/p&gt;

&lt;p&gt;For more realistic scenarios, &lt;strong&gt;EVE-NG&lt;/strong&gt; is a better choice. It runs actual&lt;br&gt;
Cisco IOS images and behaves closer to production equipment - which is also&lt;br&gt;
closer to what you'll see in the hands-on exam questions.&lt;/p&gt;

&lt;p&gt;If you learn better with structure and guidance than solo study,&lt;br&gt;
&lt;a href="https://smenode-academy.com" rel="noopener noreferrer"&gt;SMEnode Academy&lt;/a&gt; runs live instructor-led CCNA&lt;br&gt;
courses built on EVE-NG with real topology scenarios. You get direct access to&lt;br&gt;
an instructor during labs rather than figuring out why a config isn't working&lt;br&gt;
on your own at 11pm.&lt;/p&gt;




&lt;h2&gt;
  
  
  Week 5-6: Security, WAN, and Automation
&lt;/h2&gt;

&lt;p&gt;These are the topics people leave to last. Don't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security (about 15% of the exam):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Port security on switches&lt;/li&gt;
&lt;li&gt;ACLs: standard vs extended, where to place them on the network&lt;/li&gt;
&lt;li&gt;NAT/PAT: how private-to-public address translation works&lt;/li&gt;
&lt;li&gt;DHCP snooping and dynamic ARP inspection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;WAN concepts:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PPP and HDLC at a conceptual level&lt;/li&gt;
&lt;li&gt;SD-WAN fundamentals (these appear in newer exam versions)&lt;/li&gt;
&lt;li&gt;VPN basics: IPsec vs SSL, site-to-site vs remote access&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Automation and programmability (about 10%):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;REST APIs: HTTP verbs (GET, POST, PUT, DELETE)&lt;/li&gt;
&lt;li&gt;JSON: be able to read it, not necessarily write it&lt;/li&gt;
&lt;li&gt;SDN concepts: control plane vs data plane separation&lt;/li&gt;
&lt;li&gt;Cisco DNA Centre at a conceptual level&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Don't panic about automation. The exam doesn't ask you to write Python scripts.&lt;br&gt;
It tests whether you understand the concepts.&lt;/p&gt;




&lt;h2&gt;
  
  
  Week 7-8: Practice Exams Only
&lt;/h2&gt;

&lt;p&gt;Two weeks out: stop reading new material. Only practice exams and review.&lt;/p&gt;

&lt;p&gt;Take a full practice exam every two days. Scoring under 80%? Go back to every&lt;br&gt;
wrong answer and understand &lt;em&gt;why&lt;/em&gt; it was wrong, not just what the correct answer&lt;br&gt;
was.&lt;/p&gt;

&lt;p&gt;Good sources for practice questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Boson ExSim&lt;/strong&gt; - widely considered the most realistic&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Wendell Odom's Official Cert Guide&lt;/strong&gt; - includes solid question banks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cisco's official practice exam&lt;/strong&gt; via the Pearson Vue portal&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When you're consistently hitting 80-85%, you're ready to book the exam.&lt;/p&gt;




&lt;h2&gt;
  
  
  Common Mistakes That Cause Failures
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Watching videos without doing labs.&lt;/strong&gt; Videos feel productive. They're not&lt;br&gt;
enough on their own. Every topic needs hands-on time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Memorising commands without understanding them.&lt;/strong&gt; The exam shows you&lt;br&gt;
an output and asks what's wrong. If you don't understand the protocol, you&lt;br&gt;
can't interpret the output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Skipping automation topics.&lt;/strong&gt; 10% of the exam is a significant chunk of marks&lt;br&gt;
to give away because it felt intimidating.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Using only one resource.&lt;/strong&gt; Wendell Odom's book is the gold standard, but&lt;br&gt;
mixing in video content and labs improves retention significantly.&lt;/p&gt;




&lt;h2&gt;
  
  
  60-Day Timeline at a Glance
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Week&lt;/th&gt;
&lt;th&gt;Focus&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1-2&lt;/td&gt;
&lt;td&gt;OSI model, subnetting, TCP/IP, Ethernet basics&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3-4&lt;/td&gt;
&lt;td&gt;Static routing, OSPF, VLANs, STP, Inter-VLAN routing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Security topics, WAN concepts&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;Automation and programmability, full review&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7-8&lt;/td&gt;
&lt;td&gt;Practice exams, targeted weak-spot review&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;p&gt;CCNA is genuinely passable with the right approach. The candidates who fail&lt;br&gt;
usually rushed through the first two weeks. Master subnetting early. Lab every&lt;br&gt;
topic you read about. Don't skip automation.&lt;/p&gt;

&lt;p&gt;Good luck with the exam.&lt;/p&gt;

</description>
      <category>networking</category>
      <category>ccna</category>
      <category>cisco</category>
      <category>career</category>
    </item>
  </channel>
</rss>
