181k views
5 votes
How is a network address of 192.168.6.0 and a subnet mask of 255.255.254.0 written in cidr?

User Muricula
by
9.0k points

1 Answer

0 votes
it can be written with

192.168.6.0/23

255.255.0.0 means /16 which is class b subnet mask so as 254 is in the third octet which means /23 so you can write it as /23.
User Mohit Bansal
by
7.5k points