edited by
154 views
0 votes
0 votes

An organization is granted the block $130.56 .0 .0 / 16$. The administrator wants to create $1024$ subnets.

Find subnet mask.

  1. $130.255 .255 .255$
  2. $130.56 .255 .255$
  3. $130.56 .0 .255$
  4. $130.56 .155 .192$

(Option $1 [39677]) 1$
(Option $2 [39678]) 2$
(Option $3 [39679]) 3$
(Option $4 [39680]) 4$

Answer Given by Candidate: $2$

edited by

1 Answer

Related questions

0 votes
0 votes
2 answers
1
admin asked May 20, 2023
1,352 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301])...
0 votes
0 votes
1 answer
4
admin asked May 20, 2023
528 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$return 'true';...