IP Addressing Tutorial – Network Address, Mask (Interactive, Visual Animation 3)


Free Online Articles Directory





Why Submit Articles?
Top Authors
Top Articles
FAQ
AB Answers

Publish Article

0 && $.browser.msie ) {
var ie_version = parseInt($.browser.version);
if(ie_version Hello Guest
Login


Login via


Register
Hello
My Home
Sign Out

Email

Password


Remember me?
Lost Password?

Home Page > Computers > Networks > IP Addressing Tutorial – Network Address, Mask (Interactive, Visual Animation 3)

IP Addressing Tutorial – Network Address, Mask (Interactive, Visual Animation 3)

Edit Article |

Posted: Oct 09, 2010 |Comments: 0

|

Share

]]>

Syndicate this Article

Copy to clipboard

IP Addressing Tutorial – Network Address, Mask (Interactive, Visual Animation 3)

By: ibc222

About the Author

External links:
1. Network address (this article): http://pre.visualland.net/view.php?cid=967&protocol=IPAddress&title=3. Network address
2, IP Addressing Overview: http://pre.visualland.net/protocol.overview.php?p=IPAddress&protocol=&title=0.IPAddress Overview

(ArticlesBase SC #3434843)

Article Source: http://www.articlesbase.com/IP Addressing Tutorial – Network Address, Mask (Interactive, Visual Animation 3)





Q1. What is network address? Answer: We can view network and host addresses in two ways: 1) Network-ID and Host-ID

An IP address is made of two parts, the left part is network ID, the right part is host ID.

For example, in 100.3.4.5, if 100 is a network ID, then 3.4.5 is a host ID. If 100.3 is network ID, then 4.5 is a host ID.

2) Network-address and host-address. Let’s look at two examples:

IP-address Network-ID Host-ID Network-address Host-address Mask 100.4.5.6/8 100 4.5.6 100.0.0.0 100.4.5.6 /8 150.1.2.3/16 150.1 2.3 150.1.0.0 150.1.2.3 /16 Note: Network mask is presented as /m where m is a 2-digit decimal number between 8~31. Note: IP, network, and host addresses are usually presented with masks.

Q2. What is mask? Answer. IP uses network mask to break up a 32-bit IP-address into network-ID and host-ID. Network-address is made of network-ID bits on the left and 0 bits on the right.

For example, for 150.1.2.3/16, 16 is the network mask, 150.1 is network-ID, 150.1.0.0/16 is network-address, 2.3 is host-ID, 150.1.2.3/16 is host-address. Network-address is used by routers to forward packets. Host address is used to distinguish hosts in the same network.

Q3. Why network addresses? Answer: When numbers are too many, we use hierarchical structure to manage them. For example, telephone number are structured as.

For example, 086.021.1234.5678 is a number in China, Shanghais. The voice message is switched by country code, city code, and prefix. Structured phone numbers are much easier to switch than flat 10-digit phone numbers.

Internet faces a similar situation. There are nearly 4.2 billion addresses (IP has 32 bits. or 2^32 individual addresses.) Routers use routing tables to foreword packets. Obviously, it’s much easier for router to handle structured addresses than 4 billion flat ones.

IP’s solution is to use network-addresses to forward packets, not individual ones. Network mask breaks an address into a network-ID and a host-ID. Routing tables use network addresses, not IP addresses.

For example, – 100.0.0.0/8 network has 16,777,216 addresses. In a routing table, (100.0.0.0/8, next hop interface) says: forward packets with the same destination network to the same next hop interface. – 150.1.0.0/16 network has 65,536 addresses. In a routing table, (150.1.0.0/16, next hop interface) takes care of forwarding 65,536 individual addresses in 150.1.0.0/16 network. – 150.1.0.0/16 network has 65,536 IP addresses. In a routing table, (150.1.0.0/16, next hop interface) takes care of forwarding 65,536 individual address in 150.1.0.0/16 network. – 222.111.44.0/24 has 256 IP addresses. In a routing table, (222.111.44.0/24, next hop interface) forwards 256 IP addresses in 222.111.44.0 network to the next hop interface.

Q4. How present mask in decimal? Answer. Present mask the same way as IP address. For example. /8 is presented as 255.0.0.0. /16 is presented as 255.255.0.0. /24 is presented as 255.255.255.0

Q5. Why mask length is multiple of 8 but? Answer: There are two type of IP addressing schemes: classful and classless. What we’ve talked so far is classful. Classless IP address can use mask of any length. See next tutorials for details.

This article is the FAQ of an interactive animation. You can play this animation listed under External links.

Retrieved from “http://www.articlesbase.com/networks-articles/ip-addressing-tutorial-network-address-mask-interactive-visual-animation-3-3434843.html

(ArticlesBase SC #3434843)

ibc222 -
About the Author:

External links:
1. Network address (this article): http://pre.visualland.net/view.php?cid=967&protocol=IPAddress&title=3. Network address
2, IP Addressing Overview: http://pre.visualland.net/protocol.overview.php?p=IPAddress&protocol=&title=0.IPAddress Overview

]]>

Rate this Article

1
2
3
4
5

vote(s)
0 vote(s)

Feedback
RSS
Print
Email
Re-Publish

Source:  http://www.articlesbase.com/networks-articles/ip-addressing-tutorial-network-address-mask-interactive-visual-animation-3-3434843.html

Article Tags:
network mask, subnet mask, networkj address, network id, host id ip address

Related Videos

Latest Networks Articles
More from ibc222


How to Subnet Using CIDR Notation

Learn how to subnet using CIDR notation
A brief overview of how to subnet using CIDR notation. Covers determining networks, subnet masks, broadcast addresses and valid host ranges.

Please note I made this video with the understanding that the viewer had a basic understanding of networking and subnetting.

I hope this helps anyone currently enrolled, working towards, or interested in the wond (09:52)


Understanding your Home Network Router #6 – MAC Address Filtering

Every network adapter and network interface card comes with a unique identifier. This identifier is called the MAC address and “MAC” stands for media access control. By telling your router which device MAC addresses can connect to your network, you add another layer of powerful security to your wireless home network. (02:55)


Understanding your Home Network Router #2 – Understanding and Using DHCP

In setting up your home network each computer and device that accesses the network must have it’s own IP address. If you want to get really involved with managing the IP addresses on your home network, you can assign IP addresses and IP address leases manually. For most of us though, it’s much easier to turn this job over to a process called dynamic host configuration protocol or DHCP. (03:13)


How to Find Your External IP Address

Your computer most likely has an IP address that it uses on your local network. Often it’s assigned by your router. This is an internal IP address. You also have an external IP address that is the address that’s available to the world when you surf the Internet. Just as it’s easy for you to trace your IP address with the tools below, it’s also easy for someone else to trace an IP address to find out where it’s coming from. (02:08)


Understanding your Home Network Router – #1 – Logging into your router

The first step in securing your home network is to familiarize yourself with your router’s control panel. First, you’ll want to find your router’s IP address and login to your router. There are some common router passwords that manufacturers use so if you haven’t changed your router’s password, you’ll find it in the documentation that came with it. In this 10-part series is to take some of the mystery out of the router and allow you to be comfortable with it… it’s not as hard as you may think (02:23)

SMTP Servers For Proper Communication Via Emails

SMTP technology has influenced the communication process to a great extent. Server SMTP installed in a computer system sees to it that an email that has been prepared reaches its valid destination. To install SMTP servers in a system, a series of steps needs to be followed by the users.

By:
luis.henry27l

Computers>
Networksl
Nov 29, 2010

SMTP Mail Server – Make Your Email Communication Successful

SMTP mail server is a component that has become very popular as far as the communication process using email and chat functions are concerned. The convenience that it offers and the role that it plays in helping people communicate with their people around the world through SMTP email is commendable.

By:
luis.henry27l

Computers>
Networksl
Nov 29, 2010

Reasons Making it Necessary to Use External SMTP Service

Emailing through local SMTP mail servers is not free from problems that can encumber the way you do emailing for online marketing. Several other reasons make it necessary to go for external SMTP service.

By:
luis.henry27l

Computers>
Networksl
Nov 29, 2010

The world of computers

The world has become smaller and smaller the peoples knowledge has grown up lot of changes are taking place everyday due to the computers.

By:
syedl

Computers>
Networksl
Nov 28, 2010

Two quick but useful tricks to Facebook

Today we bring to the attention of a couple of tricks to Facebook, simple yet useful, maybe not everyone knows about. Let’s start with the first.

By:
mynestl

Computers>
Networksl
Nov 26, 2010

What is Hacking ?

Hacking is often portrayed to Many Things its is not .This could be farther from the truth.The act of remotely accessing someon’s computer to steal their private files would be Haking.

By:
njpatell

Computers>
Networksl
Nov 26, 2010

Email Marketing and Your SMTP Mail Server

SMTP server is very important and it often influences the success of an email marketing campaign. SMTP server transfers the mails from your end to the recipient’s edelivery email, free SMTPnd.

By:
devis eliotl

Computers>
Networksl
Nov 24, 2010

Ping: Track Your Favorite Friends To Know the Music They Are Listening

Apple has been at the forefront of corporate house that combined your PC use with cutting-edge audio and visual effect. As part of continued value addition, Apple has recently launched a new networking platform called Ping which is a sort of Twitter or Facebook for iTune users. With Ping, you can share your favorite music and videos and refer them to your friends.

By:
Harry Tatal

Computers>
Networksl
Nov 23, 2010

OSPF Simulation: DR LSDB Synchronization

This tutorial helps beginners grasp the key concept of OSPF DR LSA Database synchronization process. DR/BDR has a 2-way relationship with each of non-DR nodes (DROther). DROther nodes don’t have 2-way relationship. DR/BDR and DROther start with 2-way relationship and evolve into Full Adjacency by exchanging LSA in an efficient manner. The topology includes 4 routers that are connected to a switch. The LSDB synchronization goes through four steps: 1) Initial condition. Election is done. DR is R4,

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

Traceroute Basics Tutorial – TTL, Time Exceeded (FAQ From a Simulation)

Traceroute is a network diagnostic tool. It is used to discover routing path between two hosts. It lists next hops routers along the routing path one by one. This article is the FAQ of a traceroute simulation. Read it together with the simulation can help visualize the concepts.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

Stub Area For Beginners (ABR As Default Gateway For Internal Routers 3.1)

Internal routers in an area also tracks all external network addresses announced by ASBR. To lighten up their burden, an area’s routers can be configured as Stub Area. Then External LSA and AS Summary LSA are deleted from internal routers. ABR becomes the default gateway to access external address. This is the FAQ of an interactive simulation.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

OSPF NSSA For Beginners (ABR As Default Gateway for External and Internal Addresses 3.2)

Stub Area frees up routers from tracking large amount of external addresses. But it also prohibits Type 4, 5 LSA. This restriction makes it’s impossible to put an ASBR in a Stub Area to import external destinations. To modify Stub Area and make it both stub and capable of importing external destinations from an ASBR, OSPF provides a Not-So-Stub-Area, or NSSA. NSSA works like a Stub Area but import external LSA as type 7.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

What Is ARP Spoofing (FAQ of ARP Simulation 7)?

This is a FAQ of an interactive ARP simulation. It shows in a LAN, how an attacker learns other nodes’ (IP, MAC) addresses when receiving ARP Request. When the attacker knows two other nodes’ addresses, it sends an ARP Reply to a victim with fake identities. Next time, when the victim is sending packets to a different node, packets are received by the attacker.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

What Is OSPF Network LSA? (Link ID, Attached Routers, 2.1)

In a multiaccess subnet (like Ethernet), all routers routers have 2-way relationships with each other. But not necessarily have Full Adjacency relationships. Once DR is elected, it synchronizes LSA with non-DR and develop a Full Adjaency relationship with individual non-DR routers. DR acts as the as a logical hub for non-DR routers. Once DR is elected, it creates a Network LSA and floods it in the subnet.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

IP Addressing Basics Tutorial – Why IP Address Is Required? (Interactive Animation 1)

Internet uses IP address to tag packets transferred between computers. It is similar to how Postal Office uses sender and receiver’s addresses to deliver mails. This article uses case study to demonstrate how packets are delivered by Internet routers: Use packet’s destination address to lookup routers routing table and finds interface to reach next hop.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

IP Addressing Tutorial – Network Address, Mask (Interactive, Visual Animation 3)

Phone network switches voice messages by structured phone number divided into country code, city code, and prefix, not by a flat 10 digit number. IP address has 32 bit and covers 4.2 billion addresses. It is often presented as a 4-byte decimals as a.b.c.d. To make router’s job easier, an IP address is divided into network ID and host ID. A network address is presented as a.b.c.d/m where m is network mask.

By:
ibc222l

Computers>
Networksl
Oct 09, 2010

Add new Comment

Your Name: *

Your Email:

Comment Body: *

 

Verification code:*

* Required fields

Submit

Your Articles Here
It’s Free and easy

Sign Up Today

Author Navigation

My Home
Publish Article
View/Edit Articles
View/Edit Q&A
Edit your Account
Manage Authors
Statistics Page
Personal RSS Builder

My Home
Edit your Account
Update Profile
View/Edit Q&A
Publish Article
Author Box


ibc222 has 18 articles online

Contact Author

Subscribe to RSS

Print article

Send to friend

Re-Publish article

Articles Categories
All Categories

Advertising
Arts & Entertainment
Automotive
Beauty
Business
Careers
Computers
Education
Finance
Food and Beverage
Health
Hobbies
Home and Family
Home Improvement
Internet
Law
Marketing
News and Society
Relationships
Self Improvement
Shopping
Spirituality
Sports and Fitness
Technology
Travel
Writing

Computers

Computer Forensics
Computer Games
Data Recovery
Databases
E-Learning
File Types
Hardware
Information Technology
Intra-net
Laptops
Networks
Operating Systems
Programming
Security
Software

]]>

Need Help?
Contact Us
FAQ
Submit Articles
Editorial Guidelines
Blog

Site Links
Recent Articles
Top Authors
Top Articles
Find Articles
Site Map

Webmasters
RSS Builder
RSS
Link to Us

Business Info
Advertising

Use of this web site constitutes acceptance of the Terms Of Use and Privacy Policy | User published content is licensed under a Creative Commons License.
Copyright © 2005-2010 Free Articles by ArticlesBase.com, All rights reserved.