http 80
smtp 25
ftp 21
pop3 110
https 443
Friday, March 23, 2012
What Is a MAC Address?
A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment
The MAC address is a unique value associated with a network adapter.
MAC addresses are also known as hardware addresses or physical addresses.
They uniquely identify an adapter on a LAN
The MAC address is a unique value associated with a network adapter.
MAC addresses are also known as hardware addresses or physical addresses.
They uniquely identify an adapter on a LAN
Labels:
network interview questions
What is a subnet mask?
- What is a subnet mask?
Applying a subnet mask to an IP address separates network address from host address
Performing a bitwise logical AND operation on the IP address with the subnet mask produces the network address.
IP: 1101 1000
Mask: 1111 1111
---------------------------------------------
1101 1000
Let's assume that a host has a network address of 216.3.128.0 (as shown in the example above).
Let's say that we
216
216
The web host will have the subnet mask of 216.3.128.128 (/25). Now, we'll further divide the 2nd half into
216
216
216
216
216
216
216
216
-----------------------------
255
http://www.iplocation.net/tools/netmask.php
http://uk.answers.yahoo.com/question/index?qid=20090308095625AALSBe3
Part 1 IP Basics (Rob Bentz)Subnetting
-IPV4
-IP address is 32 bits
-IP has 4 octets
-8 bits=1 octet
-IP includes network id and host id information
-Computers uses boolean AND operation to determine host and network id
-32-bit IP address
-this conversion with boolean AND operation reveals network id and masks the host id
CIRD tells us how many bits of
172.16.1.1/16(CIDR) "/16" means first 16 bits of
255.255.0.0
Part 2 The New Mask (Rob Bentz)Subnetting
Part 3 Subnets (Rob Bentz)Subnetting
Cisco CCNA -Part 1 The Magic NumberSubnetting
How does a router figure out how to route an incoming
Cisco CCNA -Part 3 The Magic NumberSubnetting
in 6 easy steps - part 1Subnetting
Made Easy Part 2Subnetting
- IP Addressing and
Part 3Subnetting
- How to calculate a TCPIP
subnet maskIPv4
- How to Subnet - HD Tutorial
- My project needs 6 subnets, but each department has different numbers of host. I have to reserve extra hosts for future growth.
I’m stuck at this part… So what are the IP’s, subnet mask, & network address?
http://webdrift.net/
- The maximum number of hosts and subnets in a particular subnetwork
by a subnet mask.is designated
A subnet mask divides an IP address into the network part and the host part by
So we translate a subnet mask into binary form, or we can use a CIDR mask, and count the number of ones and zeros
(number-of-zeros = 32 - number-of-ones).
The network part of an address
it means that we can change bits in this part and every time we'll get a different subnet, so the number of combinations in this part is the number of subnets
2 square number-of-ones = number-of-subnets
http://subnet-calculator.samuraj-cz.com/
for addressing hosts within the subnet. In the above example the subnet maskThe remaining bits after the subnet are used 26 bits, leaving 6 bits for the host identifier. This allows for 64 combinationsconsists of ( 2 6), however the all zeros value and all ones value for the network ID and broadcast address respectively, leaving 62 addresses.are reserved
- Rule 1
If the host bits in a given IP address are all set to '0', this is the network or subnet address.
If the host bits in a given IP address are all set to '1', this is the broadcast address (all hosts in the subnet/network are destination).
Rule 2
The formula used to calculate the number of available subnets given the specific length of network mask.
Rule 3
The formula used to calculate the number of available hosts per subnet or network given the specific network mask.
http://ciscoiseasy.blogspot.com/2010/11/lesson-29-ipv4-subnetting-rules.html
1. You work for a large communications corporation namedGlobeComm which has been assigned a Class A network address. Currently, the company has 1,000 subnets in offices around the world. You want to add 100 new subnets over the next three years, and you want to allow for the largest possible number of host addresses per subnet.
http://academic.keystone.edu/cisco/documents/subnetting/SubnettingQuestionsAndAnswers.htm
Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router?
172.16.1.100
172.16.1.198
172.16.2.255
172.16.3.0
http://www.indiabix.com/networking/subnetting/
Questions with Detailed Answers:Subnetting
1. You work for a large communications corporation named
http://academic.keystone.edu/cisco/documents/subnetting/SubnettingQuestionsAndAnswers.htm
Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router?
172.16.1.100
172.16.1.198
172.16.2.255
172.16.3.0
http://www.indiabix.com/networking/subnetting/
Solving Subnetting Questions for the Cisco CCNA - 1
What is the subnet? Easy Solution
Subnet a Network in Packet Tracer - Part1
Configure Devices in Packet Tracer - Part2
Configure Static Routes in Packet Tracer - Part3
IPv4 Only)
IP Subnet Calculator
Subnet Calculator
Subnet Calculator
Subnet Calculator
Subnet Calculator
IP Subnet Calculator
Subnet Calculator
IP Subnet Calculator
Subnetting Mastery - What is Subnetting ? - Part 1 of 7
Subnetting helps reduce network traffic and the size of the routing tables. It’s also a way to add security to network traffic by isolating it from the rest of the network
Subnet Calculator is used to divide an IP network into subnetworks by calculating network address, subnet mask, broadcast address and host IP address range
IP Subnet Calculator
Subnet Calculator
Subnet Calculator
Subnet Calculator
Subnet Calculator
IP Subnet Calculator
Subnet Calculator
IP Subnet Calculator
- What are the benefits of
subnetting ?
http://www.enterprisenetworkingplanet.com/netsysm/10-killer-interview-questions-for-network-professionals.html
Labels:
network interview questions
Subscribe to:
Posts (Atom)