how to find network ID from IP address?without using network
calc...
Answers were Sorted based on User's Feedback
Answer / anil
173.60.40.0/20
s
subnet: 255.255.240.0
So, we have 4bits in 3rd octet. It means 16.
Try to divide the 40/16.
40 is not divisible by 16 it means it's a valid Ip.
So., the netork id would be 16*2=32.
173.60.32.0/20 is the network ID.
| Is This Answer Correct ? | 39 Yes | 8 No |
Answer / prabhu
u can find the network Id by starting ip ranges
A class 0-127 network id 255.0.0.0
b class 128-191 network id 255.255.0.0
c class 192-223 network id 255.255.255.0
| Is This Answer Correct ? | 44 Yes | 22 No |
Answer / divyng acharya
first identify network bits from the given mask.make all
the host bits 0.keep the network bits as it is. you obtain
your network address
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / mayur
we can find the network id from ip subnet.suppose if we
take 173.16.20.0/20 .The subnet mask will be 255.255.240.0
the subneting is done in the 3rd octet so,if you
substract 256-240 = 16. 16+16=32 .20 comes in between
16 to 31 the network ip will be 173.16.16.0 as the last
ip i.e 32 is considerd as broadcast ip it is not
considered
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / mukesh thakur
U CAN FIND NETWORK ID BY 1ST OCTET OF IP ADDRESS IN IPV.4
CLASS A RANGE START FROM 0-127,
CLASS B 128-192
CLASS C 192-223
CLASS D USED FOR MULTICAST
CLASS E USED FOR EDUCATION AND RESEARCH
AND 127.0.0.1 IS USED FOR LOOP BACK ADDRESS
| Is This Answer Correct ? | 17 Yes | 12 No |
Answer / fun e
We can find the network ID from Ip using subnet.Suppose if
we take 192.168.20.0/20.
Now subnet is 255.255.240.0
Here we have 2 full octates and 4 bits in 3rd octet
position.I.e 16.
So the networks will come like this
192.168.1.0
192.168.16.0
192.168.32.0.....
Our ip address 192.168.20.0 is in 192.168.16.0 network.So
192.168.16.0 is the network ID.
| Is This Answer Correct ? | 12 Yes | 8 No |
Answer / mukesh
this is ur class B ip address because we check it from 1st
octet and 173 is comes between class b 128-191..
so u can check it from 1st octet
in class a 1 network id and 3 host id
in class b 2 network id 2 host id
in class c 3 network id 1 host id
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / kis
we can find the network id from ip subnet
suppose ip address is 192.16.20.0/20
subnet mask will be 255.255.240.0
as you can see three bytes are easy to determine.but second
byte need bit-wise AND operation.if two bits are both (1s)
the result will be (1)otherwise result will be zero.
write 20 and 240 in decimal form
128 64 32 16 8 4 2 1
20 : 0 0 0 1 0 1 0 0
240 : 1 1 1 1 0 0 0 0
----------------------------
16 : 0 0 0 1 0 0 0 0
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / cibin albin
the network id will be the first ip address of a particular
host ip address.For example if take ip address as
192.168.20.10 then the network address orNetwork ID will be
192.168.20.0
| Is This Answer Correct ? | 9 Yes | 9 No |
Of the following switching types, which one has the lowest latency? A.) Cut-through B.) Fragment Free C.) None D.) Store-and-forward
Which device listed below provides clocking for the line? A.) DCE B.) CPE C.) CO D.) DTE E.) Demarc
Which of the following is a routing protocols? TCP RIP SMTP UDP
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.
Identify 2 transport layer protocols? A.) IP B.) TCP C.) CDP D.) ARP E.) UDP
Which two statements about integrated services digital network (ISDN) are true? A. ISDN provides data only capability B. ISDN provides an integrated voice/data capability C. The ISDN standards define the hardware and call setup schemes for end the end digital connectivity D. Users receive more bandwidth on WANS with a leased lin of 56 Cops than with multiple B channels
Identify 2 characteristics of PPP? A.) Uses LLC to establish the link B.) Default serial encapsulation C.) Support multiple layer 3 protocols D.) Offers two types of authentication; PAP and CHAP
Identify the 2 commands that save the running-config to a TFTP server? A.) write running tftp B.) copy running network C.) copy running tftp D.) write network
Identify the command to run 'setup'? A.) Router(config)#setup B.) Router?setup C.) Router#setup D.) Router>setup
What is icmp protocol?
Identify the keystroke used to terminate the setup mode? A.) Ctrl-K B.) Crtl-C C.) Ctrl-Z D.) Crtl-End
How IEEE Calculate the Cost of Link (ex.. 10mbps is having Cost 100) Is there any formula or any test to calculate it.