Monday 25 May 2015

VLANS Basics

Lets understand  this topic by asking questions to ourselves.

Q1. What is a VLan ??

In a simple language a  virtual local area network (VLAN) is a logical group of workstations (or different network devices) that appear to be on the same LAN despite their geographical distribution.

A VLAN allows a network of computers and users to communicate in a confined environment as if they exist in a single LAN and are sharing a single broadcast and multicast domain.

Q2. Now why do we use VLANs ?

  • VLANs are implemented to achieve scalability, security and ease of network management.
  • Users don't have to be grouped physically together , they can be grouped logically using different vlan on a same switch thereby we are reducing the device cost too (if we never had this concept we need different devices for different groups.)
  • The purpose of implementing a VLAN is to improve the performance of a network or apply appropriate security features. 

Some points to be noted about VLANs : 

  • VLAN separates a Layer 2 switch  into multiple broadcast domains.
  • Individual ports of group of ports can be assigned to a specific VLAN.
  • Only ports belonging to the same VLAN can freely communicate to each other.
  • A router or layer-3 switch is need for inter VLAN communication.
  • Broadcasts from one VLAN will never be sent out to ports belonging to another vlan.
  • By default on a Cisco catalyst switches , all interfaces belong to VLAN is considered the management VLAN (by default)








Friday 5 July 2013

What is an AP ?




 Access point abbreviated as AP (also referred as WAP : wireless access point) in simple terms is a device that allows wireless devices (e.g. : your mobile phones, laptops etc.) to connect to a wired network through Wi-Fi.

AP(Access point) can be an independent device or integrated with a router.

Wednesday 3 July 2013

How to find the IP address of your machine ?

Hello for the beginners who have just started in the field of Networking or windows, see the simple steps of finding the ip of your machine.

STEP 1 : Go to start
STEP 2 : type cmd (this is command prompt, a black screen will pop up)
STEP 3 : type a command 'ipconfig'

the ip address of your machine will be displayed example :


Link-local IPv6 Address . . . . . : fe80::45ff:c9ba:1517:de96%11
IPv4 Address. . . . . . . . . . . : 172.29.253.189
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.29.253.1

Please post comments for any queries.

Thanks
Shikha