Thursday, November 8, 2012

What is MAC Address? Part 1

What is MAC Address? MAC address (Media Access Control) is assigned by manufacturer to identify the device and it's not like a IP address but each device has unique MAC ID to identify the device.

MAC Address = 48 Bits Hexadecimal Mode
 Example : oqwo.asdf.ghjk

Ok, Let's take a example with a switch device,

48 Switch Port  = 49 MAC Address

HOW?
You have to listen to this carefully,  make sure in 48 Switch ports probably 48 Ports as per device, So 48 Ports = in to 48 MAC Address, They produces each port as 1 MAC Address, Now you recognized the way to realize ports MAC Address but how did you get 49 MAC Address, Let's See Below Simple Diagram.

48 Switch Port Device = 48 Ports (48 MAC Address) + Switch Device (1 Mac Address)

48 Ports MAC + 1 Switch Device = All 49 MAC Addresses. 

Examples:
12 Switch Port Device = 13 MAC Address (12 Port MAC Addresses + Switch Device) 

What is Class A, B, C IP Address and Default Subnet Masks

What is an IP mostly known as Internet protocol but you have to know the other word too (Internet Networking Protocol), Some how as we learned There is a two kind of IP specifies IPV4 and IPV6

IPV4 - 32 Bits in Numerical Mode and IPV6 128 Bits Hexadecimal Mode.

IPV4 there is a separate list as "Private IP" and "Public IP",
Private IP Called as we can assign for our private local area network, In other words you can use it for you home, office and cafes but Public IP is except private ip ranges others all are public ip and specially use it for in internet.

Check it out his Ranges here
Private Ranges

Class A -10.0.0.0 - 10.255.255.255 ---> You can use this IP ranges in to a large area network.
Class B -172.16.0.0 - 172.31.255.255 ---> You can use this IP ranges in to a medium area network
Class C -192.168.0.0 - 192.168.255.255 ---> you can use this IP Ranges in to a small area network

Except these above IP ranges other all IP's are considered as Public IP

Class A Default subnet mask - 255.0.0.0
Class B Default subnet mask - 255.255.0.0
Class C Default subnet mask - 255.255.255.0

Saturday, November 3, 2012

What is Half Duplex and Full Duplex

Hmmm well let's we learn about Half duplex and full duplex actually we are going to learn the key points also known as useful notes only so this post would be very helpful to you to learn the Duplexes.

Half Duplex

  • Half Duplexes running on 10 Mbps speed probably 10BaseT Type of Ethernet.
  • In here one can send or one can receive (You can't send or receive at the same time in network)
  • Using CSMA/CD (Collision Detection)
  • You'll able to see in Walkie-Talkie - using the half duplex method to conversation with destination. once you talk "hello" it should be send to destination probably destination should not able to send at the same time which send "Hello" by a host. after destination got the message from the host "Hello" destination will answer to it "hello"... Simple na..

Full Duplex

  • Full Duplexes are running at 100 Mbps speed probably 100BaseTX (UTP and STP) Type of ethernet
  • In here you can send and receive at the same time.
  • using Free way because there are no data can be collide unless a error. 
  • You'll able to see this method on mobile or mobile conversation between host and destination. :D