Your previous Network Administrator had subnetted your network into many subnets. Only info you have is that one of the hosts IP was 200.252.144.33 and the mask was 255.255.255.240.
Which class network is it ?
How many bits are being subnetted ?
What is the broadcast address ?
a. B, 28, 255.255.255.47
b. C, 20, 255.255.255.47
c. C, 28, 255.255.255.47
c. C, 28, 255.255.255.32
Answer / indu
C
explanation:
We see that the first byte is 200. That puts it in class C.
Mask's last byte 240 (128+64+32+16), that 4 bits. N=4 (see subnetting
formulas above). That subnetted bits = 8+8+8+4 = 28.
There should be 14 (2^4-2) hosts in the subnet.
The highest Ip in the subnet will be 200.252.144.33+13 = 200.252.144.46
The broadcast address is always 1 higher than the highest Ip in the range.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which protocol is used typically within an AS ?
What does the "Lease" field hold in the dhcp network database ? a. how long the client has the lease for (length) b. how long remains of the lease c. absolute time when the lease expires
Which layer handles the transport of messages between communication partners, controls the flow of data, and defines the transport quality.
Explain the role of ieee in computer networking?
what is definition of shadow copy
Define proxy servers and how do they protect computer networks?
What is spoofing? a. Where a packets claims its source to be other that what its source really is. b. Same as "denial of service" attacks c. Where a machine continually pings another machine d. Where certain broadcasts are passed through a router
Please list the types of Firewalls, Routers, Switches, Servers, you manage?
Define the proper termination rate for utp cables?
You have a class C subnet. You would like divide it up into 12 more subnets by "subnetting". However you also have to have at least 13 hosts per subnet. Can you do it ?
Can you please explain the difference between hub and a switch?
Your workstation can ping itself by ip, but it can't ping ip of the others on the same subnet. why? (The physical connection is OK).