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 |
What is the purpose of data link layer?
What is the distance limitation for 100BaseT? A. 305.955 ft B. 7283.46 inches C. 184 Meters D. 185 Kilometers
What is mtu and what is its size for transmission?
b Which protocol for PPP LCP (Link Control Protocol) performs a challenge handshake? A. CHAP B. PAP C. UDP D. IPX
What do the following statements in an extended access list accomplish? access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21 access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 20 access-list 101 permit TCP 172.16.4.0 0.0.0.255 0.0.0.0 255.255.255.255 A. This will block ftp traffic. B. This will block http traffic. C. This will permit ftp traffic. D. This will permit tftp traffic.
Which command should you use to create an IP standard access list? A. access-list standard 172.16.4.13 B. access-list 1 deny 172.16.4.13 0.0.0.0 C. access-list 100 deny 172.16.4.13 0.0.0.0 D. access-list 198 deny 172.16.4.13 255.255.255.255
What is the purpose of the DLCI? A.) Identifies the remote routers B.) Contained with a 802.2 frame for routing purposes C.) Used with PPP during authentication D.) Identifies the PVC in a Frame Relay network
MIDI and MPEG are examples of what layer of the OSI seven layer model? A.) Session B.) Network C.) Datalink D.) Transport E.) Application F.) Presentation
Layer 1 and Layer 2 devices must forward a broadcast. Which of the following devices fall into this category? Gateway Switch Router All of the above.
Given an IPX network with redundant paths, what command will configure load balancing? A.) ipx load-balance B.) ip maximum-paths 2 C.) ipx maximum-paths 2 D.) ipx load-share
Which of the following is used to manage and monitor the network? A.) SNMP B.) HTTP C.) IP D.) FTP
Tell me which protocol called rapid protocol?