Given the IPv4 address, 200.245.10.150/28, how many subnets are possible and how many hosts can be supported by each subnet?a. 228 = 268 subnets, 24 -2 = 14 hosts per subnetwork
b. 24 = 16 subnets, 228 - 2 = 268E6 hosts per subnetwork
c. 24 - 2 = 14 subnets, 24 = 16 hosts per subnetwork
d. 24 = 16 subnets, 24 - 2 = 14 hosts per subnetwork

Answers

Answer 1
Answer:

Answer:

d. 24 = 16 subnets, 24 - 2 = 14 hosts per subnetwork

Explanation:

When four bits are borrowed from the fourth octet of class C IP address 200.245.10.150, the IP address is subnetted to 16 subnets, where the number of subnets is equal to two raised to the number of borrowed bits (ie, 2^ number of borrowed bits), and 14 assignable host IP address gotten from the formula;

  = 2^(number of host bits in the fourth octet) - 2

  = (2^4) - 2

  = 16 - 2 = 14 host addresses


Related Questions

Give an example of a function from N to N that is:______.a) one-to-one but not onto b) onto but not one-to-one c) neither one-to-one nor onto
Which Numpy function do you use to create an array? (Points : 1) npnp.arraynp.numpynumpy
What are some methods of cyber bullying ?
An analyst receives an alert from the SIEM showing an IP address that does not belong to the assigned network can be seen sending packets to the wrong gateway. Which of the following network devices is misconfigured and which of the following should be done to remediate the issue? A. Firewall; implement an ACL on the interface B. Router; place the correct subnet on the interface C. Switch; modify the access port to trunk port D. Proxy; add the correct transparent interface
If two light bulbs are wired in series and one bulb burns out the other bulb will

Perform depth-first search on each of the following graphs; whenever there's a choice of vertices, pick the one that is alphabetically first. Classify each edge as a tree edge, forward edge, back edge, or cross edge, and give the pre and post number of each vertex.

Answers

Answer:

See the table attached for complete solution to the problem.

How does abstraction help us write programs

Answers

Answer:

Abstraction refines concepts to their core values, stripping away ideas to the fundamentals of the abstract idea. It leaves the common details of an idea. Abstractions make it easier to understand code because it concentrates on core features/actions and not on the small details.

This is only to be used for studying purposes.

Hope it helps!

Technician A says a 2:1 gear ratio doubles the amount of torque. Technician B says a 2:1 gear ratio reduces the speed by half. Which technician is correct? A. Technician A only
B. Neither Technician A nor Technician B
C. Both Technician A and Technician B
D. Technician B only

Answers

b, a 2 to 1 increases doubles speed and reduces speed by half

True / FalseIn the structure of a conventional processor, the computational engine is generally known as the arithmetic-logic unit.

Answers

Answer:

True

Explanation:

The arithmetic and logic unit (ALU) in a microprocessor is the digital electronic component which carries out arithmetic and logic operations on the provided operands. It is typically integrated as part of the microprocessor chip though standalone ICs are also available.

Some examples of the operations performed by ALU in common microprocessors include:

  • Add
  • Subtract
  • Increment
  • Decrement
  • AND
  • OR
  • XOR

A database is composed of several parts known as database ____

Answers

fragments.....is the answer...
Hope it Helpz..!!

The Spanning Tree Protocol operates at the Network layer of the OSI model.True

False

Answers

Answer:

False

Explanation:

The Spanning Tree Protocol operates at the Data link layer of the OSI model.

Spanning Tree Protocol (STP) is a bridge and switch (Layer 2 protocol). The STP specification is IEEE 802.1D. STP's primary aim is to guarantee that when you have redundant routes in your network, you do not generate loops. Loops to a network are fatal.

Other Questions