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 |
Why Clock rate command is not configured on ethernet interface of a router?
Which of the following are examples of the Application Layer? A.) LLC B.) Token Ring C.) Spreadsheet D.) TCP E.) IP F.) Word Processor
In regards to the ISDN BRI standard, which channel is used for control? A.) B B.) D C.) E D.) I E.) Q
You are conferring a Frame Relay router with subinterfaces on interface Serial 0 Which subinterfaces numbers could you use for this configuration? A. 1 and 2 B. 0 2 and 0 3 C. 1 0 and 1 1 D. 0 1 a and 0 1
Which layer defines bit synchronization? A.) Application B.) Network C.) Transport D.) Physical E.) Session F.) Session
The two sublayers of the IEEE Data Link Layer are which of the following? A.) Link and Logical Control B.) Data Link and LLC C.) Logical Link Control and Media Access Control D.) Data Link and MAC
Which of the following are valid Cisco encapsulation type names? A.) arpa = IPX Ethernet B.) novell-ether = IPX Ethernet_802.3 C.) snap = IEEE 802.2 SNAP on Ethernet, FDDI, and Token Ring D.) novell-fddi = IPX Fddi_Raw E.) sap = IEEE 802.2 on Ethernet, FDDI, and Token Ring F.) hdlc = HDLC on serial interfaces
Which can be logged by IPX extended access lists? A.) source address B.) protocol C.) source socket D.) access list number E.) destination socket F.) destination address
What are the different IPX access lists?
Which type of Ethernet framing is used for TCP/IP and AppleTalk? A. Ethernet 802.3 B. Ethernet 802.2 C. Ethernet II D. Ethernet SNAP
Identify the command that displays traffic statistics on serial0/1? A.) display interface serial0/1 B.) show interface serial0/1 C.) show seria0/1 stats D.) show interface serial0/1 stats
Define the logical link control?