Concise Cisco switches course description A hands on course covering the product specifics of Cisco switches. Installation, configuration, maintenance and troubleshooting are all covered in a practical oriented way. VLANs often take up a large part of the course. The course covers all interfaces but concentrates on using the command line interface. Delegates are, however, free to use the web based interface in all exercises. What will you learn Install Cisco switches. Use the command line interface and the web based interface to manage Cisco switches. Configure and troubleshoot Cisco switches. Perform software upgrades and maintain configurations using TFTP. Concise Cisco switches course details Who will benefit: Anyone working with Cisco switches. Particularly aimed at engineers and technicians supporting Cisco switches. Prerequisites: None. Duration 2 days Concise Cisco switches course content Ethernet review Single segment Ethernet, CSMA/CD, Broadcast domains, collision domains. Hubs, Extending the LAN. Hands on Hub based Ethernet. Cisco switches What are switches, frame forwarding and filtering, the forwarding database. Hands on Switched based Ethernet. Configuring Cisco switches Accessing the switch, installing the switch, The CLI, connecting PCs using the switch. Hands on Configuring Cisco switches. The command line interface User and privilege modes, online help, show, basic troubleshooting. The configuration editor, Global, major and sub commands, enable, secret and other passwords. Hands on Simple troubleshooting using the CLI. Port configuration Speed, duplex, security, trunking. Hands on Port trunking. Spanning Tree Protocol Spanning Tree, Loops, effect, root bridges, bridge port states, STP reconfiguration. RSTP and variants. Hands on STP. VLANS What are VLANs, configuring VLANs, access ports and trunks, 802.1Q, inter VLAN routing. Hands on Access ports, trunks, layer 3 switching. Housekeeping Configuration management, software management, password recovery. Hands on TFTP. Managing interconnection devices SNMP, RMON, RMON II. Troubleshooting LEDs, CDP, logging, Layer 1, layer 2, layer 3. Hands on Fixing things.
Wireshark 101 training course description Wireshark is a free network protocol analyser. This hands-on course focuses on troubleshooting networks using the Wireshark protocol analyser. The course concentrates on the product and students will gain from the most from this course only if they already have a sound knowledge of the TCP/IP protocols What will you learn Download and install Wireshark. Capture and analyse packets with Wireshark. Configure capture and display filters. Customise Wireshark. Troubleshoot networks using Wireshark. Wireshark 101 training course details Who will benefit: Technical staff looking after networks. Prerequisites: TCP/IP Foundation for engineers Duration 2 days Wireshark 101 training course contents What is Wireshark? Protocol analysers, Wireshark features, versions, troubleshooting techniques with Wireshark. Installing Wireshark Downloading Wireshark, UNIX issues, Microsoft issues, the role of winpcap, promiscuous mode, installing Wireshark. Wireshark documentation and help. Hands on Downloading and installing Wireshark. Capturing traffic Starting and stopping basic packet captures, the packet list pane, packet details pane, packet bytes pane, interfaces, using Wireshark in a switched architecture. Hands on Capturing packets with Wireshark. Troubleshooting networks with Wireshark Common packet flows. Hands on Analysing a variety of problems with Wireshark. Capture filters Capture filter expressions, capture filter examples (host, port, network, protocol), primitives, combining primitives, payload matching. Hands on Configuring capture filters. Working with captured packets Live packet capture, saving to a file, capture file formats, reading capture files from other analysers, merging capture files, finding packets, going to a specific packet, display filters, display filter expressions. Hands on Saving captured data, configuring display filters. Analysis and statistics with Wireshark Enabling/disabling protocols, user specified decodes, following TCP streams, protocol statistics, conversation lists, endpoint lists, I/O graphs, protocol specific statistics. Hands on Using the analysis and statistics menus. Command line tools Tshark, capinfos, editcap, mergecap, text2pcap, idl2eth. Hands on Using tshark. Advanced issues 802.11 issues, management frames, monitor mode, packet reassembling, name resolution, customising Wireshark. Hands on Customising name resolution.
HP switches training course description A hands on course covering the product specifics of HP switches. Installation, configuration, maintenance and troubleshooting are all covered in a practical oriented way. VLANs often take up a large part of the course. The course covers all interfaces but concentrates on using the command line interface. Delegates are, however, free to use the web based interface in all exercises. What will you learn Install HP switches. Use the command line interface and the web based interface to manage HP switches. Configure and troubleshoot HP switches. Perform software upgrades and maintain configurations using TFTP. HP switches training course details Who will benefit: Anyone working with HP switches. Particularly aimed at engineers and technicians supporting HP switches. Prerequisites: None. Duration 2 days HP switches training course content Introduction Traditional Ethernet, Hubs, Frames, MAC addresses. Hands on Building a network with a hub. What is a switch? Switches versus hubs, the MAC address table, handling unknown addresses. Hands on Building a network with HP switches. Configuration methods How to configure a HP switch using: Console port access menus, CLI, telnet, web based access. Hands on Console access, show commands, using the menus, IP address configuration, telnet. Command Line Interface Operator mode, Manager mode, configuration mode, passwords, online help, CLI commands, basic troubleshooting. Hands on More show commands, basic troubleshooting, setting a password, displaying status and counters. Web based interface Web access, basic format, Getting started. SSL. Hands on Web based configuration. Port configuration Common port configuration tasks, port security, port aggregation, Hands on Configuring ports. Trunking and failover. STP configuration Broadcast storms. What is STP? RSTP. Configuring STP. Hands on Enabling and disabling STP, investigation failover. VLANs What are VLANS? 802.1Q, tagged/untagged, creating VLANS, applying VLANS. Addressing and VLANs, Layer 3 switches and VLANs. Hands on Setting up VLANS, setting up tagged ports, Inter VLAN traffic. Housekeeping TFTP, software upgrades, downloading configurations. Hands on Software upgrade, downloading a configuration. SNMP SNMP configuration, HP OpenView NNM. Hands on Using SNMP to manage a HP switch. Basic troubleshooting Putting it all together. Layer 1 troubleshooting, Layer 2 troubleshooting. Miscellaneous exercises CDP. Logging
Linux shell scripting training course description A practical introduction to writing scripts using the Bourne shell under any Linux operating system. Applicable for those using the Korn shell as well. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the Linux system. Linux shell scripting training course details Who will benefit: Programmers developing programs under UNIX. Administrators / support personnel who wish to find out more about the workings of Linux or write simple utility programs. Prerequisites: Linux Fundamentals Duration 2 days Linux shell scripting training course contents Review of Linux fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. what is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters $0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command The if statement while loops for loops The case statement. Special characters Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database, The tput command. Advanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.
UNIX shell programming training course description This course has been designed as a follow on course for the XML primer course. The course looks at the use of XSLT in the transforming and styling XML documents. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the UNIX system. UNIX shell programming training course details Who will benefit: Programmers developing programs under UNIX. Anyone working with XML. Administrators Support personnel who wish to find out more about the workings of UNIX or write simple utility programs. Prerequisites: UNIX fundamentals Some programming experience would be useful although not essential. Duration 2 days UNIX shell programming training course contents Review of UNIX fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. What is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters 0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command, The if statement, while loops, for loops, The case statement, Special characters, Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database The tput comand Avanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.
Embark on a transformative journey into the realm of Higher Level Security Management, where every module unfolds a narrative of mastery in safeguarding what matters most. Begin with an exploration into the fundamentals, unraveling the intricate layers of security management that extend beyond the conventional. As you progress, delve into the strategic intricacies of organisational security, navigating the delicate balance between protection and operations. Key Features: CPD Certified Free Certificate Developed by Specialist Lifetime Access Immerse yourself in the art of risk analysis and reduction, cultivating a profound understanding of how to shield against potential threats. Traverse the domains of physical and information security, where robust protection becomes an art form, ensuring the sanctity of vital assets. Elevate your expertise with insights into business resilience and crisis management, mastering the skills needed to navigate tumultuous waters. From the cyber frontier to the world of fraud prevention, hone your knowledge in cutting-edge technologies, fortifying the digital bastions. Conclude your odyssey with an exploration of laws and regulations, understanding the legal landscape that underpins effective security management. This is not just a course; it's a symphony of knowledge, orchestrating a future where security is not just a practice but a philosophy etched into every facet of protection and resilience. Course Curriculum Module 1: Foundations of Strategic Security Leadership Module 2: Strategic Safeguarding: Organisational Security Mastery Module 3: Risk Mastery: Analysis and Reduction Strategies Module 4: Defensive Fortifications: Physical and Information Security Mastery Module 5: Business Resilience & Crisis Leadership Module 6: Cyber Sentinels: Advanced Cyber Security & Fraud Prevention Module 7: Investigative Mastery: Security Investigations and Threat Awareness Module 8: Legal Frameworks: Security Compliance and Regulations Learning Outcomes: Master principles of security management for comprehensive organisational protection strategies. Implement effective organisational security measures, ensuring a secure working environment. Conduct thorough security risk analysis, developing strategies for risk reduction. Integrate robust physical and information security measures for comprehensive asset protection. Navigate business resilience and crisis management, fostering a resilient organisational culture. Hone expertise in cyber security and fraud prevention to safeguard digital assets. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Security professionals seeking advanced knowledge in strategic security management. Organisational leaders aiming to enhance security measures for business continuity. Risk analysts desiring proficiency in security risk analysis and reduction. IT professionals interested in mastering cyber security and fraud prevention strategies. Individuals transitioning to roles focused on security investigations and threat awareness. Career path Security Manager Risk Analyst Cyber Security Specialist Fraud Prevention Officer Security Investigator Compliance Officer Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.
Embark on a transformative journey into the realm of Higher Level Security Management, where every module unfolds a narrative of mastery in safeguarding what matters most. Begin with an exploration into the fundamentals, unraveling the intricate layers of security management that extend beyond the conventional. As you progress, delve into the strategic intricacies of organisational security, navigating the delicate balance between protection and operations. Key Features: CPD Certified Free Certificate Developed by Specialist Lifetime Access Immerse yourself in the art of risk analysis and reduction, cultivating a profound understanding of how to shield against potential threats. Traverse the domains of physical and information security, where robust protection becomes an art form, ensuring the sanctity of vital assets. Elevate your expertise with insights into business resilience and crisis management, mastering the skills needed to navigate tumultuous waters. From the cyber frontier to the world of fraud prevention, hone your knowledge in cutting-edge technologies, fortifying the digital bastions. Conclude your odyssey with an exploration of laws and regulations, understanding the legal landscape that underpins effective security management. This is not just a course; it's a symphony of knowledge, orchestrating a future where security is not just a practice but a philosophy etched into every facet of protection and resilience. Course Curriculum Module 1: Foundations of Strategic Security Leadership Module 2: Strategic Safeguarding: Organisational Security Mastery Module 3: Risk Mastery: Analysis and Reduction Strategies Module 4: Defensive Fortifications: Physical and Information Security Mastery Module 5: Business Resilience & Crisis Leadership Module 6: Cyber Sentinels: Advanced Cyber Security & Fraud Prevention Module 7: Investigative Mastery: Security Investigations and Threat Awareness Module 8: Legal Frameworks: Security Compliance and Regulations Learning Outcomes: Master principles of security management for comprehensive organisational protection strategies. Implement effective organisational security measures, ensuring a secure working environment. Conduct thorough security risk analysis, developing strategies for risk reduction. Integrate robust physical and information security measures for comprehensive asset protection. Navigate business resilience and crisis management, fostering a resilient organisational culture. Hone expertise in cyber security and fraud prevention to safeguard digital assets. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Security professionals seeking advanced knowledge in strategic security management. Organisational leaders aiming to enhance security measures for business continuity. Risk analysts desiring proficiency in security risk analysis and reduction. IT professionals interested in mastering cyber security and fraud prevention strategies. Individuals transitioning to roles focused on security investigations and threat awareness. Career path Security Manager Risk Analyst Cyber Security Specialist Fraud Prevention Officer Security Investigator Compliance Officer Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.
Overview This comprehensive course on Cryptocurrency will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Cryptocurrency comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Cryptocurrency. It is available to all students, of all academic backgrounds. Requirements Our Cryptocurrency is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 10 sections • 10 lectures • 02:19:00 total length •The Fundamentals of Cryptocurrencies: 00:14:00 •The Blockchain: 00:14:00 •Types of Cryptocurrencies: 00:12:00 •NFTs: 00:14:00 •Cryptocurrency Wallets: 00:14:00 •Cryptocurrency Security: 00:15:00 •Decentralised Finance: 00:15:00 •Investing in Cryptos: 00:14:00 •Opportunities and Future of Cryptocurrencies: 00:13:00 •Cryptocurrency Laws in the UK: 00:14:00
How many times you had to take your computer to a local repair shop only to be stuck without it for months, and then get socked with a very high bill for the services? Stop with this craziness and learn to clean up and remove viruses, malware, spyware and a multitude of other harmful variants that slow and limit your productivity as well as your computer. As its title seems to suggest, a virus is indeed a very damaging element which is certainly capable of causing enough damage to a system to render it helpless, at least for a time. This course will acquaint you with a basic understanding of infections and the vocabulary related to viruses that are found on your personal computer. It will also walk you through the complete removal process with all advantages covered in this course. Course Highlights PC Security: Perfectly Know the Computer Virus is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed PC Security: Perfectly Know the Computer Virus into 11 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 10 hours, 15 minutes and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose PC Security: Perfectly Know the Computer Virus Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? PC Security: Perfectly Know the Computer Virus is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our PC Security: Perfectly Know the Computer Virus is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. What Is A Computer Virus? 01:00:00 How Are Viruses Spread? 01:00:00 How Bad Can A Virus Attack Be? 01:00:00 What Is A Malware? 01:00:00 Getting The Right Anti-Virus For Pc 01:00:00 Removing The Computer Virus Automatically 01:00:00 Deleting The Computer Virus Manually 01:00:00 Enhance Security With A firewall 01:00:00 Tips For Protecting Your Computer From Viruses 01:00:00 How To Identify A Dangerous Website 01:00:00 Wrapping Up 00:15:00 Mock Exam Final Exam