subject

sWin an international IT solutions company, is launching 11 new branches in a new country where they currently have no existing branches. The sWin CIO has asked that each subnet should host at least 2000 devices. sWin has obtained a network address of 10.11.0.0/17. This address needs to be subnetted further and the CIO has decided that the internal subnet mask will be /21 The company’s subnet plan allows for: Router Pool: 2 router interfaces for each subnet – the last 2 IP addresses from each subnet. Managed Network Device Pool: The first 64 IP addresses are reserved for switches and other network devices Server Pool: The first 64 IP addresses following the Managed Network Device Pool are reserved for servers. Workstation Static Pool: The first 16 IP addresses following the Server Pool are reserved for Workstations that require static IP addresses. Workstation DHCP Pool: The remaining IP addresses are reserved for automatic IP configuration. You have been asked to use subnet 10 for your device addressing. Allocate the first IP address from the Server Pool to the Domain Controller. Allocate the first IP address from the Workstation Static Pool to Client PC. Allocate the first IP address from the Router Pool to be the default gateway. Enter your calculations, justifications and solution.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
Wich technology can a website use to allow you to listen to a concert live over the internet?
Answers: 3
question
Computers and Technology, 22.06.2019 20:10
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
question
Computers and Technology, 23.06.2019 08:30
Helen's credit card has an apr of 15.32% and a grace period of 17 days and helen pays her balance in the full every month. if her last billing cycle ended on september 26, 2009, and she made her payment on october 11, 2009, did she owe any interest on her last statement's balance?
Answers: 3
question
Computers and Technology, 24.06.2019 14:40
Create a function (prob3_6) that will do the following: input a positive scalar integer x. if x is odd, multiply it by 3 and add 1. if the given x is even, divide it by 2. repeat this rule on the new value until you get 1, if ever. your program will output how many operations it had to perform to get to 1 and the largest number along the way. for example, start with the number 3: because 3 is odd, we multiply by 3 and add 1 giving us 10. 10 is even so we divide it by 2, giving us 5. 5 is odd so we multiply by 3 and add one, giving us 16. we divide 16 (even) by two giving 8. we divide 8 (even) by two giving 4. we divide 4 (even) by two giving 2. we divide 2 (even) by 2 to give us 1. once we have one, we stop. this example took seven operations to get to one. the largest number we had along the way was 16. every value of n that anyone has ever checked eventually leads to 1, but it is an open mathematical problem (known as the collatz conjectureopens in new tab) whether every value of n eventually leads to 1. your program should include a while loop and an if-statement.
Answers: 3
You know the right answer?
sWin an international IT solutions company, is launching 11 new branches in a new country where they...
Questions
question
Mathematics, 19.07.2019 15:30
question
Chemistry, 19.07.2019 15:30
Questions on the website: 13722367