Networking Essentials - Course Introduction
1
A short overview of what will be presented in this course.
Lesson One - Network Basics
1
Network Basics - Lesson Introduction
A brief introduction of what will be covered in this lesson.
2
Todays IT Network Structures
Today network structures can range from very simplistic through to something that is very, very complex. Let's take the first steps.
3
Let's dig a little bit deeper under the surface and have a look at "Why use a network"?
4
Networking Components and Services
Within networks, there are many services and components that connect it all together.
5
Networking Terminology Topologies
Within networks, there are many services and components that connect it all together.
6
Networking Terminology Access / Communication Methods
Let's demystify some of the jargon that you have to become familiar with, regarding modern networks.
7
The seven layer OSI model rationalizes how data travels across the network.
8
Let's take a look at the four layers in the TCP/IP protocol stack.
9
OSI Model and TCP/IP Model
Learn how the TCP/IP Protocol and the OSI model relate to each other.
10
Protocols are where we get the magic and the mysticism happening within networks.
11
On a network, data has to move between computers. We do this using addressing or IP addressing which is referred to as routing.
12
An end of lesson summary of what was covered in this lesson.
Lesson Two - Elements of a Network
1
Elements of a Network - Lesson Introduction
A brief introduction of what will be covered in this lesson.
2
LAN Technologies / Devices / Protocols
A Local Area Network, or a LAN, consists of a well-connected group of computers. But how are these connections actually created for us?
3
Introducing Hubs, Switches and Routers
What is an internetwork connectivity device?
4
Every network card in existence has a unique property. This property is a media access code, or MAC address.
5
For data to be transported across an Ethernet network, it needs to be assembled into an Ethernet frame.
6
Ethernet cables are used to connect network cards within computers to other network devices.
7
Network Operating Systems Introduction
In this video you will learn about the network operating systems.
8
Network Operating System Functions, Multi-User, Authentication and Sharing
A Network Operating System allows us to connect to resources over a network on devices other than computers. Let's now take a look at how we can do that with Windows 7 and Windows XP.
9
Elements of a Network - Summary
An end of lesson summary of what was covered in this lesson.
10
Elements of a Network - Quiz
Lesson Three - TCP/IP Basics
1
TCP/IP Basics - Lesson Introduction
A brief introduction of what will be covered in this lesson.
2
Transmission Control Protocol, Internet Protocol or TCP/IP. It's not a single protocol. In fact, it's a suite of protocols that are arranged in a four layer stack.
3
Description of IPv4 Address Structure
An IPv4 address has a defined structure. You'll see it broken down into four octets.
4
IPv4 is a “classful” addressing system and it's broken down into five classes of addresses.
5
You will learn that some IP addresses are reserved addresses.
6
Setting a Static IP Address
Learn how to set an IP address up on a computer system.
7
Function of Address Resolution Protocol (ARP)
Address Resolution Protocol, or ARP, is a broadcast based protocol that is responsible for resolving the IP address of a computer to its physical or MAC address.
8
How does a computer system access resources on other networks, or indeed, how does a computer system find its way off of one network and to the Internet?
9
The Concept of Subnetworks
Why break large networks down into smaller subnetworks or subnets?
10
IPv4 Address Decimal Binary Notation
Computers use binary number format. What does that mean for our IP addresses?
11
We're running out of IP addresses because the standard classful IP addressing system is wasteful. What should we do?
12
The available public IPv4 address space is limited and nearly exhausted. So, we need another solution. That solution is IP Version 6, or IPv6.
13
IPv4 vs IPv6 Address Space
IPv6 offers sextillions of IP addresses, which is billions of IP addresses per square millimeter of the planet's surface.
14
When we're working with an IPv6 network, there are three major types of IP addresses that we'll work with.
15
Introduction to Transport Protocols
Within IPv4, you have two transport protocols available.
16
Transmission Control Protocol (TCP)
The Transmission Control Protocol is the TCP element of the TCP/IP protocol suite.
17
User Datagram Protocol (UDP)
The User Datagram Protocol, or UDP, is the second transport protocol in the TCP/IP Suite.
18
How can a computer system work out which applications it should be going to?
19
An end of lesson summary of what was covered in this lesson.
Lesson Four - Commonly Used IP Network Protocols
1
Commonly Used IP Network Protocols - Lesson Introduction
A brief introduction of what will be covered in this lesson.
2
Review the TCP/IP Stack in Detail
The TCP/IP protocol is operating around a four-layer stack. An application layer, a transport layer, an Internet layer and a network interface layer. Learn what sits within these layers.
3
Dynamic Host Configuration Protocol (DHCP)
You know that on an IP network, every machine must have an individual or unique IP address. Now, imagine that this network has got thousands of computers. How does the data find the correct one?
4
DHCP Lease Renewal / Refresh
The DHCP lease has an expiry time. So what happens when that lease is approaching its expiration date? What will the client do?
5
Switch from Static IP to DHCP Assigned IP Address
You can switch to an IP address that is obtained automatically using either the GUI or using the command line.
6
What does DHCP use during the DORA process? The discover, offer, request and acknowledgement steps.
7
Introduction and Description of NAT
If you've got 500 computers, does that mean that you have to go and buy 500 public IP addresses?
8
Introduction and Description of PAT
PAT, or Port Address Translation, is a more complex version of NAT, or Network Address Translation.
9
DNS or the Domain Name System is something that a network simply couldn't exist without today.
10
DNS Name-Space Syntax is used to give us a fully qualified domain name.
11
What is a Domain Name System Server? (Name Server)
Domain Name System, or DNS, is hosted by a DNS server.
12
How Internet DNS Names are Resolved
How is it, that our internal computer can actually resolve the name of an Internet-based web server?
13
Internal Name Resolution Process on a Windows Computer
When we're working on a computer network, we use the names of those computers to actually establish communication sessions with them.
14
What happens if we have the IP address of a computer, and we need the name of that computer?
15
Introduce Client Side DNS Actions Using IPCONFIG
There may be occasions where you need to interact with DNS on the client side, and the best way to do this is using command line utilities.
16
Introducing TELNET and FTP
Learn how to use Telnet and FTP to your advantage.
17
Telnet is a Terminal Emulation program, which allows you to actually open up a remote sessions on a computer system over the network and work as if you were logged on locally.
18
FTP is a great quick and clean system for transferring files over a network.
19
Commonly Used IP Network Protocols - Summary
An end of lesson summary of what was covered in this lesson.
20
Commonly Used IP Network Protocols - Quiz
Lesson Five - Windows Networking Tools
1
Windows Networking Tools - Lesson Introduction
A brief introduction of what will be covered in this lesson.
2
Windows CLI Network Tools
A lot of the networking tools that we can work with, within Windows, are actually accessible through the command prompt, or the command-line interface.
3
Learn how to run Network Shell (netsh) from the command prompt.
4
Basics of IPCONFIG and PING
Learn how to us ipconfig to view the IP configuration of a system or ping to make sure that another machine is up, available, and responding on the network.
5
Tracert, Finding your Way Through the Network
Learn how to use traceroute, or tracert, for troubleshooting.
6
IP to MAC, Mapping Physical Address Resolution
Address Resolution Protocol is the protocol that's responsible for mapping a computer's IP address to a MAC address.
7
Use netstat to display the current connections to a computer system, which computers those connections are coming from, which IP addresses they're using, and which ports they're connected to.
8
Learn how to run NS lookup in interactive mode and non-interactive mode.
9
Windows Networking Tools - Summary
An end of lesson summary of what was covered in this lesson.
10
Windows Networking Tools - Quiz
Lesson Six - Windows Control Panel
1
Windows Control Panel - Lesson Introduction
A brief introduction of what will be covered in this lesson.
2
Settings in Control Panel
Control Panel is your window through the system Registry within the Operating System.
3
Network Settings in Control Panel
Learn how you can use the Control Panel to manage network settings.
4
The firewall exists to protect our internal machines from any unauthorized traffic.
5
The host-based firewall in a Windows Operating System.
6
Configure the Windows Firewall with Predefined Rules
The Windows Firewall comes with a whole suite of predefined rules. Learn how you can work with these rules.
7
Add Firewall Rule for Network Application using GUI
Learn how you can put together a Windows Firewall rule using the GUI to enable access to the web server through the firewall.
8
Add Firewall Rule for Network Application using Netsh
Learn how you can put together a Windows Firewall rule using the command line to enable access to the web server through the firewall.
9
Viewing Connected Devices Using Control Panel
Learn how you can use the Control Panel to view connected devices.
10
Introduction to Device Manager, Viewing Devices and Drivers
The Device Manager allows you to look at device drivers, versions, how devices are connected and how to enable or disable devices.
11
Introduction to Task Manager
Learn to work with the Task Manager, and discover some of the Task Manager's hidden gems.
12
Printer and Device Status in Control Panel
Learn to manage printers and devices in the Control Panel.
13
Introduction to Event Viewer
If an application stops, somebody logs on or connects that computer over the network, all of this information can be found within the Event Viewer.
14
Event Viewer Microsoft Service Logs
In Windows 7, Event Viewer is being modified. Learn how to use the newest version.
15
Event Viewer Saving and Clearing Event Logs
Learn how and why to clear an event log.
16
Windows Control Panel - Summary
An end of lesson summary of what was covered in this lesson.
17
Windows Control Panel - Quiz
Lesson Seven - Windows Practical Hands on Excersises
1
Windows Practical Hands on Excersises - Lesson Introduction
A brief introduction of what will be covered in this lesson.