Advanced HP switches training course description A hands on course covering advanced features of HP switches. The focus of the course is on Layer 3 switching advanced features. Delegates will benefit the most from this course if they can supply us with their own configurations before the course. These configurations can then be used by the trainer in the course. What will you learn Configure and troubleshoot HP layer 3 switching. Configure and troubleshoot OSPF Harden HP switches. Explain the majority of their own configurations (if configurations are supplied to us before the course). Advanced HP switches training course details Who will benefit: Technical staff working with HP switches. Prerequisites: HP switches for engineers. Duration 2 days Advanced HP switches training course content Introduction VLAN review. Tagged and untagged ports. MSTP, PVST, UDLD, BPDU guard. Hands on VLANs, diagnostic tools debug, LLDP, remote port mirroring. L3 switching What are L3 switches? L3 lite, IPv4 and IPv6, routing protocols, routing tables. IP address on VLAN, no ip address on VLAN, connected interfaces, RIP. Hands on Routing between VLANs. Configuring and troubleshooting RIP. VRRP Default gateways, dead router detection, resilience. Hands on Configuring and troubleshooting VRRP. Static routes Why use static routes? Configuring static routes, default routes. OSPF Link state protocols, operation. Router types, LSA types, area 0. Hands on Configuring and troubleshooting OSPF. QoS Layer 2 QoS, 802.1Q, priorities, dscp mapping, rate limiting. Access lists Filtering traffic through the switch, controlling access to the switch, enabling and disabling ACLs, standard ACLs, extended ACLs Security DHCP snooping, ARP protection, STP guards, switch hardening. Summary Walkthrough of delegate configurations.
Register on the Bodyguard Training today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Bodyguard Training is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Bodyguard Training Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Bodyguard Training, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Module 01: Introduction to Bodyguard Training Introduction to Bodyguard Training 00:20:00 Module 02: Personal Security Personal Security 00:25:00 Module 03: Laws and Legislation Laws and Legislation 00:30:00 Module 04: Threat Assessment and Risk Management Threat Assessment and Risk Management 00:35:00 Module 05: Operational Planning Operational Planning 00:30:00 Module 06: Behavioural Intelligence Behavioural Intelligence 00:25:00 Module 07: Anti-Ambush Drills Anti-Ambush Drills 00:20:00 Module 08: Searching Techniques Searching Techniques 00:30:00 Module 09: On Foot Protection On Foot Protection 00:35:00 Module 10: Physical Intervention Physical Intervention 00:25:00 Module 11: Vehicle Escort Procedures Vehicle Escort Procedures 00:20:00 Module 12: Route Reconnaissance Route Reconnaissance 00:25:00 Module 13: Surveillance and Basic Anti Surveillance Techniques Surveillance and Basic Anti Surveillance Techniques 00:25:00 Module 14: Firearms and Explosive Handling Firearms and Explosive Handling 00:20:00 Module 15: Protectee Variations Protectee Variations 00:20:00 Module 16: Medical Emergency Assistance Medical Emergency Assistance 00:25:00 Module 17: How COVID-19 Affected Close Protection Services How COVID-19 Affected Close Protection Services 00:25:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.
Complete VBA programming training course description This course helps you extend the capabilities of the entire Office suite using Visual Basic for Applications (VBA). Even if you have no programming experience, you'll be automating routine computing processes quickly using the simple, yet powerful VBA programming language. We start at the beginning to get you acquainted with VBA so you can start recording macros right away. You'll then build upon that foundation to utilize the full capabilities of the language in Word, Excel, Outlook, and PowerPoint. What will you learn Record, write and run macros. Work with VBA Editor. Use the huge library of built-in functions. Create simple dialog boxes and complex forms. Customize Word, Excel, PowerPoint, Outlook, and Access. Program the Office 2016 ribbon. Complete VBA programming training course details Who will benefit: Anyone looking to extend the capabilities of the entire Office suite using VBA. Prerequisites: None. Duration 5 days Complete VBA programming training course contents Macros and getting started in VBA VBA syntax, variables, constants, and enumerations, array variables, finding objects, methods, and properties. Working with VBA 1 VBA syntax, variables, constants, and enumerations, array variables, finding objects, methods, and properties. Decisions, loops and functions Built-in functions, creating your own functions, making decisions in your code, using loops to repeat actions. Using message boxes, input boxes, and dialog boxes Getting user input with message boxes and input boxes, creating simple custom dialog boxes, creating complex forms. Creating effective code Building modular code and using classes, debugging your code and handling errors, building well-behaved code, exploring VBA's security features. Programming the Office applications The Word object model and key objects, working with widely used objects in Word, the Excel object model and key objects, working with widely used objects in Excel, the PowerPoint object, model and key objects, working with shapes and running slide shows, the Outlook object model and key objects, working with events in Outlook, the Access object model and key objects, manipulating the data in an Access database via VBA, accessing one application from another application, programming the Office 2016 ribbon.
***24 Hour Limited Time Flash Sale*** Computer Maintenance Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Do you ever feel frustrated by your computer running slow, crashing unexpectedly or showing error messages? According to a recent study by YouGov, nearly 70% of UK adults have experienced a computer problem they couldn't fix themselves. This comprehensive Computer Maintenance Bundle equips you with the skills to not only troubleshoot these everyday issues but potentially pursue a career in IT support. Are you ready to take control of your technology and maybe even help others with theirs? This extensive bundle offers a one-stop shop for everything computer maintenance related. Whether you're a complete beginner or an experienced IT professional, you'll find a course to suit your needs. Learn how to build your own PC, troubleshoot Windows 10 issues, and become a certified computer maintenance specialist. Power up your knowledge of electrical systems and network security. The bundle even covers essential soft skills like communication and critical thinking, making you a well-rounded IT professional. Courses are Included in This Computer Maintenance Bundle: Course 01: Building Your Own Computer Course 02: Electronic & Electrical Devices Maintenance Course 03: PAT Level 4 Course 04: Complete Windows 10 Troubleshooting for IT Helpdesk Course 05: Computer Maintenance Specialist Training Course 06: Certificate in Computer Operating System and Troubleshooting Course 07: Display Screen Equipment (DSE) Course 08: Basic Electricity Course Course 09: Computer Hacking Forensic Investigator Course 10: IT Support Technician Course 11: Internet and Computing - Tools & Networking Guide Course 12: Information Technology and Networking Course 13: Cyber Security Awareness Training Course 14: Cyber Security Incident Handling and Incident Response Course 15: IT Administration and Networking Course 16: CompTIA Network+ Certification Course 17: CompTIA Security+ Certification Course 18: Cisco ASA Firewall Training Course 19: Digital Risk Protection Training Course 20: Data Protection Assistant Course 21: Data Center Training Essentials: Power & Electrical Course 22: Workplace Confidentiality Course 23: Information Management Course 24: Effective Communication Skills Course 25: Network Security Level 2 Course 26: Encryption Course 27: Decision Making and Critical Thinking Course 28: Internet of Things Course 29: Functional Skills IT Course 30: Web Application Penetration Testing Course Take control of your technology and open doors to exciting new career opportunities. This computer maintenance bundle equips you with the knowledge and skills to diagnose, solve, and prevent computer problems. Enrol today and take the first step towards a successful IT career! Learning Outcomes of Computer Maintenance Gain proficiency in building, maintaining, and troubleshooting computer systems. Master essential IT support skills for resolving common Windows 10 issues. Prepare for industry-recognized certifications like CompTIA Network+ and Security+. Develop a strong understanding of network security principles and data protection practices. Enhance your communication and decision-making skills for a successful IT career. Explore emerging technologies like the Internet of Things (IoT) and web application security. Why Choose Us? Get a Free CPD Accredited Certificate upon completion of Computer Maintenance Get a free student ID card with Computer Maintenance Training program (£10 postal charge will be applicable for international delivery) The Computer Maintenance is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the Computer Maintenance course materials The Computer Maintenance comes with 24/7 tutor support Start your learning journey straightaway! *** Course Curriculum *** Course 01: Building Your Own Computer Module 01: Introduction To Computer & Building PC Module 02: Overview Of Hardware And Parts Module 03: Building The Computer Module 04: Input And Output Devices Module 05: Software Installation Module 06: Computer Networking Module 07: Building A Gaming PC Module 08: Maintenance Of Computers Course 02: Electronic & Electrical Devices Maintenance Section 1: Introduction & Getting Started Section 2: Electronic And Electrical Maintenance Repair Section 3: Tools Needed Section 4: Electronic Components Section 5: Testing Section 6: Troubleshooting Section 7: Introduction To Electronic Components: A Step By Step Guide Course 03: PAT Level 4 Module 01: Introduction To PAT Module 02: Relevant Statutory Provisions For PAT Module 03: Safety Responsibilities & Maintenance Provisions Module 04: Risk Assessment Module 05: Reducing And Controlling Risks Module 06: Electrical Units And Appliance Classification Module 07: Equipment Coverage & Maintenance Needs Module 08: Initial Visual Examination Module 09: Instruments For Testing And Equipment Inspection Module 10: Electrical Installation Testing Module 11: Lead & RCD Testing Module 12: Safety Precautions In Electrical Testing Module 13: Reporting And Record-Keeping Module 14: Testing For New Or Used Equipment Module 15: British Standards And Latest Changes =========>>>>> And 27 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*30 = £389) CPD Hard Copy Certificate: Free ( For The First Course: Previously it was £29.99) CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: DIY Tech Enthusiasts IT Support Aspirants Cybersecurity Professionals Network Administrators Data Protection Specialists Career Changers Career Path Requirements You will not need any prior background or expertise to enrol in this bundle. Career path After completing this bundle, you are to start your career or begin the next phase of your career. IT Technician Helpdesk Analyst Network Engineer Security Analyst Data Center Specialist IT Consultant Certificates CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free. CPD Accredited Hard Copy Certificate Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee.
This course is for networking enthusiasts who want to get ahead in their networking career by passing the new 200-301 Cisco Certified Network Associate (CCNA) exam. The course covers all the topics required for the certification, such as network fundamentals, network access, IP connectivity, IP services, and security fundamentals.
HP iMC for engineers training course description A hands on course focusing on network management using HP iMC on Microsoft Windows or UNIX. What will you learn Describe the network management architecture. Use HP NNMi. Diagnose faults using HP iMC. Recognise the MIB structure. HP iMC for engineers training course details Who will benefit: Network administrators. Network operators Those wishing to find out more about how their NMS works Anyone wishing to implement NFV using OpenStack. Prerequisites: Introduction to Virtualization Duration 2 day HP iMC for engineers training course content Network management What is network management? Benefits, issues. Getting started with HP iMC Starting HP iMC, IP discovery, IP monitoring, controlling IP discovery. Hands on Initial HP iMC configuration. Using HP iMC Viewing devices, Device view, IP view, network view, polling. Hands on Using HP iMC. Agents Configuring Cisco devices for SNMP support, communities, traps, syslog. Hands on Configuring network devices for HP iMC. Parts of SNMP SNMP architecture, MIBs, The protocol. HP iMC SNMP configuration. Hands on HP iMC SNMP configuration. MIBs The MIB2 groups, additional MIBs, MIB compilers, vendor MIBs. HP iMC MIB loader and browser. Hands on MIB browsing. Monitoring devices Polling, obtaining MIB information. Hands on HP iMC performance management. Configuration and change management Configuration templates, software library, configuration compare, configuration audit and reports. Hands on Using the configuration center. Reports Report templates, Real time reports, scheduling reports. Hands on Using real time reports. HP iMC fault management Alarms, polling, fault management, setting thresholds and configuring traps. Syslog. Hands on Working with alarms. Security alarms.
------------------------NEW YEAR SALE ENDS TODAY------------------------ Life Just Got Better This Summer! Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now Tired of browsing and searching for the course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this 14-in-1 extensive bundle that has everything you need to succeed in CompTIA Network+ and other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one CompTIA Network+ bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand CompTIA Network+ course that will enhance your skills and prepare you for the competitive job market. Also, our CompTIA Network+ experts are available for answering your queries and help you along your learning journey. Advanced audio-visual learning modules of these courses are broken down into little chunks so that you can learn at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in CompTIA Network+, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This CompTIA Network+ Bundle Consists of the following Premium courses: Course 01: CompTIA Network+ Certification Course 02: CompTIA IT Fundamentals ITF+ (FCO-U61) Course 03: CompTIA A+ (220-1001) Course 04: CompTIA A+ (220-1002) Course 05: CompTIA Security+ (SY0-401) New 2020 Course 06: CompTIA Security+ (SY0-601) Course 07: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 08: CompTIA PenTest+ (Ethical Hacking) Course 10: Encryption Course 09: CompTIA CySA+ Cybersecurity Analyst (CS0-002) Course 11: Cisco ASA Firewall Training Course 12: Linux for Absolute Beginners! Course 13: Windows 10 Pro Complete Training Course 14: GDPR Data Protection Level 5 Benefits you'll get choosing Apex Learning for this CompTIA Network+: Pay once and get lifetime access to 14 CPD courses Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID for the title course included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills Gain valuable knowledge without leaving your home How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) CompTIA Network+ Courses Curriculum of CompTIA Network+ Bundle Part 01: Course 01: CompTIA Network+ Certification Module 01 Networking Fundamentals Network Models and Topologies Network Components and Services Module 02 Introducing Networking Standards Open Interconnection Systems Reference Model IEEE Network Standards Module 03 Fundamentals of Network Transmission Copper Media Optical Media Module 04 Understanding TCP IP Working with IPv4 Addresses Working With IPv6 Addresses Module 05 Introduction to Network Devices Physical Layer Devices Data Link Layer Devices Module 06 WAN Fundamentals Wired WAN Connections Wireless WAN Connections Module 07 Introduction to Remote Networking Authenticating Remote Connections Understanding Virtual Private Networks Module 08 Network Security Fundamentals Planning for Network Security Identifying Threats and Vulnerabilities Module 09 Maintaining Business Continuity Virtualization and Cloud Computing Unified Communications Module 10 Network Safety Fundamentals Network Operations Maintaining and Monitoring Networks Course 02: CompTIA IT Fundamentals ITF+ (FCO-U61) How People Use Computers System Hardware Device Ports and Peripherals Data Storage and Sharing Understanding Operating Systems Setting Up and Configuring a PC Setting Up and Configuring a Mobile Device Managing Files Using and Managing Application Software Configuring Network and Internet Connectivity IT Security Threat Mitigation Computer Maintenance and Management IT Troubleshooting Understanding Databases Developing and Implementing Software Course 03: CompTIA A+ (220-1001) All about the CompTIA A+ Safety and Professionalism The Visible Computer CPUs RAM Firmware Motherboards Power Supplies Mass Storage Technologies Implementing Mass Storage Essential Peripherals Building a PC Display Technologies Essentials of Networking Local Area Networking Wireless Networking The Internet Course 04: CompTIA A+ (220-1002) All About the CompTIA A+ 2019 Core 2 Exam Safety and Professionalism The Visible Computer CPUs RAM Power Supply Implementing Mass Storage Building a PC Windows under the Hood Users, Groups, and Permissions Maintaining and Optimizing Operating Systems Working with the Command-Line Interface Troubleshooting Operating Systems Display Technologies Course 05: CompTIA Security+ (SY0-401) New 2020 Security Fundamentals Identifying Security Threats and Vulnerabilities Managing Data, Application, and Host Security Implementing Network Security Implementing Access Control, Authentication, and Account Management Managing Certificates Implementing Compliance and Operational Security Course 06: CompTIA Security+ (SY0-601) Introduction Risk Management Cryptography Identity and Account Management Tools of the Trade Securing Individual Systems The Basic LAN Securing Wireless LANs Securing Public Servers Course 07: Cloud Computing / CompTIA Cloud+ (CV0-002) What You Need to Know Introducing the Cloud System Requirements for Cloud Deployments Cloud Storage Cloud Compute Cloud Networking Cloud Security Migrating to the Cloud Maintaining Cloud Solutions Troubleshooting Cloud Solutions Course 08: CompTIA PenTest+ (Ethical Hacking) Introduction Planning and Scoping Surveying the Target Select Your Attack Vector Selecting Pen Testing Tools Reporting and Communication Course 09: CompTIA CySA+ Cybersecurity Analyst (CS0-002) Introduction The Importance of Threat Data and Intelligence Threat Intelligence in Support of Organizational Security Vulnerability Assessment Tools Threats and Vulnerabilities Associated with Specialized Technology Threats and Vulnerabilities Associated with Specialized Technology Threats and Vulnerabilities Associated with Operating in the Cloud Mitigating Controls for Attacks and Software Vulnerabilities Security Solutions for Infrastructure Management And Much More... Course 10: Encryption Section 01: Introduction Section 02: Basics of Common Encryption Section 03: Technical Aspects of Encryption Section 04: AES Basic Tech Demo Section 05: File and System Encryption Section 06: Conclusion Course 11: Cisco ASA Firewall Training Common Network Security Terms Confidentiality, Integrity, Availability. Security Concepts & Terms Intro to Firewall Technologies About Cisco ASA Firewall Install Cisco ASAv Firewall in GNS3 Install ASA 9 Cluster, Security Context enable in GNS3. Install Cisco ASAv Firewall on EVE-NG Install Cisco ASAv Firewall on VMWare Workstation. Cisco ASA Firewall Basic Configuration Commands. Device Management Cisco ASA Console And Much More... Course 12: Linux for Absolute Beginners! Introduction to Linux Linux Installation Linux Command Line Interface (CLI) Essentials Advanced CLI Usage Course 13: Windows 10 Pro Complete Training Course Overview Building Your Virtual Lab Environment Upgrading Windows 7, 8, or 8.1 to Windows 10 Building a Microsoft Server 2016 Domain Windows Deployment Services (WDS) Windows 10 Firewall, Windows Defender and UAC Networking Troubleshooting User Preferences Maintenance Course 14: GDPR Data Protection Level 5 GDPR Basics GDPR Explained Lawful Basis for Preparation Rights and Breaches Responsibilities and Obligations CPD 175 CPD hours / points Accredited by CPD Quality Standards Who is this course for? CompTIA Network+ Courses Anyone from any background can enrol in this CompTIA Network+ bundle. Persons with similar professions can also refresh or strengthen their skills by enrolling in this course. Students can take this course to gather professional knowledge besides their study or for the future. Requirements CompTIA Network+ Courses Our CompTIA Network+ is fully compatible with PC's, Mac's, laptops, tablets and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so that 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 Having this various expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (CompTIA Network+ Certification) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.
Spring MVC is a Java framework that is used to build web applications; it follows the MVC design pattern. In this course, we'll learn all key Spring framework features to develop robust enterprise-grade web applications. We'll learn how to create a complete Spring-based web application from scratch, with Spring Security, MVC, Spring Data, View, and more. In the end, we will combine all the modules we have learned and create a real-time Todo application from scratch.
Take the initial steps toward a successful long-term career by studying the IT package online with StudyHub through our online learning platform. After completing extensive research, we designed this customised IT course to ease your journey toward your goal. The IT course covers all of the latest information to keep you ahead of the job market and prepare you for the next step. The IT bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This IT Training Bundle consists the following career oriented courses: Course 01: IT Support Technician Course 02: Network Security and Risk Management Course 03: CompTIA Network Course 04: Information Management Course 05: Web Application Penetration Testing Course Course 06: CompTIA Cloud+ (CV0-002) Course 07: Learn Ethical Hacking From A-Z: Beginner To Expert Course 08: Computer Operating System and Troubleshooting Course 09: Building Your Own Computer Course Course 10: It: Ethical Hacking, IT Security and IT Cyber Attacking Course 11: SQL Database Administrator Course 12: MS Word Essentials - The Complete Word Course - Level 3 Course 13: Data Protection (GDPR) Practitioner Course 14: Website Hacking From Scratch Course 15: Diploma in Front-End Web Development (HTML, CSS, & Bootstrap) Course 16: Data Science and Visualisation with Machine Learning Course 17: SQL For Data Analytics & Database Development Course 18: PLC Programming Diploma Course 19: Cyber Security Incident Handling and Incident Response Course 20: Cyber Security Law Course 21: C# (C-Sharp) Course 22: Web Design (HTML, CSS, Bootstrap) Complete Course Course 23: Python Course Course 24: JavaScript Course 25: ASP.Net MVC and Entity Framework Course Course 26: Learn Spring & Angular Material with a Full Web Application Course 27: Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML Course 28: Project on Deep Learning - Artificial Neural Network (ANNs) Course 29: Build Progressive Web Apps with Angular Course 30: Microsoft SQL Server Development for Everyone! Course 31: Building Big Data Pipelines with PySpark MongoDB and Bokeh Course 32: Microsoft Azure Machine Learning Course 33: Linux Basics Course 34: Linux File Management System Course 35: C Programming Language for Beginners on Linux Course 36: Linux Security and Hardening Course 37: Linux Shell Scripting Course 38: Learn Ethical Hacking From A-Z: Beginner To Expert Course 39: Securing an Ubuntu Linux Server against Hackers Masterclass Course 40: Python 3 Programming The IT Training Bundle has been prepared by focusing largely on career readiness. The IT course has been prepared by focusing largely on career readiness. It has been designed by our IT specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided with IT, if it's required by any learners. Certification After studying the complete training, you will be able to participate in the course assessment, which is included in the course. After completing the assessment, you can claim all courses pdf certificates for free. Hard Copy certificates need to be ordered at an additional cost of •8. CPD 400 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This IT Training course is suitable for - Students Recent graduates Job Seekers further progress towards NCFE Level 3 Diploma in Skills for Business: IT Requirements There is no formal qualification needed for this IT Training course. Career path You will be able to achieve a lucrative career because this IT Training Bundle includes various courses as a bonus. Certificates Certificate of completion Digital certificate - Included
IP CCTV training course description This hands on course covers the technologies used in IP CCTV systems. The focus is not on operating or cabling but more advanced configuration and troubleshooting. Hands on sessions are used to reinforce the theory rather than teach specific manufacturer equipment. What will you learn Install IP CCTV. Configure IP CCTV. Explain how IP CCTV protocols work. Troubleshoot IP CCTV. IP CCTV training course details Who will benefit: Technical staff working with IP CCTV. Prerequisites: None. Duration 2 days IP CCTV training course contents Introduction What is IP CCTV? Camera types, Video, Audio, two way audio, IP CCTV software. Hands on Installing IP CCTV. CCTV architecture Components, servers, storage, LANs, WANs. Centralised versus decentralised. Hands on Using IP CCTV. Ethernet What is Ethernet? Ethernet cabling, Inside versus outside, hubs, switches, PoE, VLANs. Hands on Ethernet connectivity. Wireless WiFi, other wireless solutions, 802.11, variations, frequencies, Access Points, bridges, repeaters. WEP, WPA, WPA2, Hands on WiFi Configuration Ways to configure, IP addresses, subnet mask, default gateway, DHCP, NAT, access from the Internet. Hands on CCTV configuration. How IP CCTV works TCP, UDP, IP, RTP, RTSP, SIP, PTZ, NTP, Wireshark. Port numbers. Hands on Using Wireshark to troubleshoot IP CCTV. Network issues with IP CCTV Bandwidth, video resolution, compressions, codecs, frame rates, audio. QoS. One way versus two way traffic. Hands on Analysing CCTV traffic. Security VPNs, Firewalls. Hands on CCTV through a firewall. Troubleshooting ping, tracert, arp, ipconfig, pathping, tracert. Cable issues, switch issues, WiFi issues.CCTV issues. Hands on CCTV troubleshooting. Miscellaneous Design issues, multicasting, gateways. DVR technology. Calculating storage requirements.