1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Rasek [7]
3 years ago
7

ABC incorporated wants to implement a TCP/IP network for its only site. It has 180 employees and two buildings and requires Inte

rnet access for an e-mail server, a single Web server, a single FTP server, and two routers, each with a single high speed Internet interface. If the company wants to hold ISP costs to an absulate minumum, what kind of IP addresses should they primarily use
Computers and Technology
1 answer:
riadik2000 [5.3K]3 years ago
5 0

Answer:

A private IP address should be implemented but a PAT and a static NAT should be configured for the computers and the intermediate devices respectively.

Explanation:

There are two types of IP addresses, they are public and private addresses. The public address is an IP4 address routable on the internet while the private address is not routable.

Internet service providers do charge for the use of public IP addresses they render, which can be very costly. To reduce the company's expenses on the internet, the company is networked with private addresses and are mapped for network address translation ( NAT) which assigns a public global address to devices accessing the internet.

You might be interested in
Explain how QoS might be implemented
Artist 52 [7]

Answer:

 The quality of service basically provide the sufficient quality in the IP network and it is also known as traffic shaping. As, it assign the priority to every device and the services in the network. It basically recognize the several types of the traffic moving in the network.

The implementation of quality of service is basically done in many network applications by reserve the bandwidth and specific path in the network system.

The various network device control the packet flow so that the network resources can easily accept packets in the network.

 

 

6 0
3 years ago
Which best explains what a credit score represents?<br> A
Jlenok [28]
Hello, next time please show us A B C D so we are able to help you! :)
7 0
3 years ago
Which group on the sparkline tools design tab would you choose if you wanted to change the data source of the sparkline? (1 poin
valentinak56 [21]
The answer is (B) Sparkline

Sparkline is a feature in MS Excel that enables you to see trends within your data at a glance. Once the procedure is followed to create a Sparkline, you can change the Sparkline’s data source. To do this, you need to select the Sparkline cell and go to the Sparkline tools tab. You can proceed to click on Design - Sparkline - Edit Data - Edit group location and data/ Edit Single Sparkline’s Data option.

4 0
4 years ago
write a program that generates 100 random integrs between 0 and 9 and displays the count for each number. (Hint: Use (int) (math
Nataly_w [17]

Answer: The java program to generate 100 random numbers and count their occurrence is shown below.

import java.util.Random;

import java.util.*;

public class MyClass {

   public static void main(String args[]) {

     int[]count = new int[10];

// temporarily stores the randomly generated number

     int num;

     for(int i=0; i<10; i++)

     {

// initialize count of all digits from 0 to 9 to zero

           count[i] = 0;

     }

     for(int i=0; i<100; i++)

     {

// generates 100 random numbers or integers from 0 through 9

           num = (int) (Math.random() * 10);

           for(int j=0; j<10; j++)

           {

// compare each randomly generated number with digits from 0 to 9 and increment their count accordingly

               if(num == j)

                   count[j] = count[j]+1;

           }

     }

     System.out.println("The count of randomly generated numbers is shown below.");

     for(int i=0; i<10; i++)

     {

           System.out.println("Count of "+i+" is "+ count[i]);

     }

   }

}

OUTPUT

The count of randomly generated numbers is shown below.

Count of 0 is 10

Count of 1 is 8

Count of 2 is 13

Count of 3 is 10

Count of 4 is 9

Count of 5 is 13

Count of 6 is 7

Count of 7 is 11

Count of 8 is 9

Count of 9 is 10

Explanation: This program declares an integer array of size 10 and initializes it to 0.

Random numbers are generated as shown. The number is randomly generated in an outer for loop with executes 100 times for 100 numbers.

(int) (Math.random() * 10)

The package java.util.Math is imported to serve the purpose.

The above code generates random numbers which can be floating numbers. The integer part is extracted using (int).

This yields the digits from 0 through 9.

For every occurrence of digits from 0 to 9, the count of the index of the respective digit is incremented.

To serve this purpose, inner for loop is implemented. The variable used in this loop is compared with the random number and index of count incremented accordingly. The inner for loop runs 10 times at the maximum, in order to match random number with 0 through 9.

Lastly, the occurrence of every digit from 0 to 9 is displayed.

8 0
4 years ago
Write a program to print ( SQUARE ) of first 10 natural numbers using while wend loop.
Wewaii [24]

The program that will print (SQUARE) of first 10 natural numbers using while  loop is given below.

<h3>What is the code that returns the above result?</h3>

The program that returns the above result is:

public class KboatNaturalNumbers

{

   public static void main(String args[]) {

       int n = 1;

       int sum = 0;

       while (n <= 10) {

           System.out.println(n);

           sum = sum + n;

           n = n + 1;

       }

       System.out.println("Sum = " + sum);

   }

}

<h3>What is a loop?</h3>

A loop is a set of instructions that are repeatedly carried out until a specific condition is met in computer programming.

In most cases, a given procedure, such as collecting data and changing it, is followed by a condition check, such as determining whether a counter has hit a predetermined number.

Learn more about loops:
brainly.com/question/26568485
#SPJ1

5 0
2 years ago
Other questions:
  • Which of the following are important for protecting computing devices and systems? Physical safeguards like a secure space prote
    7·1 answer
  • Can you guess why some of the nodes would still have statically assigned ip addresses?
    10·1 answer
  • Which of the following statement is true?
    8·1 answer
  • This is a program that calculates information about orders of shirts and pants. All orders have a quantity and a color. Write a
    7·1 answer
  • . Convert your age into binary and then to hexadecimal. Show your work.
    5·1 answer
  • The number of binary digits required to count 10010 is called _________​
    10·1 answer
  • Which disipline involves creating computer networks
    13·2 answers
  • Which of the following is not an Error Style for data validation?
    7·1 answer
  • Type the correct answer in the box. Spell all words correctly.
    14·1 answer
  • def multiplication_table(number): # Initialize the starting point of the multiplication table multiplier = 1 # Only want to loop
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!