Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basic IP address (IPV4) Course
Rating: 4.5 out of 5(139 ratings)
3,735 students

Basic IP address (IPV4) Course

IP Address (IPV4) Class for Network Engineer
Last updated 7/2021
English

What you'll learn

  • IPv4, IP address types and How to do Basic IP address Lab

Course content

1 section5 lectures1h 12m total length
  • IP Address Part 1 (Introduction to IP Address)32:15

    Explore IPv4 fundamentals: five classes, network and host portions, and subnet masks; contrast private versus public IPs, IANA, and ISPs, with examples like 192.168.1.0 and 127.0.0.1.

  • IP Address Part 220:42
  • IP address Part 36:54

    Compare unicast, multicast, and broadcast in IP networks by illustrating one-to-one communication, group-specific delivery, and all-device messaging, with multicast addresses and group membership examples.

  • IP address Part48:59

    Learn to manually assign IPv4 addresses on Windows and Linux, configuring IP, subnet mask, gateway, DNS, and private and public IPs, then verify with ipconfig and ifconfig.

  • IP Address Lab file4:09

    Assign IP addresses to a switch and PCs in a lab, using a 192.168.1.x network with 255.255.255.0 and a default gateway, then verify connectivity with ping.

Requirements

  • Basic Internet knowledge

Description

This is a short course covering the very basics of IP addressing. This being a course for beginners, I have covered all the fundamental IP address  (IPV4) topics in this. This will clear your doubts and prepare you for any advanced topics in networking.

This course gives a comprehensive introduction to IP addressing.

This course teaches you to know the various classes of IP address

This course teaches you to be able to use any class of IP address in Networking Labs

In This Course we teach how we can assign IP address to Machines Like window  and Linux..

In this Course we attached some notes also so you can have some notes on this topics.

If  you have any question you can reach to us we will try to assist you in this.

This course also teaches how to configure IP addresses on the Linux system.

Let me give you some IP address Introduction here so you will have idea about that.

IP (Internet Protocol):

IP Addresses are divided into 5 Classes, These are divided by IANA: - Internet Assigned Number authority.


We are using two type of version

· IPV4

· IPV6

So let start first discussing IP V4.

· IP uses packets called IP packets to carry information. Every IP packet should have address.

· The IP address (IPV4) is 32 bit and consists of 2 parts, the network part and the host part.

The IP address is 32 bit but we write it into 4 block of 8 bit as given above.


IP Addresses are divided into 5 Classes, There are divided by IANA:- Internet Assigned Number Authority.


Class A 1-126

Class B 128-191

Class C 192-223

Class D 224-239 - Multicast

Class E 240-255 - Reserved


So we are only using Class A,B & C IP address


Subnet Mask: It’s an address used to identify the network and host portion of the IP address

Class A N.H.H.H 255.0.0.0 /8

Class B N.N.H.H 255.255.0.0 /16

Class C N.N.N.H 255.255.255.0 /24


Who this course is for:

  • Beginner to Networking