Posts

Showing posts from December, 2014

What is Public and Private Ip Address ?

Public IP Address:                                Public ip address are that IP which can be access globally that type of ip are called public ip address. Privare IP Address:                                 Provate ip are that ip which can't be access globallu that type of ip's are call private ip address. Private ip address series are listed below. Class A (10.0.0.0  - 10.255.255.255) Class B (172.16.0.0  - 172.31.255.255) Class C (192.168.0.0  - 192.168.255.255)

What is Inter Vlan Routing ?

Image
Inter vlan routing is used to communicate between different Vlans. As you think from name inter vlan routing a Router is use to  communicate this network.  As in below image. A router is directly connected to switch. That port of which on which Switch is connected that is configured as trunk port.A trunk port is that port which pass the information of all vlans from this port. Way of communication :- Suppose a PC from Vlan 100 want to communicate with Vlan 200 PC. That first send the information to its connected port of switch. After that Switch broadcast the request. That infomation go to Router.(Router is used to communicate between 2 different network.) Then Router forward the request to Switch that is trunk port. Then again Switch function to broadcast the request. After that request is forwarded to that port of Switch of Vlan 200 PC. This is our inter VLAN Routing Communication.

What is VLAN ?

Image
VLAN  is a virtual local area network in which only that users can communicate which are in same VLAN ID. Differnt VLAN ID users can't be communicate with each other else they are connected with same switch. So if they want to communicate each other they have to use same VLAN ID. In a network may have multiple VLAN ID. In this image we have created 2 VLAN in Switch. 1. Admin Vlan (ID 100) 2. Sales Vlan (ID 200)