
Acquire Microsoft networking fundamentals through a beginner-friendly curriculum covering OSI model, TCP/IP, IPv4 addressing and subnetting, switching, routing, Windows networking services, wireless, WAN, security, and essential command line tools.
Leverage over 20 years in IT, from help desk to network and cybersecurity with governance, risk and compliance focus, and a Forrester zero trust certification to master Microsoft networking fundamentals.
Master Udemy course-taking tips by adjusting playback speed and resolution, enabling captions and transcripts, accessing resources, using the Q&A and announcements, and using the Udemy mobile app for offline viewing.
Define computer networks as two connected devices sharing resources, with physical connections—wired or wireless—and the logical connection that transports data.
Explore client-server and peer-to-peer architectures and categorize networks by size—from local area networks, campus area networks, metropolitan area networks, to wide area networks, with Active Directory-based centralized authentication.
Explore the three fundamental networking rules, including using the tcp/ip protocol suite, delivering data uncorrupted with tcp and udp, and identifying data origins with ip and mac addresses.
Explore the OSI model, TCP/IP, IP addresses, MAC addresses, and networking protocols in this introductory primer, laying the groundwork for deeper study in the course.
Explore how computer networks rely on rules called protocols, distinguishing logical TCP/IP protocols from physical Ethernet, with examples like HTTP, POP3, SMTP, IMAP, and FTP.
Explore the OSI model, a seven-layer conceptual framework that separates host layers from media layers and tracks data from application to physical, with routing and switching, contrasted with TCP/IP.
Explore the four-layer TCP/IP model, the de facto standard powering the internet, and how it maps to the OSI host and network layers.
Identify mac addresses as physical, layer two addresses burned into a network card’s ROM; they are 48 bits in hex, with the first three bytes forming the OUI.
Explore IP version 4 basics, including dotted decimal and binary forms, eight-bit octets, and 32-bit addresses. View them with ipconfig as part of a broader IPv4 and IPv6 study.
Explain why ip addresses are logical and used for routing. Contrast with mac addresses, physical, burned into the network interface card, for local network communication at the data link layer.
Explore how Ethernet defines the physical and data link layers for local area networks, including cabling, speeds, connectors, and the roles of twisted pair and fiber optic media.
Compare half duplex and full duplex modes and explain how auto negotiation and Windows speed and duplex settings affect NIC connectivity.
Explore physical and logical network topologies, comparing the actual layout with how data moves through networks using protocols and rules such as Ethernet and CCMA/K and CCMA/CD.
Explore the four physical topologies—bus, ring, star, and mesh—and see how a physical network map of cables, patch panels, switches, and terminators guides planning and troubleshooting.
Explore a broad overview of common networking devices, including hubs, switches, routers, firewalls, and other devices, with later sections revisiting each device for deeper learning.
Understand how a network interface card enables devices from laptops to servers to communicate on a network, whether via wired twisted pair, fiber optics, or wireless radio frequencies.
Hubs connect devices within a network and act as multiport repeaters, flooding data to all ports, making them less efficient and less secure than switches.
Switches memorize mac addresses in a mac address table and forward traffic to destination port, reducing collision domains and establishing switches as the de facto standard for local area networks.
Compare hubs and switches: hubs broadcast to all ports, while switches learn mac addresses via a mac address table and forward frames to the correct port, boosting throughput and security.
Explore how a wireless access point acts as a dedicated bridge, extending the wired network to wireless devices, and review 802.11 standards and encryption like WEP, WPA, and WPA two.
Explore how routers connect networks, compare static and dynamic routing, and use routing protocols to select paths across subnets and ISPs, guided by IP addresses and MACs within networks.
Learn how firewalls protect your network from malicious internet activity, using rule sets to control traffic. Distinguish network-based and host-based firewalls and recognize built-in Windows firewall options.
Explore how the dynamic host configuration protocol automatically assigns ip addresses and related information, subnet masks, dns server details, and default gateways via leases in Windows Server environments.
Explore network cabling fundamentals, including Ethernet, twisted pair copper cabling, fibre optic cabling, and platinum rated cabling, in this section introduction.
Explore coaxial, twisted pair, and fiber optic cabling and when each is used. Twisted pair remains the common home standard, while fiber optic enables high speed and long distance links.
Ethernet fundamentals cover IEEE 802.3 cabling types: coaxial, twisted pair, and fiber, baseband versus broadband, CSMA/CD access, and 10/100/1000 base naming conventions.
Explore twisted pair copper cabling with four color-coded RJ-45 pairs, how twisting reduces EMI and crosstalk, shielded vs unshielded options, and the 100-meter maximum before signal attenuation.
Explore 568a and 568b copper wiring standards and the straight-through and crossover cables. Learn how autosense and autocorrect affect pinouts on modern gear and older equipment.
Explore the plenum space and the need for plenum rated cables in building design. Non plenum PVC cables can release toxic fumes, while teflon jackets reduce risk.
Explore fiber optic network cabling, using light signals through glass or plastic cores to deliver high bandwidth over long distances, with EMI immunity and enhanced security.
Take a deep dive into the Aussie model, with a dedicated lecture for each layer in this section, exploring the model's structure and how its layers interact.
Explore the OSI model's application layer as the gateway to protocols like IMAP, POP3, SMTP, HTTP, and HTTPS, enabling email and web communication across local and remote networks.
Explore the OSI model's presentation layer, which ensures data from one system's application layer is readable on another by handling code conversion, data representation, encryption, and compression.
Explain how the session layer sets up, manages, and tears down user sessions between applications. Illustrate how it keeps data from different sessions separate when multiple tabs are open.
Explore how the transport layer segments data, provides end-to-end connection and reliability, and reassembles it in order across the network, highlighting TCP versus UDP.
Explore the network layer's routing role and how it adds ip addresses to form a packet, while contrasting ip and mac addresses.
Explore how the data link layer converts packets into frames, uses MAC addresses to deliver data within a local area network, and supports switches through a MAC address table.
Explore the OSI model's physical layer, where bits travel over electrical and fibre media, cabling, jacks, and patch panels with binary signaling and Ethernet 802.3 encoding.
Explore an introduction to tcp/ip, its basics, and four sections covering the network, transport, and application layers with key protocols.
Compare the four-layer TCP/IP model with the OSI model, explain why TCP/IP is the most common protocol on Internet and local networks, and highlight IP addressing, routing, and key protocols.
Explore the Internet, transport, and application layers, including ARP, IPv4/IPv6, ICMP, TCP/UDP with port concepts, and common protocols, plus basics of Ethernet and network troubleshooting in Windows.
Explore unicast, multicast, and broadcast on tcp/ip networks, distinguishing 1-to-1, 1-to-many, and 1-to-all communication and noting multicast groups, switches, and hubs.
Explore carrier sense multiple access (csma/cd) and csma/ca in wired and wireless tcp/ip networks, and contrast token ring's token-based single access with collision detection and avoidance.
Explore how ARP resolves an IP address to a MAC address and how reverse ARP identifies the IP from a MAC, illustrating ARP's role on local networks.
Explore how the internet protocol governs IPv4 and IPv6 in the internet layer, detailing routing, routing tables, and how data moves across networks.
Explore IPv6 as the next generation internet protocol, its 128-bit address space, and how it replaces IPv4 to prevent address exhaustion, noting an unimplemented IPv5.
Explore ICMP and the ping command to diagnose network connectivity through echo requests and replies, distinguish destination unreachable scenarios, and use these tools for IT operations.
Explore the transmission control protocol (tcp), a connection-oriented transport layer that delivers data reliably through a three-way handshake, checksums, and sequence numbers, with UDP offering a best-effort alternative.
Learn about the user datagram protocol (udp), a best-effort, unreliable transport that foregoes the three-way handshake and retransmission, used for real-time voice, video streams, and dns lookups.
Differentiate physical ports from logical ports and learn how logical ports map packets to protocols such as dns, http, smtp, ftp, pop3, and telnet, alongside ip and mac addresses.
LEARN MICROSOFT NETWORKING FUNDAMENTALS FROM ONE OF UDEMY'S TOP IT INSTRUCTORS
Are you looking to understand how computer networks really work? Do you need to learn networking fundamentals, TCP/IP, subnetting, and Windows networking concepts? Whether you're starting your IT career, preparing for Network+ or CCNA certification, or simply want to understand computer networking from the ground up, this comprehensive course is exactly what you need.
Computer networking is the foundation of all modern IT infrastructure. Understanding how networks operate, how data travels through the OSI Model, how TCP/IP protocols work, and how to properly subnet networks is essential for anyone working in IT—from help desk technicians to system administrators to aspiring network engineers.
In this 14.5-hour comprehensive course, I'll teach you networking fundamentals through clear explanations, visual diagrams, and demonstrations of key concepts. You'll master the theory behind computer networks and develop practical skills in subnetting and network troubleshooting.
WHAT STUDENTS ARE SAYING
"Alton is very easy to understand and is thorough with his explanations. Keeps a good pace and presents information in a fashion that makes sense and builds upon previous lectures. Would definitely recommend his classes to others." — Matthew ★★★★★
"I took this to help someone else. But Alton had a free subnetting class he offered that I took and it was fantastic. SO, thought I would pay for this and he did not disappoint. On point teaching and loads of helps. Very good person to learn from." — Wayne ★★★★★
"I've taken a few IT courses here at Udemy and by far Alton is the best instructor in my opinion. His English communication is clear & concise. Some other instructors are almost near impossible to understand. Alton is well organized & his content is prepared very well. He always teaches the background information first before he proceeds with the next section. This course has lots of lab content so not only is there excellent theory, but it is demonstrated. This makes absorbing this material that much easier." — Matt ★★★★★
"This course is great! I had very limited knowledge of this material before your course. It has been many years since I have studied anything, but you did a superb job of laying things out and explaining them." — Alan ★★★★★
COMPREHENSIVE NETWORKING THEORY WITH KEY DEMONSTRATIONS
This course focuses on teaching you networking concepts and theory that form the foundation of all computer networking. While the majority of the course covers essential networking fundamentals through lectures and visual explanations, you'll also see key concepts demonstrated in two hands-on sections: Windows Server 2016 networking services and TCP/IP command-line troubleshooting tools.
WHAT YOU'LL RECEIVE IN THIS COURSE
14.5 Hours of HD Video Lectures on Networking Fundamentals
In-Depth Subnetting Training with Practice Worksheets and Worked Examples
Windows Server 2016 Demonstrations (Active Directory, DHCP, DNS, Routing)
TCP/IP Command-Line Tools Demonstrations (Ping, Tracert, IPConfig, Netstat, PathPing)
17 Section Quizzes to Reinforce Your Learning
PDF Lectures of All Course PowerPoint Slides
Downloadable Course Videos for Offline Viewing with Udemy Mobile App
KEY COURSE TOPICS
Networking Fundamentals & How Networks Work
Computer networking basics, types of networks (LAN, WAN, MAN, PAN), networking rules and protocols
Network Components & Infrastructure
NICs, hubs, switches, routers, wireless access points, firewalls, DHCP servers, network topologies
Network Cabling
Twisted pair copper cabling, fiber optic cabling, Ethernet standards, wiring standards (568A & 568B)
The OSI Model (All 7 Layers)
Application, Presentation, Session, Transport, Network, Data Link, and Physical layers explained in detail
TCP/IP Protocol Suite
TCP/IP fundamentals, Internet layer protocols (ARP, IPv4, IPv6, ICMP), Transport layer protocols (TCP, UDP), Application layer protocols (HTTP, FTP, SMTP, DNS, DHCP), ports and communication methods
IPv4 Addressing & Subnetting Mastery
Binary math fundamentals, IP address classification, subnet masks, public vs. private addresses, APIPA, subnetting Class C networks with multiple worked examples and practice worksheets
IPv6 Fundamentals
IPv6 addressing, types of IPv6 addresses, IPv4 to IPv6 translation and compatibility
Understanding Switches
How switches work, MAC address learning, collision domains, VLANs, Layer 3 switches, managed vs. unmanaged switches
Understanding Routers
Routing tables, static vs. dynamic routing, routing protocols (RIP, OSPF, BGP), Network Address Translation (NAT)
Windows Networking Services
Active Directory, DHCP, DNS, Remote Desktop Services (RDS), Routing and Remote Access Service (RRAS) - demonstrated with Windows Server 2016
Name Resolution Process
DNS, NetBIOS, WINS, host files, complete name resolution workflow
Wireless Networking
802.11 standards, wireless security (WEP, WPA, WPA2, WPA3), signal degradation, wireless vulnerabilities
Wide Area Networking (WAN)
WAN technologies, circuit switching vs. packet switching, dial-up, ISDN, T-carrier lines, DSL, broadband cable, Frame Relay, ATM
Network Security
Firewalls, DMZ, proxy servers, VPN, IPSec, intrusion detection and prevention
TCP/IP Command-Line Tools
Hands-on demonstrations of IPConfig, Ping, Tracert, PathPing, Netstat for network troubleshooting
BY THE END OF THIS COURSE, YOU'LL BE ABLE TO:
Understand how computer networks work and explain networking fundamentals to others
Explain the OSI Model and TCP/IP protocol suite including how data flows through network layers
Subnet IPv4 networks using subnet masks and calculate network addresses, broadcast addresses, and host ranges
Understand TCP/IP protocols including IPv4, IPv6, TCP, UDP, ARP, ICMP, and common application protocols
Explain how switches and routers work including VLANs, routing tables, and routing protocols
Understand Windows networking services including Active Directory, DHCP, and DNS
Use TCP/IP command-line tools (Ping, Tracert, IPConfig, Netstat) for basic network troubleshooting
Understand wireless networking standards, security protocols (WEP, WPA, WPA2, WPA3), and vulnerabilities
Explain network security concepts including firewalls, VPNs, IPSec, and DMZ configurations
Build a strong foundation to pursue Network+, CCNA, or other networking certifications
PERFECT FOR NETWORKING BEGINNERS
This course is designed for absolute beginners with no prior networking knowledge. Whether you're starting your IT career, switching into networking, or preparing for professional certifications, you'll learn networking concepts from the ground up using clear explanations and my proven "Keep It Simple, Student" (KISS) methodology.
ORIGINALLY DESIGNED FOR MTA 98-366, CORE CONCEPTS REMAIN ESSENTIAL
This course was originally created as comprehensive preparation for Microsoft's MTA 98-366 Networking Fundamentals certification (retired June 2022). While that certification is no longer available, the fundamental networking concepts covered in this course remain essential for IT professionals and provide an excellent foundation for pursuing current networking certifications like CompTIA Network+ or Cisco CCNA.
WHY LEARN NETWORKING FUNDAMENTALS NOW?
Networking knowledge is the foundation of every IT career path. Whether you're troubleshooting connectivity issues at a help desk, administering Windows servers, securing enterprise networks, or preparing for technical certifications, understanding how computer networks work is non-negotiable. This course gives you that essential foundation.
PREVIEW OVER 3 HOURS OF THIS COURSE FOR FREE
Scroll down and click the blue "Preview" buttons on any of my 25 free sample lectures. See my teaching style and approach before you enroll.
READY TO MASTER NETWORKING FUNDAMENTALS?
Join over 220,000 students who've taken my IT and cybersecurity courses. Start building your networking knowledge today.
See you inside the course!
Alton