ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Certifications  >>  Cisco Certifications  >>  CCNA
 
 


 

 
 CCNA interview questions  CCNA Interview Questions
 CCDA interview questions  CCDA Interview Questions
Question
255.255.255.128/what is the n/w id ,broadcast id and the 
number of valid host(according to disco rules)
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 255.255.255.128/what is the n/w id ,broadcast id and the number of valid host(according to disco rules)
Answer
# 1
Here subnet mask is 128 i.e. /25 is the CIDR . 1 bit is 
used 4 addressing.

Class-C address format is N.N.N.H(8bit.8bit.8bit.8bit)

for subnetting we used cisco rule

1)no of subnet= 2^1=2 ( 1 is the first on bit of last 
octate)

2)no. of host in each subnet=2^7=128-2=126( 7 is the off 
bit of last octate)

3)valid subnet=256-128=128 i.e. 0, 128

4) broadcast address= is the no. right before the next 
subnet

5) valid host= nos. between network address & broadcast 
address

below table gives u detail

subnet        0                128

1st valid     1                129
host

last valid    126              253
host

broadcast
address       127              254
 
Is This Answer Correct ?    1 Yes 1 No
Sachin Farde
 
  Re: 255.255.255.128/what is the n/w id ,broadcast id and the number of valid host(according to disco rules)
Answer
# 2
but sachin as we know that ciso says that 1 st and last 
block are not used for n/w ing becose total num of n/w is 
2^n-2 so how can we use it
jitendera kuamr sinha
 
Is This Answer Correct ?    0 Yes 0 No
Jitendera Kumar Sinha
 
 
 

 
 
 
Other CCNA Interview Questions
 
  Question Asked @ Answers
 
Why do we have a Layered Model? 1) It reduces complexity 2) Allows for a standardized interface 3) Facilitates modular engineering 4) Ensures interoperable technology 5) Accelerates evolution 6) Simplifies teaching and learning  1
Of the following switching types, which one has the highest latency? A.) Cut-through B.) None C.) Store-and-forward D.) Fragment Free  1
What is NOT a characteristic of a network segment on a switch? A. The segment has its own collision domain B. The segment can translate from one media to a different media C. All devices in the segment are part of the same broadcast domain D. One device per segment can concurrently send frames to the switch. jetking1
What are the two primary operating modes for frame switching? A. Full Duplex B. Half-Duplex C. CSMA/CD D. Cut-through E. Fragmentation F. Store and Forward G. User mode H. Privileged mode  1
In Novell's use of RIP, there are two metrics used to make routing decisions. Select the two metrics. A. Ticks. B. Hops C. Loops D. Counts  2
Which of the following is a valid TCP/IP socket for an Email connection? 101.34.2.125:25 00-00-03-1B-CA-6F:143 202.167.23.101:21 60.4:110  1
Novell NetWare has an Ethernet frame type called Ethernet_SNAP. What is the matching Cisco command line keyword for this encapsulation method? A.) arpa B.) sap C.) snap D.) gns E.) dix F.) novell-ether  1
Which IP Address Class can have 64,000 subnets with 64,000 hosts per subnet? A. Class B B. Class A C. Class C D. Class D  2
With one method for transmitting frames through a switch, the switch receives the complete frame and checks the frame CRC before forwarding the frame. What is the switch transmission method called? A. CSMA/CD B. Full Duplex C. Cut-Through D. Half-Duplex E. Fragmentation F. Store and Forward  2
The "ipx delay number" command will allow an administrator to change the default settings. What are the default settings? A. For LAN interfaces, one tick; for WAN interfaces, six ticks B. For LAN interfaces, six ticks; for WAN interfaces, one tick C. For LAN interfaces, zero ticks; for WAN interfaces, five ticks D. For LAN interfaces, five ticks; for WAN interfaces, zero Ticks  1
Which port numbers are used by TCP and UDP to set up sessions with other hosts? A.) 1024 and above B.) 6 and 17 respectively C.) 1-25 D.) 6-17  4
How does the cut-through switching technique work? A.) By using broadcast address as source addresses B.) The switch waits only for the header to be received before it checks the destination address and starts forwarding the packets C.) The LAN switch copies the entire frame into its onboard buffers and then looks up the destination address in its forwarding, or switching, table and determines the outgoing interface D.) By using a Class I repeater in a collision domain  1
Which three are typical operational phases in a basic connection oriented network service? A. call setup B. data transfer C. load balancing D. call termination E. caller ID F. call prionflication G. data segmentation H. data and momma I. data link identification J. callering book  1
What is the default routing metric used by IGRP? A.) MTU, delay, bandwidth, reliability, and loading B.) Count to infinity C.) Bandwidth and delay D.) Hop count  2
What is a benefit of a virtual LAN (VLAN)? A. It increases the number of broadcast domains B. It decreases the number of broadcast domains C. It increases the numberr of collision domains D. It decreases the number of collision domains E. Since it is a vitual Interface it never shuts down  3
What is the distance limitation for 100BaseT? A. 607 ft B. 25 Meters C. 1,000 ft D. 185 Meters  1
Which layer is responsible for determining if sufficient resources for the intended communication exists? A.) Application B.) Network C.) Session D.) Presentation E.) Transport  2
If you have configured IPX on a Serial interface, which command would display the IPX network and node address on the Serial 1 interface? A.) show interface B.) show ipx s1 C.) show interface s1 D.) show ipx int serial 1 E.) show ipx int brief  1
What are the 2 functions of the Data Link Mac layer? A.) Handles access to shared media B.) Manages protocol access to the physical network medium C.) Provides SAPs for higher level protocols D.) Allows multiple devices to uniquely identify one another on the data link layer  1
. Which command sequence will allow only traffic from network 185.64.0.0 to enter interface s0? A. access-list 25 permit 185.64.0.0 255.255.0.0 int s0 ; ip access-list 25 out B. access-list 25 permit 185.64.0.0 255.255.0.0 int s0 ; ip access-group 25 out C. access-list 25 permit 185.64.0.0 0.0.255.255 int s0 ; ip access-list 25 in D. access-list 25 permit 185.64.0.0 0.0.255.255 int s0 ; ip access-group 25 in  1
 
For more CCNA Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com