Answer:
The algorithm is as follows:
1. Start
2. Display "Input Item Price: "
3. Input Price
4. Markup = Price + 80% * Price
5. Selling_Price = 10% * Markup
6. Display "The Selling Price is "+Selling_Price
7. Stop
Explanation:
This signals the beginning of the algorithm
1. Start
This is a prompt that asks for the price of the item
2. Display "Input Item Price: "
This gets the price of the item
3. Input Price
This calculates the Markup (80% of the inputted price)
4. Markup = Price + 80% * Price
This calculates the selling price (10% of the markup)
5. Selling_Price = 10% * Markup
This prints the selling price
6. Display "The Selling Price is "+Selling_Price
This signals the end of the algorithm
7. Stop
It is used to repeat any block of code multiple times (iteration)
The reason nonessential protocols are a security issue that you should be concerned about is that: A. nonessential ports provide additional areas of attack.
<h3>What is information security?</h3>
Information security can be defined as a preventive practice which is typically used to protect an information system (IS) that use, store or transmit information, from potential theft, attack, damage, or unauthorized access, especially through the use of a body of technologies, encryption, frameworks, processes and network engineers.
In Cyber security, the reason nonessential protocols are a security issue that an end user should be concerned about is that nonessential ports would provide additional areas of attack because all protocols have weaknesses based on the principle of least privilege.
Read more on information security here: brainly.com/question/14286078
#SPJ1
Complete Question:
You have instructed all administrators to disable all nonessential ports on servers at their sites. Why are nonessential protocols a security issue that you should be concerned about?
Nonessential ports provide additional areas of attack.
Nonessential ports can't be secured.
Nonessential ports require more administrative effort to secure.
Answer:
From the two IP addresses, 192.168.2.1 can be listed as the default gateway in local network devices.
The reason is that we are allocated with the ranges that are reserved for the local networks by RFC 1918.
These ranges are given as follows:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
Moreover the default gateway for a device can also be known by the commands ipconfig or ipconfig/all on the command prompt.
<h3>I hope it will help you!</h3>