4.44 out of 5
4.44
365 reviews on Udemy

Computer Network: Networking fundamentals + Wireshark Basics

Learn Computer Networks fundamentals and Wireshark Basics; Build Strong, Successful Foundation in Computer Networking
Instructor:
Engineering Mentor
3,964 students enrolled
English More
You will understand how computer networks are designed, implemented and applied at each layer.
Structured Content with each section dedicated to unique aspect of Computer Networks
Clear and Crisp lectures on important concepts about Networks and Networking.
Dynamic Lecture presentations with example demonstrations wherever necessary to help students learn by visualization
Lifetime Enrollment : Pay once and access the videos anytime, anywhere on desktop and mobile platforms
Lifetime Free Upgrades: New Lectures, Resources, Tips and Interview guides added regularly to keep up with current job markets

Computer Network: Networking Fundamentals + Wireshark Basics (Recently updated : Nov 30, 2015!)

What’s New (Bonus): Captions for all the lectures!

This Computer Network Course will teach all the fundamentals about Computer Networking; From explaining Computer Networks basics, communication models and detailed lectures on Layers of a network. This course has illustrative and animated diagrams to help you understand the concepts in an easier way. From solving network related problems to discussing applications of these concepts, we have covered the practical aspects of networking. Plus you get our newly added bonus section on Wireshark Packet Analyzer Tool!

Why take this Course?

The 20th Century has all been about information gathering, processing and distribution. In the past few decades, the world has seen tremendous growth in these fields, from telephone networks to radio and television, from highly centralized huge computers to the smart-phones and smart-watches of today. The internet has been instrumental in connecting this world together, to billions of people and millions of devices. And this trend will keep growing rapidly throughout the 21st century too!

With thousands of businesses and millions of devices using networking for operations, Computing Networking is one of the most essential fields for study for any IT aspirant. The internet revolution has made it virtually the most essential domain knowledge to possess for everyone today.

How is this course designed?

This Course is structured into following sections:

  1. Overview: This section introduces you to the course, provides information about the author, course structure and gives you answers to some of the frequently asked questions by students.
  2. Network basics: This section provides fundamental information on computer networks. Network topologies, different types of networks like LAN, WAN, MAN and wireless networks are explained. One of the most important communication model of computer networks, the OSI Reference Model is discussed. Having the knowledge on OSI Model helps in understanding network functionalities better.
  3. Physical Layer: This section deals with techniques like Switching and Multiplexing which focus on effectively utilizing the existing bandwidth to accommodate the high rate of data communication.
  4. Datalink Layer: This section begins with a lecture on framing, a technique to demarcate the frame boundaries. Later we discuss the flow and error control mechanisms, different error detection and correction techniques like Parity Check, Checksum, CRC and Hamming Codes.
  5. Network Layer: In this section header formats of IPv4 and IPv6 datagrams are explained.
  6. Transport Layer: This section explains the Transport Layer protocols that provide service to the Network Layer. Header format, features and services provided by TCP and UDP are explained.
  7. Application Layer: This section begins with Cryptography basics, private key encryption and public key encryption. Encryption algorithms like RSA are explained with examples. Also, File Transfer Protocol is explained.
  8. Bonus – Wireshark Packet Analyzer Tool(Worth $49): Wireshark is the most popular network packet capture and analyzing tool. This section will provide you Wireshark basics like what is Wireshark, Wireshark Installation Setup (windows), Capturing and Analyzing packets with Wireshark Tool.
  9. Bonus – Audio Transcripts (Worth $49): Download the audios of all the lectures and listen to them whenever you can, so that your brain creates visual representation of the concepts and helps you cement this concepts in your mind!
  10. Bonus – Course Completion Bonus: Complete the course and get huge discounts on our other courses! This bonus will help you save 100s of Dollars on our other courses. Don’t miss this one!

So Dive into the world of computer networks, and gain all the fundamental knowledge required to pursue your career in computer networking domain.

Introduction

1
Course Intro and Author Bio

An Introduction to the "Computer Networks Course: Networking Basics for Students".

This video provides info about the instructor and takes you through the course curriculum.

2
Course Curriculum & Upcoming Topics

Networks Basics

1
Introduction to Computer Networks

This video introduces you to a computer network, some of the common components that make a computer network and some of the common applications of computer networks.

2
Network Topologies [Mesh, Star, Bus & Ring]

The term 'Network topology' refers to the way in which a network is laid out physically. This video lecture explains the different types of network topologies namely Ring topology, Bus topology,Star topology and Mesh topology. It also explains the advantages and disadvantages of each network topology.

3
Network Types [LAN, MAN, WAN & Wireless]

This lecture video explain the different types of computer networks viz. Local Area Network, Wide Area Network, Metropolitan Area Network and Wireless Networks.

4
OSI Reference Model [7 layers explained]

This video explains one of the most important communication model of computer networks, the OSI Reference Model. We discuss the 7 layers of OSI Reference model and also some example protocols of each layer.

5
TCP/IP Protocol Suite

This video explains the TCP/IP Protocol Suite (TCP/IP Model) in detail. We provide an overview of the functionalities of the 4 layers and discuss different protocols present in each of these 4 layers of TCP/IP Protocol Suite.

6
Network Performance [Bandwidth, Latency, Error rate, Jitter]

This video explains the different metrics which are used to measure Network Performance.

You will understand what are bandwidth, latency, error rate and jitter.

7
Networking Devices [NIC, Bridge, Repeater, Hub, Switch, Router, Modem]

This video explains the different networking devices that aid in communication over the computer networks.

You will get to understand how the different devices like bridge, hub,switch, NIC, router and modem play a role in communication.

8
Networks Basics Quiz

Physical Layer

1
Multiplexing [FDM, WDM & TDM]

This video explains what multiplexing is,why do we need multiplexing and the different multiplexing techniques like Frequency Division Multiplexing (FDM) , Time Division Multiplexing (TDM) and Wavelength Division Multiplexing (WDM).

2
Switching [Circuit, Packet & Message switching]

If there are multiple devices in a computer network connecting them using point-to-point links becomes tedious. In such a case central device like switch is used. This video explains what is switching, how a switch works and types of switching namely circuit switching, packet switching and message switching. Also, the pros and cons of each type of switching are discussed.

3
Physical Layer Quiz

Data Link Layer

1
Framing [fixed-size & Variable-size, 4 methods of framing]

This video explains what framing is, the types of framing and different methods of framing like Character count, Character stuffing, Bit stuffing etc. Each method of framing is explained with an example.

2
Flow and Error Control

This video explains why we need flow and error control mechanisms and provides an overview of different techniques that can be used to flow and error control.

3
Error Detection and Correction [Single, Multiple, Burst Errors]

This video provides an overview of error detection and correction. It explains what is a transmission error, causes for it and how we can detect and correct the bit errors.

4
Error Detection Methods [1D/2D Parity Check, Checksum]

This video explains the error detection techniques like Simple Parity Check, Two Dimensional Parity Check, and Checksum.

Each error detection technique is explained with an example.

5
Error Detection Methods [CRC]

This video explains CRC technique to detect the errors in the data stream. CRC stands for Cyclic Redundancy Check. CRC concept is based on binary division. An example is taken to explain the CRC technique.

6
Error Correction Methods [Hamming Codes]

Hamming code technique is used to detect and correct the bit errors in data streams received. Usually, 7-bit Hamming codes are used in practice. In this video, you will learn how to construct (7,4) Hamming Code and detect and correct the bit error. A step-by-step explanation is provided with an example to generate a Hamming Code for a given data string.

7
Data Link Layer Quiz

Network Layer

1
IPv4 Header Format Explained

This video explains IPv4 datagram header format, the individual fields of IPv4 header and an IPv4 datagram captured.

2
IPv4 Addressing [Address Structure, Decimal/Binary Notations, IPv4 Classes]
3
IPv6 Header Format Explained

This video explains why IPv6 is necessary and how IPv6 is better than IPv4. Also each field in IPv6 datagram header format is explained.

4
Network Layer Quiz

Transport Layer

1
UDP [Datagram Format & Services]

This video explains the User Datagram Protocol (UDP), the features of UDP and the header format of UDP datagram.

2
TCP [Services, Features & Packet Format]

This video explains the Transmission Control Protocol (TCP), the services provided by TCP, features of TCP and the header format of TCP packets.

3
Transport Layer Quiz

Application Layer

1
Cryptography Basics [Encryption & Decryption Model]

This video discusses basics of cryptography like what is cryptography and why do we need it. It explains with an example what are the repercussions of communication over the computer networks without the security provided by cryptography.

2
Private Key Encryption [Symmetric Encryption]

This Video discusses Private Key Encryption (Symmetric Encryption), in which both sender and receiver use a single shared key to perform encryption and Decryption. The video also discusses an example to illustrate the concept, and finally ends with pros and cons of this method of cryptography.

3
Public Key Encryption [Asymmetric Encryption]
4
RSA [Algorithm & Example]

This video explains the RSA Algorithm in detail with an example to show how key generation, encryption and decryption are carried out.

5
File Transfer Protocol [Features, Operation & Implementation]

This video explains the basics of File Transfer Protocol, the File Transfer Protocol Architecture, FTP File Formats and Representations and the FTP Client-Server Implementation Model.

6
Application Layer Quiz

Bonus Section 1 - WireShark Packet Analyzer Tool

1
Wireshark Basics

This video introduces you to the Wireshark, a packet analyzer tool. You will learn how Wireshark is useful in computer networking, whats the history behind wireshark, what are its advantages and how the Wireshark interface looks like.

2
Wireshark Installation Setup (Windows)

Learn Wireshark installation Setup on windows with brief information on every tool and component that is being installed.

3
Capturing Packets using Wireshark Tool

Capturing Network Traffic: In this video we will see how to capture network packets using the Wireshark tool.

4
Analyzing Wireshark Packets using filters

Analysing the packets : This video explains how to analyse packets in an existing pcap file. You will learn how to make use of the different options in Wireshark tool and also to search for specific information using filters.

Bonus Section 2 - Audio Transcripts

1
Why Audio Transcripts?
2
Audio for Section 1 - Course Intro and Author Bio
3
Audio for Section 2 - Networks Basics
4
Audio for Section 3 - Physical Layer
5
Audio for Section 4 - Data Link Layer
6
Audio for Section 5 - Network Layer
7
Audio for Section 6 - Transport Layer
8
Audio for Section 7 - Application Layer

Bonus Section 3 - Course Completion Bonus

1
BONUS - Elite Student Discount
You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.4
4.4 out of 5
365 Ratings

Detailed Rating

Stars 5
148
Stars 4
124
Stars 3
66
Stars 2
16
Stars 1
7
30-Day Money-Back Guarantee

Includes

4 hours on-demand video
1 article
Full lifetime access
Access on mobile and TV
Certificate of Completion
Computer Network: Networking fundamentals + Wireshark Basics
Price:
$108.98 $89

Community

For Professionals

For Businesses

We support Sales, Marketing, Account Management and CX professionals. Learn new skills. Share your expertise. Connect with experts. Get inspired.

Community

Partnership Opportunities

Layer 1
samcx.com
Logo
Register New Account
Compare items
  • Total (0)
Compare
0