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

1405 Network & Security courses in Washington delivered Online

Internet of Things demystified

5.0(3)

By Systems & Network Training

Internet of Things training course description A concise overview course covering The Internet of Things and the technologies involved. Particular emphasis is placed on the high level architecture of IoT and the benefits achievable. What will you learn Describe the structure of the IoT List the technologies involved in IoT. Explain how IoT works. Internet of Things training course details Who will benefit: Non-technical staff working with IoT. Prerequisites: None. Duration 1 day Internet of Things training course contents What is IoT The Internet, what is IoT? IoT and M2M, IoT technologies, IoT architecture. Wired and wireless communication. IoT applications; Smart houses, smart cities, smart cars, wearable, environment, other domain specific IoTs. IoT architecture Physical objects, virtual objects, cloud computing, data capture, communications. Big data. Components Hardware, sensors, actuators, chips, firmware, embedded systems. Open source platforms. Power options: Battery, solar, PoE. IoT communication RF, ZigBee, Bluetooth, Bluetooth LE, RFID, WiFi, 802.11ah, mobile technologies. Wired. Arduino (as an example) Microcontrollers, the platform, development, Arduino software, reading from sensors, I2C, SPI. Arduino and the Internet, HTTP, WiFi, GSM. The cloud and IoT: Pachube, nimbits, ThingSpeak Security in IoT Authentication, Encryption, secure booting, firewalls.

Internet of Things demystified
Delivered in Internationally or OnlineFlexible Dates
£967

WiFi demystified

5.0(3)

By Systems & Network Training

WiFi demystified training course description A concise overview aimed at less technical staff requiring an overview of WiFi networks. The course covers the technologies at a high level allowing delegates to discuss WiFi networks with others recognising the buzzwords used. The course will also allow the delegates to recognise the issues involved in planning and installing WiFi networks as well as securing them. What will you learn Recognise the different WiFi technologies available. Describe the architecture of WiFi networks including the role of Access Points. Recognise the distance limitations of WiFi networks. Describe the buzzwords used in WiFi. Recognise the security issues of WiFi networks. WiFi demystified training course details Who will benefit: Anyone working with WiFi networks. Prerequisites: None. Duration 1 day WiFi demystified training course contents Introduction When to use wireless, when to use wired, WiFi technologies: 802.11, 802.11a, 802.11b, 802.11g, 802.11n, WiFi speeds and distances, comparison to other wireless technologies, 802.15 (Bluetooth), 802.16 (WiMax). Simple WiFi networks Network cards, Antennae, Access Points, WiFi routers. Enterprise WiFi networks SSIDs, Multiple WiFi networks, Repeaters, Wireless bridges, Controller based access points, Wireless switches, Power Over Ethernet. RF site surveys Steps and techniques, tools, analysing the feasibility of WiFi, range, performance, roaming. Security How safe are WiFi networks? Encryption, Authentication, WEP WPA WPA2. 802.1x, EAP, RADIUS.

WiFi demystified
Delivered in Internationally or OnlineFlexible Dates
£967

Total NTP and PTP for engineers

5.0(3)

By Systems & Network Training

NTP and PTP training course description This course looks at timing and synchronization as provided by NTP and PTP. Hands on sessions primarily involve using Wireshark to analyse the protocols. What will you learn Recognise the importance of timing and synchronisation. Explain how NTP works. Explain how PTP works. NTP and PTP training course details Who will benefit: Anyone using NTP or PTP but particularly relevant for those in the broadcast industry. Prerequisites: TCP/IP foundation for engineers Duration 1 day NTP and PTP training course contents Introduction Clock drift. Timing and synchronization. Importance in computing. Importance in broadcasting. NTP NTP versions, v0 to v4. Architecture. The intersection algorithm. Accuracy. Clock strata, Stratum 0, 1, 2 and 3. Protocol modes. Hands on NTP configuration More NTP NTP packet header. Timestamps. Variables in the header. Clock synchronization algorithm. SNTP. The Windows Time service. Hands on Wireshark and NTP analysis. PTP PTP v2, IEEE 1588. Architecture. Accuracy. Synchronization with PTP. Offset and delay. Hands on Analysing PTP packet flows. More PTP Ordinary clocks, boundary clocks, masters and grandmasters. PTP specific switch types. Hardware time stamping. SMPTE ST2059-2. PTP packet header. PTP domains. Best master clock algorithm. Hands on More Wireshark and PTP.

Total NTP and PTP for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

Essential DHCP for engineers

5.0(3)

By Systems & Network Training

Essential DHCP training course description Almost all businesses use DHCP. This course builds on delegates existing IP knowledge and focuses on IP Address management using DHCP. Also covered is the role of DHCP in plug and play environments. What will you learn Explain how DHCP works. Configure DHCP servers. Troubleshoot DHCP. Essential DHCP training course details Who will benefit: Anyone working with TCP/IP. Prerequisites: TCP/IP Foundation for engineers Duration 1 day Essential DHCP training course contents Introduction What is DHCP?, IP configuration: Address, mask, default gateway, DNS. History of DHCP: RARP, BOOTP. Hands on Client configuration, releasing and renewing. DHCP servers Installation. Base configuration: Scope. Lease period. DHCP options. Hands on Server setup, Impact of lease times. Server monitoring. How DHCP works Client states. Obtaining, renewing leases. DHCP messages: DISCOVER, OFFER, REQUEST, NAK, ACK, DECLINE, RELEASE, INFORM. Hands on Troubleshooting DHCP using Wireshark. DHCP architecture DHCP relay agents. Server platforms, resilience, DHCP fail over, split scopes. Dynamic DNS and DHCP. Hands on DDNS, routers, Troubleshooting.

Essential DHCP for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

Regular expressions for engineers

5.0(3)

By Systems & Network Training

Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.

Regular expressions for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

DevOps demystified

5.0(3)

By Systems & Network Training

DevOps demystified training course description This course is an introduction to DevOps. The course emphasizes communication, collaboration , integration, and automation to improve the workflow between developers and IT operations professionals. Improved workflows lead to more opportunities to design software and services in a more agile fashion. This course is a basis for discovering the most important DevOps concepts and to understand the principles and methods behind this. The course will leave you with the inspiration to be the advocate of change. What will you learn Explain DevOps principles. Describe the relationship between Agile , Lean and IT Service Management ( ITSM). Describe methods for automation and technology factors. Describe considerations when changing. Describe challenges, risks and critical success factors. DevOps demystifieds training course details Who will benefit: Non-technical staff involved with DevOps. Prerequisites: None. Duration 1 day DevOps demystified training course contents Why DevOps? From a business perspective From an IT perspective Stereotypes of Dev and Ops: perception and reality What is DevOps? Introduction DevOps Goals DevOps Added value of DevOps Proven Results DevOps for businesses DevOps principles (The Three Ways) DevOps and other frameworks DevOps and Agile DevOps and Lean DevOps and IT Service Management DevOps culture Characteristics of a DevOps culture Organizational Considerations DevOps DevOps stakeholders DevOps roles DevOps teams DevOps organizational structures DevOps methods Continuous Integration Continuous delivery Continuous deployment Value stream mapping Kanban Theory of Constraints Improvement Kata Deming's quality circle ITSM processes DevOps and Automation Methods for DevOps automation Longevity and tools categories DevOps applications Transitioning to a DevOps culture Implementation Challenges, risks and critical success factors Measuring DevOps successes

DevOps demystified
Delivered in Internationally or OnlineFlexible Dates
£967

Internal Auditing Training Level 2

By iStudy UK

Business audits are conducted to define the validity and reliability of information and present an assessment of a system's internal control. The purpose of internal audit is to provide individualistic support that a company's risk management, governance and internal control processes are operating efficiently. It's performed by every medium to large enterprise to check up on their businesses. Through this Internal Auditing Training Level 2, you'll learn about various types of audit and the levels of auditing available out there. Understand the process of conducting an audit, audit checklist, corrective action along with the benefit of conducting an audit of a company's day-to-day accounts. Course Highlights Internal Auditing Training Level 2 is an award winning and the best selling course that has been given the CPD Qualification Standards & 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 Internal Auditing Training Level 2 into 16 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 6 hours, 19 minutes hours 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 Internal Auditing Training Level 2 Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards 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? Internal Auditing Training Level 2 is CPD Qualification Standards 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 Internal Auditing Training Level 2 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 Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Internal Auditing Training Level 2 - Updated Version Auditing as a Form of Assurance 00:11:00 Audit Procedures 00:22:00 Technology-Based Internal Audit 00:23:00 Internal Control and Control Risk 00:36:00 Reporting Audit Outcome 00:23:00 UK Internal Audit Standards 00:24:00 Career as an Auditor 00:17:00 Internal Auditing Training Level 2 - Old Version Audit Interviews 00:18:00 Course Overview FREE 00:15:00 Auditing FREE 00:15:00 Internal Audit 00:30:00 The Audit 00:30:00 Audit Checklist 00:30:00 Conducting an Audit 00:15:00 Noncompliance and Corrective Action 00:15:00 Audit Closing 00:15:00 Mock Exam Mock Exam- Internal Auditing Training Level 2 00:20:00 Final Exam Final Exam- Internal Auditing Training Level 2 00:20:00

Internal Auditing Training Level 2
Delivered Online On Demand6 hours 19 minutes
£25

Close Protection, Threat Mitigation & Security Management with Lifeguard Training

By Training Tale

Close Protection: Close Protection Do you want to become an authority in close protection and security guarding? We have created a special course just to help you gain a deeper grasp of Close Protection. The introduction of close protection as well as all of its ethical and legal ramifications have been thoroughly discussed in our Close Protection: Close Protection course. The Close Protection: Close Protection training will also teach you about awareness, personal security, surveillance, and reconnaissance for your Close Protection. Threat mitigation is also covered in this Close Protection course, which is beneficial for improving knowledge of the related subjects. Enrol In the Close Protection: Close Protection course, in order to acquire the fundamental abilities and information required to become proficient in Close Protection. Special Offers of this Close Protection Course This Close Protection: Close Protection Course includes a FREE PDF Certificate. Lifetime access to this Close Protection: Close Protection Course Instant access to this Close Protection: Close Protection Course Get FREE Tutor Support from Monday to Friday in this Close Protection: Close Protection Course Main Course: Close Protection Courses Included with this Close Protection Course Close Protection Course offers free Security Management Course. Close Protection Course offers free Criminology & Profiling Course. Close Protection Course offers free Lifeguard Training Course. [ Note: Free PDF certificate as soon as completing the Close Protection: Close Protection course] Close Protection: Close Protection Industry Experts Designed This Close Protection course into 14 detailed modules. Course Curriculum of Close Protection Course Module 01: Introduction to Close Protection Module 02: Personal Security and Awareness Module 03: Surveillance and Reconnaissance Module 04: Threat Mitigation Module 05. Operational Planning Module 06: Vehicle Operations Module 07: Firearms and Defensive Equipment Module 08: Physical Fitness and Self-Defense Module 09: Tactical Skills for Close Protection Module 10: Communication Skills for Close Protection Module 11: Public Relations and Etiquette Module 12: Close Protection Operations Module 13: Crisis Management Module 14: Legal and Ethical Considerations Assessment Method of Close Protection Course After completing each module of the Close Protection: Close Protection Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification of Close Protection Course After completing the MCQ/Assignment assessment for this Close Protection: Close Protection course, you will be entitled to a Certificate of Completion from Training Tale. Who is this course for? Close Protection: Close Protection Aspiring professionals who wish to learn the information and acquaint themselves with the skill sets to pursue a career in close protection and security guard are assisted by the course. Requirements Close Protection: Close Protection Students who intend to enrol in this Close Protection: Close Protection course must meet the following requirements: Close Protection: Good command of the English language Close Protection: Must be vivacious and self-driven Close Protection: Basic computer knowledge Close Protection: A minimum of 16 years of age is required Career path Close Protection: Close Protection You are to launch your career or go on to the next stage of your profession after finishing this Close Protection course. Certificates Digital Certificate Digital certificate - Included

Close Protection, Threat Mitigation & Security Management with Lifeguard Training
Delivered Online On Demand15 hours
£12

Networking Skills Course - CPD Accredited

By Training Tale

Networking Skills: Networking Skills Course Online Many people avoid or are afraid of networking in business. Whether you do not have the time, do not see the point, or are too shy to talk to new people, this Networking Skills: Networking Skills Course will help you understand why networking is important in business and teach you the essential skills to get started. Networking Skills: Networking Skills Course is not a difficult process; with a little practice and knowledge, you can boost your confidence, prepare for a networking event, hold a successful conversation, and maintain a mutually beneficial network of connections. The Networking Skills: Networking Skills Course covers basic knowledge of networking and gradually shares expertise. This Networking Skills: Networking Skills Course will provide you with a comprehensive understanding of networking, including key concepts, strategies for using it. You will also learn how to successfully start, carry and end a conversation. Special Offers of this Networking Skills: Networking Skills Course This Networking Skills: Networking Skills Course includes a FREE PDF Certificate. Lifetime access to this Networking Skills: Networking Skills Course Instant access to this Networking Skills: Networking Skills Course Get FREE Tutor Support from Monday to Friday in this Networking Skills: Networking Skills Course Main Course: Networking Skills Course Courses with Networking Skills: Networking Skills Course Course 01: Level 4 Time Management Course Course 02: Level 5 Proofreading & Copy Editing Course 03: Level 5 Negotiation Skills Course [ Note: Free PDF certificate as soon as completing the Networking Skills: Networking Skills Course] Networking Skills: Networking Skills Course Online Industry Experts Designed this Networking Skills: Networking Skills Course into 04 detailed modules. Course Curriculum of Networking Skills Course Module 01: An Overview of Networking Module 02: Preparing to Network Module 03: Overall Process of a Conversation Module 04: Following Up Connections Assessment Method of Networking Skills Course After completing each module of the Networking Skills: Networking Skills Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification of Networking Skills Course After completing the MCQ/Assignment assessment for this Networking Skills: Networking Skills Course, you will be entitled to a Certificate of Completion from Training Tale. The certificate is in PDF format, which is completely free to download. A printed version is also available upon request. It will also be sent to you through a courier for £13.99. Who is this course for? Networking Skills: Networking Skills Course Online Networking Skills: Networking Skills Course is ideal for anyone who wants to learn more about how to network successfully. Requirements Networking Skills: Networking Skills Course Online Students who intend to enrol in this Networking Skills: Networking Skills Course must meet the following requirements: Networking Skills: Good command of the English language Networking Skills: Must be vivacious and self-driven. Networking Skills: Basic computer knowledge Networking Skills: A minimum of 16 years of age is required. Career path Networking Skills: Networking Skills Course Online Certificates Certificate of completion Digital certificate - Included

Networking Skills Course - CPD Accredited
Delivered Online On Demand22 hours
£12

Networking Skills: Preparing to Network Course - CPD Accredited

By Training Tale

Networking: Networking Course Online Many people avoid or are afraid of networking in business. Whether you do not have the time, do not see the point, or are too shy to talk to new people, this Networking: Networking Course will help you understand why networking is important in business and teach you the essential skills to get started. Networking: Networking Course is not a difficult process; with a little practice and knowledge, you can boost your confidence, prepare for a networking event, hold a successful conversation, and maintain a mutually beneficial network of connections. The Networking: Networking Course covers basic knowledge of networking and gradually shares expertise. This Networking: Networking Course will provide you with a comprehensive understanding of networking, including key concepts, strategies for using it. You will also learn how to successfully start, carry and end a conversation. Special Offers of this Networking: Networking Course This Networking: Networking Course includes a FREE PDF Certificate. Lifetime access to this Networking: Networking Course Instant access to this Networking: Networking Course Get FREE Tutor Support from Monday to Friday in this Networking: Networking Course Main Course: Networking Skills Course Courses with Networking: Networking Course Course 01: GDPR Training Course 02: Cyber Security Course Course 03: Communication Skills Course [ Note: Free PDF certificate as soon as completing the Networking: Networking Course] Networking: Networking Course Online Industry Experts Designed this Networking: Networking Course into 04 detailed modules. Detailed course curriculum of the Networking: Networking Course: Module 01: An Overview of Networking Module 02: Preparing to Network Module 03: Overall Process of a Conversation Module 04: Following Up Connections Assessment Method of Networking: Networking Course After completing each module of the Networking: Networking Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification of Networking: Networking Course After completing the MCQ/Assignment assessment for this Networking: Networking Course, you will be entitled to a Certificate of Completion from Training Tale. The certificate is in PDF format, which is completely free to download. A printed version is also available upon request. It will also be sent to you through a courier for £13.99. Who is this course for? Networking: Networking Course Online Networking: Networking Course is ideal for anyone who wants to learn more about how to network successfully. The Networking: Networking Course is written at an introductory level and will help learners of all disciplines understand how to build confidence, start and maintain a conversation and sustain a network of useful contacts. Requirements Networking: Networking Course Online Students who intend to enrol in this Networking: Networking Course must meet the following requirements: Networking: Good command of the English language. Networking: Must be vivacious and self-driven Networking: Basic computer knowledge. Networking: A minimum of 16 years of age is required Career path Networking: Networking Course Online This Networking: Networking Course qualification will assist candidates to gain skills that will enable them to be considerably more successful in people-facing roles such as field sales professionals and account managers. Certificates Certificate of completion Digital certificate - Included

Networking Skills: Preparing to Network Course - CPD Accredited
Delivered Online On Demand22 hours
£12