• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

718 Hardware courses delivered Online

5G demystified

5.0(3)

By Systems & Network Training

5G training course description This course is designed to give the delegate an understanding of the technologies and interworking requirements of the next generation of cellular communications. It is not a definitive set of descriptions but a possibility of the final deployment. During the course we will investigate the 10 pillars for 5G, which will include various Radio Access Technologies that are required to interwork smoothly. Hence we will look at the 4G Pro features and other RATs. What will you learn List the ten pillars of 5G deployment. Explain the 5G Internet and Software Distributed Networks (SDN). Explain carrier aggregation, the mobile cloud and RAT virtualisation. Explain an overall picture of 5G architecture. 5G training course details Who will benefit: Anyone who is looking to work with next generation networks. Prerequisites: Mobile communications demystified Duration 3 days 5G training course contents Drivers for 5G 5G Road Map, 10 Pillars of 5G, evolving RATs, small cell, o SON, MTCm, mm-wave, backhaul, EE, new spectrum, spectrum sharing, RAN virtualisation. 4G LTE advanced features *MIMO, Downlink & uplink MIMO R8, MIMO technology in LTE advanced, Downlink 8-layer SU-MIMO, Downlink MU-MIMO, Uplink MU-MIMO, Uplink transmit diversity, Coordinated multi-point operation (CoMP), Independent eNB & remote base station configurations, Downlink CoMP, * Uplink Multi-Cell Reception. ICIC & eICIC ICIC, Homogeneous to heterogeneous network, eICIC, Macro-pico scenario, Macro-femto scenario, Time orthogonal frequencies. Almost Blank Subframe (ABS). Carrier aggregation Component carriers (CC), * CC aggregation, Intra-band contiguous solutions, Intra-band non-contiguous solutions, Inter-band non-contiguous solutions, CA bandwidth classes, Aggregated transmission bandwidth configurations (ATBC), Possible carrier aggregation configurations (Rel 9, 10 & 12). Enhanced Interference Mitigation & Traffic Adaptation (eIMTA) TDD UL-DL reconfiguration for traffic adaptation, Reconfiguration mechanisms, Interference mitigation schemes, Dynamic & flexible resource allocation. 5G architectures 5G in Europe, horizon 2020 framework, 5G infrastructure PPP, METIS project, innovation centre, 5G in North America, research, company R & D, 5G specifications. The 5G internet Cloud services, IoT & context awareness, network reconfiguration & virtualization support, hypervisors, SDN, the controller, service-oriented API, OpenFlow switches, SDN operation, SDN control for traffic flow redirection, OpenFlow controllers, how SDN works, application, control and infrastructure layers, a programmable network, how SDN & NFV tie together, SDN's downside, SDN orchestration, Mobility, architectures for distributed mobility management, MEDIEVAL & MEDIVO projects, a clean slate approach, mobility first architecture, network virtualization (VNet), INM, NetInf, ForMux, MEEM, GP & AM, QoS support, network resource provisioning, IntServ, RSVP, DiffServ, CoS, aggregated resource provisioning, SICAP, MARA, Emerging approach for resource over-provisioning, example use case architecture for the 5G internet, integrating SDN/NFV for efficient resource control, control information repository, service admission control policies, network resource provisioning, control enforcement functions, network configurations, network operations. Small cells for 5G Average spectral efficiency evolution, What are small cells? WiFi & Femto cells as candidate small-cell technologies, Capacity limits & achievable gains with densifications, gains with multi-antenna techniques, gains with small cells, Mobile data demand, approach & methodology, subscriber density projections, traffic demand projections, global mobile data traffic increase modelling, country level backhaul traffic projections, 2020 average spectrum requirement, Small cell challenges, backhaul, spectrum, automation. Cooperation for next generation wireless networks Cooperative diversity & relaying strategies, Cooperative ARQ & MAC protocols, NCCARQ & PRCSMA packet exchange, Physical layer impact on MAC protocol, NCCARQ overview, PHY layer impact, Performance evaluation, simulation scenario and results. Mobile clouds; technology & services for future communications platforms Mobile cloud, software, hardware and networking resources, Mobile cloud enablers, mobile user domain, wireless technologies, WWAN WLAN and WPAN range, Bluetooth, IEEE.802.15.4, software stacks, infrared, near field communications (NFC), store & forward vs compute & forward, random/linear network coding. Security for 5G communications Potential 5G architectures, Security issues & challenges in 5G, user equipment, mobile malware attacks, 5G mobile botnets, attacks on 4G networks, C-RNTI & packet sequence numbers based UE location tracking, false buffer status reports attacks, message insertion attacks, HeNB attacks, physical attacks, attacks on mobile operator's network, user data & identity attacks, DDoS attacks, amplification, HSS saturation, external IP networks.

5G demystified
Delivered in Internationally or OnlineFlexible Dates
£2,367

HTML5 development fundamentals

5.0(3)

By Systems & Network Training

HTML5 development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-375, and build an understanding of these topics: Manage the Application Life Cycle, Build the User Interface by Using HTML5, Format the User Interface by Using CSS, Code by Using JavaScript. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Manage the Application Life Cycle. Build the User Interface by Using HTML5. Format the User Interface by Using CSS. Code by Using JavaScript. HTML5 development training course details Who will benefit: Anyone working with HTML5. Prerequisites: None. Duration 3 days HTML5 development training course contents Managing the Application Life Cycle Platform fundamentals Packaging and the runtime environment: app package, app container, credentials/permission sets, host process, leverage existing HTML5 skills and content for slate/tablet applications. Manage the state of an application Manage session state, app state and persist state information; understand states of an application; understand the differences between local and session storage. Debug and test a HTML5 touch-enabled application Touch gestures; gestures you test on a device. HTML5 UI: Text, Graphics, and Media HTML5 tags for text content and graphics. When, why and how to use Canvas; when, why and how to use scalable vector graphics (SVG). HTML5 tags to play media. Video and audio tags. HTML5 UI: Organization, Input, and Validation HTML5 tags to organise content and forms Tables, lists, sections; semantic HTML. HTML5 tags for input and validation CSS Essentials: Content Flow, Positioning, styling Core CSS concepts Separate presentation from content (create content with HTML and style content with CSS); manage content flow (inline versus block flow); manage positioning of individual elements( float versus absolute positioning); manage content overflow (scrolling, visible and hidden); basic CSS styling. CSS Essentials: Layouts Arrange UI content by using CSS Use flexible box and grid layouts to establish content alignment, direction and orientation; proportional scaling and use of "free scale" for elements within a flexible box or grid; order and arrange content; concepts for using flex box for simple layouts and grid for complex layouts; grid content properties for rows and columns; use application templates. Managing Text Flow by Using CSS Regions and using regions to flow text content between multiple sections (content source, content container, dynamic flow, flow-into, flow-from, msRegionUpdate, msRegionOverflow, msGetRegionContent); columns and hyphenation and using these CSS settings to optimise the readability of text; use "positioned floats" to create text flow around a floating object Managing the Graphical Interface by Using CSS Graphics effects (rounded edges, shadows, transparency, background gradients, typography and Web Open Font Format); 2-D 3-D transformations (translate, scale, rotate, skew and 3-D perspective transitions and animations); SVG filter effects; Canvas. JavaScript and coding essentials Manage and maintain JavaScript, Create and use functions; jQuery and other third-party libraries. Update the UI by using JavaScript Locate/access elements; listen and respond to events; show and hide elements; update the content of elements. Animations, Graphics, and Accessing Data Code animations with JavaScript animation; manipulate the canvas; work with images, shapes and other graphics. Access data access by using JavaScript Send and receive data; transmit complex objects and parsing; load and save files; App Cache; datatypes; forms; cookies; localStorage JavaScript coding for Touch Interface, Device and Operating System Resources, and More Respond to the touch interface, Gestures, how to capture and respond to gestures, Code additional HTML5 APIs, GeoLocation, Web Workers, WebSocket; File API, Access device and operating system resources, In- memory resources, such as contact lists and calendar; hardware capabilities, such as GPS, accelerometer and camera.

HTML5 development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Linux Professional Institute Certification (LPIC-2) 201

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Linux Professional Institute Certification (LPIC-2) 201 training is suitable for individuals with roles of: System administrator Network administrator Technician DevOps Overview Upon successful completion of this course, students will be able to: measure hardware resource and network bandwidth, identify and troubleshoot resource problems monitor resource usage to predict future resource needs utilise kernel components that are necessary to specific hardware, hardware drivers, system resources and requirements properly configure a kernel to include or disable specific features of the Linux kernel as necessary manage and/or query a 2.6.x, 3.x or 4.x kernel and its loadable modules query and modify the behaviour of system services at various targets / run levels properly manipulate a Linux system during both the boot process and during recovery mode properly configure and navigate the standard Linux filesystem configure automount filesystems using AutoFS configure and implement software RAID configure kernel options to support various drives create and remove logical volumes, volume groups, and physical volumes use system tools to back up important system data. This course prepares students to take the 201 exam of the LPI level 2 certification. To gain LPIC-2 certification, an individual should have an active LPIC-1 certification. Capacity Planning Measure and Troubleshoot Resource Usage Predict Future Resource Needs Linux Kernel Kernel components Compiling a Linux kernel Kernel runtime management and troubleshooting System Startup Customising system startup System recovery Alternate Bootloaders Filesystem and Devices Filesystem and Devices Maintaining a Linux filesystem Creating and configuring filesystem options Advanced Storage Device Administration Configuring RAID Adjusting Storage Device Access Logical Volume Manager Networking Configuration Basic networking configuration Advanced Network Configuration Troubleshooting network issue System Maintenance Make and install programs from source Backup operations Notify users on system-related issues

Linux Professional Institute Certification  (LPIC-2) 201
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco Ultra M Deployment and Operations v1.0 (SPMBL301)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for technical professionals who will deploy or have deployed the Ultra M virtual packet core solution in their network, including: Systems engineers Technical support personnel Channel partners and resellers Overview After taking this course, you should be able to: Describe the Ultra M hardware and software Describe the features covered in the OpenStack component overview and deployment architecture Describe the Ultra M deployment architecture and operation Describe the Virtualized Packet Core-Distributed Instance (VPC-DI) architecture and packet flow Deploy and operate Ultra M This course teaches you about the hardware components of the Cisco© Ultra M virtual packet core solution, including Cisco Nexus© spine and leaf switches and Cisco Unified Computing System. The course also covers the operation and administration of the Red Hat Enterprise Linux operating system in relation to the Ultra M Undercloud and Overcloud deployments. Cisco Ultra M Hardware and Topology Overview Cisco Ultra M Hardware Components Cisco Ultra M UCS Components Cisco Ultra M UCS Interfaces Cisco Ultra M Networking Components Cisco Ultra M Physical Network Topology OpenStack Deployment Architecture and Components OpenStack Overview Nova ? OpenStack Compute Service Glance ? OpenStack Image Service Neutron ? OpenStack Network Service Keystone ? OpenStack Identity Service Cinder ? OpenStack Block Storage Service OpenStack Horizon Dashboard Ultra M Services Platform Ultra Services Platform Architecture Ultra M VNF Architecture Ultra Automation Services (UAS) Elastic Services Controller OpenStack and Ultra Automation Services VPC-DI Overview and Operation Virtual Packet Core Evolution Ultra M Layer 3 Network Topology VPC-DI Network Topology VPC-DI Packet Flows Ultra M Installation and Deployment Reviewing the Ultra M System Components Planning the Network for Installation and Deployment Deploying Hyperconverged Ultra M Models Using UAS Deploying VNFs Using AutoVNF Ultra Automation Services Additional course details: Nexus Humans Cisco Ultra M Deployment and Operations v1.0 (SPMBL301) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Cisco Ultra M Deployment and Operations v1.0 (SPMBL301) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Cisco Ultra M Deployment and Operations v1.0 (SPMBL301)
Delivered OnlineFlexible Dates
Price on Enquiry

Computer Maintenance Diploma (Online) - CPD Certified

4.7(47)

By Academy for Health and Fitness

***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.

Computer Maintenance Diploma (Online) - CPD Certified
Delivered Online On Demand5 days
£209

CompTIA A+ 900 Certification

4.8(9)

By Skill Up

Forge your IT future with the CompTIA A+ 900 Certification: a gateway to mastery in hardware, networking, and security realms. Join now!

CompTIA A+ 900 Certification
Delivered Online On Demand26 hours
£25

Online Course Creation

By The Teachers Training

Online Course Creation is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Online Course Creation and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 04 hours studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our website features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Be motivated and hard-working Over the age of 16. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Module 01: Introduction Welcome 00:02:00 Module 02: Planning & Preparation Coming up with course ideas 00:01:00 Outlining with Dynalist 00:02:00 Assets, practice and setting up a studio 00:04:00 Module 03: Hardware Considerations Selecting audio hardware 00:05:00 Selecting video hardware 00:06:00 Green screens 00:04:00 Interfacing with iOS devices 00:03:00 Lighting considerations 00:02:00 Teleprompter hardware and software 00:02:00 Module 04: Recording Recording on iOS 00:01:00 Moving recordings from iOS to computers 00:02:00 Resizing utilities for target output resolutions 00:05:00 Open broadcaster software profiles 00:07:00 OBS settings 00:04:00 OBS sources 00:04:00 OBS transforms 00:02:00 OBS filters 00:03:00 Creating an image mask to filter a source 00:06:00 Adding a color source and masking it 00:03:00 OBS scenes 00:06:00 OBS VirtualCam plugin 00:04:00 Building your Table of Contents 00:05:00 Module 05: Post-Production: Audio Installing relevant Adobe applications 00:04:00 Getting started with Premiere Pro 00:05:00 Adjusting gain (audio levels) in Premiere Pro 00:04:00 Getting started with Audition 00:07:00 Removing noise globally in Audition 00:04:00 Removing specific sounds in Audition 00:07:00 Compositing audio and video in Premiere Pro 00:08:00 Module 06: Post-Production: Video and Overlays Syncing two video clips using visual cues 00:03:00 Removing unwanted slices of time in video 00:06:00 Adding transitions between videos 00:03:00 Masking and partially blurring in Photoshop 00:11:00 Creating animated vector graphics in Premiere Pro 00:06:00 Overlaying animated graphics to draw attention 00:05:00 Getting started in After Effects 00:04:00 Animating a rectangle in After Effects 00:05:00 Animating expression text in After Effects 00:08:00 Using lower thirds in Premiere Pro 00:04:00 Exporting from Premiere Pro 00:03:00 Exporting with Media Encoder 00:02:00 Optimizing for the web with Handbrake 00:04:00 Module 07: Captions and Other Details Generating captions with artificial intelligence 00:06:00 Using Google's translation toolbox 00:04:00 Converting subtitle formats 00:03:00 Capturing video thumbnails 00:04:00 Designing a title card 00:03:00 Recording scripted video with teleprompter 00:03:00 Bringing post videos together in Premiere Pro 00:07:00 Integrating title card into welcome video 00:05:00 Module 08: Building Courses in Udemy Adding curriculum in Udemy 00:06:00 Adding captions in several languages 00:03:00 Making videos downloadable and previewing 00:02:00 Creating the course landing page 00:02:00 Selecting pricing and creating promotions 00:02:00 Module 09: Building Courses in Thinkific Adding curriculum in Thinkific 00:02:00 Uploading captions and thumbnails 00:03:00 Offering free previews for certain lessons 00:02:00 Settings and SEO keywords 00:03:00 Specifying a drip schedule for the course 00:02:00 Pricing and publishing 00:02:00 Module 10: Conclusion Bonus lecture 00:01:00 Resources Resources - Create Online Video Course in 7 Steps 00:00:00

Online Course Creation
Delivered Online On Demand4 hours 11 minutes
£24.99

Microsoft Windows 8 Expert

4.3(43)

By John Academy

Description: This Microsoft Windows 8 Expert is designed to help you if you have experience with Windows 8 get to know its more complex components and settings. This manual will also assist you in further understanding the new Start screen, as well as identifying how to customize your computer to suit your needs. This new version of Windows incorporates hundreds of new features as well as improvement to existing ones. So, if you are thinking to learn more and want to develop your skills and knowledge on Microsoft Windows 8, you can join this [course_this] now. Learning Outcomes: Add administrative icons on the Start screen and desktop taskbar, get introduced to the Control Panel and overview of various customization options Get to know about the accessibility options like Ease of Access Centre, Magnified, On-Screen Keyboard, Screen Reader and Speech Recognition View and customize user accounts, and monitor the system performance Carry out common maintenance tasks - like defragmentation and disk repair, and utilize the renewed task manager for Windows 8 Manage software, enable and disable Windows features, and file types; also utilize Device Manager and Disk Management Discover more about networking through wired and wireless networking and Homegroups Carry out Advanced networking tasks such as network drives, printers and domains Utilize the Remote Desktop, Action Centre, Steps Recorder, System Restore and other troubleshooting tools Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Microsoft Windows 8 Expert is certified by CPD Qualifications Standards and CiQ. 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 background. Requirements Our Microsoft Windows 8 Expert 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Making Windows 8 Work for You Adding Administrative Icons to the Start Screen 00:15:00 Meet the Control Panel 00:15:00 Personalizing Your Desktop 00:15:00 Changing Display Options 00:15:00 Changing Regional Options 00:30:00 Advanced Customization Techniques 00:30:00 Windows 8 and Accessibility Setting Accessibility Options 00:15:00 Using Ease of Access Tools 00:15:00 Using Speech Recognition 00:30:00 Maintaining and Optimizing Your Computer Customizing User Accounts with the Control Panel 00:30:00 Monitoring System Performance 01:00:00 Maintaining Your Computer 00:30:00 Optimizing Your Computer 00:30:00 Using Task Manager, Part One 00:15:00 Using Task Manager, Part Two 00:15:00 Hardware and Software The Basics of Managing Software 00:15:00 Advanced Program Management Tools 00:30:00 Managing Hardware 00:30:00 Advanced Hardware Management 00:30:00 Improving System Performance 00:15:00 Networking with Windows 8 Overview of Networking 00:15:00 Using the Homegroup 01:00:00 Networking Tasks 00:15:00 Advanced Networking Tasks 01:00:00 Wireless Networking 00:30:00 Troubleshooting Your Computer Using Remote Desktop 00:15:00 Troubleshooting your Computer with the Action Center9 00:15:00 Using System Configuration 00:15:00 Refreshing and Resetting Your Computer 00:15:00 Using System Restore 00:30:00 Mock Exam Mock Exam- Microsoft Windows 8 Expert 00:20:00 Final Exam Final Exam- Microsoft Windows 8 Expert 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Windows 8 Expert
Delivered Online On Demand13 hours 10 minutes
£25

GNS3 Fundamentals (Official Course) Part 1

By Packt

Learn how to install, configure, and use GNS3. Interactive, practical GNS3 training from David Bombal - Cisco, Python ++

GNS3 Fundamentals (Official Course) Part 1
Delivered Online On Demand22 hours 41 minutes
£101.99

70-685 - Enterprise Desktop Support Technician for Windows 7

4.3(43)

By John Academy

Description: The purpose of 70-685 - Enterprise Desktop Support Technician for Windows 7 course is to teach you how to configure and deploy a private cloud with System Center 2012 R2. Throughout the course, you will know the ways of understanding and work with the cloud, the cloud components, including infrastructure and service catalog, and virtual applications. The course guides you how to use VMM or install VMM to deploy the cloud. You will also be introduced to host groups and security systems. After completing the course, you will be able to work with Private Cloud Infrastructures. You will also be able to learn dynamic application deployment, server application virtualization, web deployment packages, server App-V components and sequencing and deploying virtual apps. After that, the course will help you to understand the essential components of Private Cloud including SQL server profiles, OS profiles, application profiles, hardware profiles, VM templates and self-service user role. In the course, you will gain information about the Private Cloud computing, installing and configuring app controller and creating and managing services and service templates. Finally, you will know about server management, automation and security for the cloud. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? 70-685 - Enterprise Desktop Support Technician for Windows 7 is certified by CPD Qualifications Standards and CiQ. 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 background. Requirements Our 70-685 - Enterprise Desktop Support Technician for Windows 7 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Identifying Cause and Resolving Desktop Application Issues Identifying Cause and Resolving Desktop Application Issues FREE 00:17:00 Problem Steps Recorder 00:31:00 Other Group Policy Settings 00:15:00 AppLocker Advantages 00:27:00 Windows Installer 00:16:00 WSUS 00:29:00 Browsing History 00:13:00 Operating System Troubleshooting and Support Operating System Troubleshooting and Support 01:03:00 Safe Mode Options 00:48:00 Event Forwarding 00:16:00 Windows 7 and Language Packs 00:21:00 Networking with Windows 7 Networking with Windows 7 00:52:00 Automatic Configuration 00:18:00 TCP IP Configuration 01:12:00 IPv6 00:28:00 IPSec 00:23:00 Configuring Security and Troubleshooting Issues Configuring Security and Troubleshooting Issues 00:51:00 Windows Firewall with Advanced Security 00:45:00 Protecting the PC Proactively 00:18:00 Supporting Mobile Users Supporting Mobile Users 00:36:00 Remote Assistance 00:22:00 Maintaining Hardware on Windows 7 Maintaining Hardware on Windows 7 00:21:00 Working with Hard Drive Issues 00:48:00 Common Components 00:21:00 Power Management 00:21:00 Centralizing Configurations Centralizing Configurations 00:16:00 Administrative Templates 00:22:00 User Login, Profiles and Access to Resources User Login, Profiles and Access to Resources 00:29:00 DHCP 00:41:00 Configuring Offline Files - Client Side 00:21:00 Mock Exam Mock Exam- 70-685 - Enterprise Desktop Support Technician for Windows 7 00:20:00 Final Exam Final Exam- 70-685 - Enterprise Desktop Support Technician for Windows 7 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

70-685 - Enterprise Desktop Support Technician for Windows 7
Delivered Online On Demand15 hours 41 minutes
£24