Why is the protocol down, even though you issued the no shutdown command for interface vlan 99?

Answers

Answer 1

At least one device needs to be assigned to a Vlan 99 to bring the protocol up. Assuming that the Status is UP and the protocol is DOWN may mean that there are no ports assigned to Vlan 99 and thus no host assigned to this Vlan.






Answer 2

Answer and explanation:

The protocol of a management interface with VLAN 99 could be "down" because there are no ports assigned to it, meaning there are no hosts assigned to that interface. In this case, the status of the interface can be displayed as "up" regardless of the protocol.


Related Questions

Write a local function named maxvalue that returns the maximum of two inputs numa and numb.

Answers

Final answer:

The task is to write a function called maxvalue which determines the larger of two numbers, numa and numb. This Python function uses an if-else statement to return the greater number.

Explanation:

To write a local function named maxvalue that returns the maximum of two inputs numa and numb, you can use the following code in Python:

def maxvalue(numa, numb):
   if numa > numb:
       return numa
   else:
       return numb

This function takes two parameters, numa and numb, and uses a simple if-else statement to determine which of the two is greater. If numa is greater than numb, it returns numa; otherwise, it returns numb. You can call this function with two numbers to get the maximum value.

Dani has drawn some shapes in a PowerPoint presentation about ice skating and would like to make it look like the shapes are resting on the ice rink.
What would most likely be the fastest and easiest way for Dani to do this?

A. Dani should copy each shape, paste it below the original, and use the rotate tool to spin it around so that it is a mirror image of the original.
B. Dani should draw under the originals new shapes that are mirror images, and she should make the new shapes brighter colors than the originals.
C. Dani should use the Styles gallery to find a style that makes a shape look like it is resting on glass.
D. Dani should use Shape Effects for each original shape to add a Reflection effect under each one.

Answers

ANSWER: D. Dani should use Shape Effects for each original shape to add a Reflection effect under each one.

EXPLANATION: Dani should use the Shape Effects for the original shapes because that would add a reflection effect under each individual shapes. As Dani wants to portray the shapes as if they are resting on ice rink, it is usual for ice rinks to reflect images on it. The shape reflection that would be added by the Shape effect will be similar to what it should look like if any thing reflects on ice rink.

A. Dani should copy each shape, paste it below the original, and use the rotate tool to spin it around so that it is a mirror image of the original.

Given the code below, what would output to the Console Window?

Think carefully on this one...it is tricky!
C#
1
string a = ”10”;
2
string b = “20”;
3
Console.WriteLine(a+b+5);

Answers

I don't know C# but based on experiences in other OOP languages and languages in general, you get a type error, whatever format that may be for C#. You cannot concatenate "10" and "20" as strings and then attempt to add an integer 5 unless the language has inferred type coercion.

The _____ unit is the preferred style unit for web page text because it makes it easy to develop pages in which different page elements have consistent relative font sizes under any device.

Answers

em The answer that you are looking for is (em)

Answer:

"Ems"  (em)

Explanation:

“Ems” (em): Is is a scalable unit that is used in web page text or markup language like HTML, it allows page elements have a consistent relative font sizes.

It is important to know that an em (1em) is equal to the current font-size, for instance, if the font-size of the document is 10pt, 1em is equal to 10pt. Ems are scalable in nature, so 2em would equal 20pt.

This measures how close a biometric reading is to a prerecorded template

Answers

The question above has multiple choices;

a)      Hamming distance

b)      Match percentage

c)       Legacy amount 100.

d)      PDA reading

The answer is a) Hamming distance


Biometric authentications like other technologies are vulnerable to attacks such as spoofing and transmission. Binary template representations in recent research provide significant improvements in efficiency without compromising data accuracy for biometric modalities like iris, fingerprints, and palm prints.

Any binary biometric representation that uses hamming distance and converts it into a privacy preserving secure protocol comparison provides template protection.






what is an icon or animation used to represent a participant in an internet chat referred to as

Answers

An avatar is a visual representation, such as an icon or animation, used to represent a participant in an internet chat, giving a personal touch and embodying the user's persona in the digital realm.

An icon or animation used to represent a participant in an internet chat is commonly referred to as an avatar. These visual representations can range from a simple static image to a complex three-dimensional character. Avatars are used to give a personal touch to the digital communication experience, embodying the user's persona in the virtual realm.

In contrast to religious icons, which are sacred images representing holy figures, an avatar is a secular, digital counterpart widely used in online platforms and gaming environments for identity representation and communication. Moreover, in addition to icons, animations such as emojis or GIFs also serve as participant representations in online chats.

The _____ icon allows the user to improve the brightness, contrast, or sharpness of the picture.

Answers

Answer:

The Corrections icon

Explanation:

In Office 2010, 2013, 2016, you can adjust the brightness, contrast, and the sharpness of a picture. This can be achieved by using the corrections tool. Assuming you already have the picture, click on it and on the Format tab, under the Pictures tools, in the Adjust group, click Corrections. Under the Sharpen/Soften or the Brightness/Contrast, you can click the thumbnails that you want to make adjustments.

An empty frame used to reserve space for a picture to be inserted at a later time is known as a _____. shape image picture placeholder picture frame

Answers

An empty frame used to reserve space for a picture to be inserted at a later time is known as a Placeholder

Technician a says that the above illustration shows one method used to keep the chain tension tight in an indirect drive camshaft. Technician b says that the chain tensioner compensates for any stretching that the chain experiences as it operates. Who is right?

Answers

both a and b are right read the study guides man

Technician A and B both are right in their opinions related to chain tension.

Who is a technician?

Technician may be electrical or mechanical, who has complete assembly and un-assembly knowledge. He knows the causes or consequences of the failures.

Technician A says that the above illustration shows one method used to keep the chain tension tight in an indirect drive camshaft.

While, Technician B says that the chain tensioner compensates for any stretching that the chain experiences as it operates.

In case of chain, it has self adjusting nature when connected with the cam shaft. There will not be any slack in chain.

Thus, Technician A and B both are right.

Learn more about technician.

https://brainly.com/question/14290207

#SPJ2

To add a preformatted sidebar to a document, select the _____ icon.

Answers

To add a preformatted sidebar to a document, select the Texbox icon. The icon has an image of a page with the letter "A" on the upper left side. It is found on the drawing toolbar at the bottom or top of the document. The texbox can be used to type text in the box.

If a user has two texts selected, the Reveal Formatting pane allows the user to

compare the word counts of the two texts.
insert tables into both texts.
spell-check both texts.
compare the fonts of the two texts.

Answers

The answer is (D) compare the fonts of the two texts.

Word has a reveal formatting feature that allows one to see how selected text has been formatted. This feature is important since it allows you to tell at a glance what formatting has been used. To use this tool, press the combination keys shift+f1 and the reveal formatting pane will pop up.






An alteration threat violates information integrity.
a. True
b. False

Answers

The answer is True


It intentionally or unintentionally compromises a system by making unauthorized changes to data. As compared to intentional changes which are usually malicious, unintentional changes are normally accidental. Changes and modifications to the system configurations can also compromise integrity. Such modifications might include deleting, changing, and creating information in a network resource. It is best to implement mechanisms on how one can track and audit such changes as they happen




After you divide the viewfinder appropriately you locate the subject? PLZ ANSWER MY TEST DO BY TONIGHT

A/ along one of the division line

B/ to the left or right of the division if the composition is horizontal

C/ to the above or below the division if the composition is vertical

D/ both b and c

Answers

The Answer is A: along one of the division lines. 

3k means about 3 thousand bytes. how would you express five billion bytes?

Answers

Hello!

You would express five billion bytes as 5G.

3k means about 3 thousand bytes. How would you express four trillion bytes?

Answers

Hello!

Four trillion bytsz will be expressed as "4T".

T stands for trillion.

PLEASE HELP!
What is Wikipedia's neutrality policy? Why is it important?

Answers

Also known as the NPOV, it is a fundamental principle of Wikipedia and is one of the three core content policies. NPOV which is neutral and unbiased presents fairly and by far all significant views published by reliable sources. Neutral point of view is important in this society since it encourages cooperation among encyclopedias’ contributors.  






Kerry is working in Outlook 2010. A portion of his computer screen is shown. Which feature of the window is missing?

Answers

The Reading Pane

The reading pane in Outlook can be used to view and work with items that are in the inbox folder. Sometimes, this feature might not visible when working with Outlook. The reading pane can be positioned to the right, bottom, or hidden completely. To unhide it, click the View menu, click the Reading pane and then select the ON option to turn it on

Given the code below, how many times would "I love C#" be output to the Console Window?
1
int counter = 10;
2
while (counter>5) {
3
Console.WriteLine("I love C#");
4
counter++;
5
}
C#

0

10

11

Infinite Loop

Answers

The answer is infinite loop the program would continue executing since the statement parameters are met by counter 10 being greater than 5
I'm relatively new to coding but that looks like an infinite loop.

Poor language skills can lead to a (an) ______?

Answers

If you are referring to this question:
What kind of block can result from poor language skills?
Poor language skills can lead to a (an) ______

The answer would be a mental block. This is a common occurrence when learning things, but it is notable in language learning. At times, they also call this a plateau of the mind. Poor language skills can impede the train of thought, which can also cause this type of block.

When servers need operating system upgrades or patches, administrators take them offline intentionally so they can perform the necessary work without risking malicious attacks?

Answers

The answer is True

Unintentional downtime which is as a result of malicious attacks is less common. Research however indicates that it is growing rapidly. Downtime can be unintentional or intentional. Many times, admins schedule intentional downtime in advance. They try to this so that it has a small impact on the rest of the organization.


Nous aimons regarder des bonnes émissions à la télé. Nous les aimons regarder. Nous aimons regarder les. Nous l'aimons regarder. Nous aimons les regarder.

Answers

Hi,

Nous aimons regarder des bonnes émissions à la télé.
 Nous aimons les regarder.

You've formatted the first paragraph of a document. What button can you use to apply the formatting from the first paragraph to the next paragraph in the document?
    
  A. Format Painter
  B. Copy
  C. Cut
  D. Paste

Answers

The option that best answers the given question is (A) format painter. Format painter is a tool that you can use when you need to copy formatting from one object to another.

Thus, in the case study given, where you want to copy the formatting of a paragraph to another’s, it is best to use format painter. Cut, paste, and copy will not help you.

who maintains control over the 529 plan

Answers

The account holder. They maintain control over it.

The Account Holder On Apex.......Hope this helps you

A business that subscribes to a specific computing model has its entire system fully functional within a short time. What benefit of cloud computing does this scenario address?

Easy access

Easy collaboration

Economies of scale

Quick deployment

Answers

Its quick development

Quick deployment: When a business opts for cloud computing and subscribes to a specific model, its entire system can be fully functional within a short time—even within a few minutes. The amount of time depends on the kind of technology and the business’s computing needs.


Quick deployment is the benefit of cloud computing does this scenario address. Hence, option D is correct.

What is Quick deployment?

A feature called quick deploy enables the deployment of components to a production environment. Running test classes on the project release date will enable this component deployment to production. Before our release day, successful validation must be completed.

Thus, option D is correct.

For more details about Quick deployment, click here:

https://brainly.com/question/10541233

#SPJ2

Write a while loop that assigns summedvalue with the sum of all values from 1 to usernum. assume usernum is always greater than or equal to 1. note: you may need to define additional variables.

Answers

Hi,

The program starts here
__________________________________________________________

public class sumval

    public static void main(int usernum)
        {
              int summedvalue;
              int i=1;
                  while(i<=usernum)
                     {
                           summedvalue = summedvalue + 1;
                           i++;
                       }
                System.out.println("SUM OF VALUES IS ="+summedavalue);
         }
}

Investments in data networks, ip addresses, routers, and switches are ________ because of their impact on productivity, security, user experiences, and customer service.

Answers

Investments in data networks, IP addresses, routers, and switches are business decisions because of their impact on productivity, security, user experiences, and customer service.
The goal of the business decision is to choose the next step for the  business that will lead to greater success.

Using data from a tal distribution database, define a view named toplevelcust. it consists of the number, name, address, balance and credit limit of all customers with credit limits that are greater than or equal to $10,000.
a. using sql, write the definition for toplevelcust.
b. write an sql query to retrieve the number and name of all customers as well as the difference between their credit limit and balance in the toplevelcust view.
c. convert the query you wrote in question 2b. to the query that the dbms will actually execute.

Answers

a) CREATE TABLE toplevelcust (number INTEGER PRIMARY KEY,  name TEXT, address TEXT, balance DOUBLE, credit DOUBLE);

b) select number, name, credit - balance from toplevelcust

c) This I cannot answer

Answer:

Option- A.

Using sql, write the definition for toplevelcust.                                                            

Explanation:

Using data from a tal distribution database, define a view named toplevelcust. it consists of the number, name, address, balance and credit limit of all customers with credit limits that are greater than or equal to $10,000.It is by using the sql, write the definition for toplevelcust.

When implementing best practices, you will use external standalone firewalls whenever possible, but you won't go without a built-in or standalone firewall. true false?

Answers

The answer is true

Technically, we have two types of firewall, a one way firewall and a two way. A one-way firewall will protect you from incoming threats. A two-way built-in or standalone firewall will add another layer of protection and thus, it is a must have tool.


Name of the method used to start a thread execution?

Answers

The question has the below multiple choices

A.            start();

B.            init();

C.            run();

D.            resume();


The answer is (A) start();

The start() method causes a thread to start execution and is used to start a thread. The thread then moves from new state to runnable state. The run() will never be invoked until the start() method is called.





In the replace dialog box, clicking what button changes highlighted text

Answers

In the Replace dialog box, clicking on either “replace” or “replace all” button will change the highlighted text and replace it with the new text you have specified in the “replace with” text field. The highlighted text is a result of finding a specific word and the dialog box gives you the option to replace the found word with a new text. It is more appropriately referred to as the “Find and Replace dialog box.”

ANSWER: Replace Button

EXPLANATION: After opening the replace dialog box and putting the desired values in the boxes, we need to click the 'Replace' button to change the highlighted text. If the word which needs to be changed appear multiple times in the document, then clicking on 'Replace All' is advised as it would change all the old words with the new ones.

Other Questions
Does the promise of the statue ring true for immigrants?Write six to eight sentences explaining your answer. A key feature of ________ is an odd motor state in which the individual may remain frozen in a stupor for long periods of time. Keller et al. (2004) reported results from studying cultural parenting styles that indicated that Find the volume of each cone please help me with number 20 please How is the structure of transitional epithelium perfect for the function of the bladder? How did the end of WWII set the stage for cold war What is the mass of the light bulb? a. 425.6 g b. 204.6 g c. 240.56 g d. 245.6 g Va doctor prescribes 10 mg of cough syrup. available is 5 mg/5 ml. how many teaspoons would you give? An Asian elephant has a weight of 52,900 newtons. This enormous weight is balanced on four feet. In a circus act, these elephants often balance on one foot. The average surface area of a foot pad is 2,920 cm2. What pressure is experienced at the food pad if an elephant balances all its weight on one foot? 0.0551 N/cm2 18.1 N/cm2 52,900 N 1.84 N The condition of the car and its mileage are important variables to consider when making a decision to buy a used car.true or false? Based on his credentials and background, which topic would Gregory Stock be most qualified to write on? air pollution new technologies in medicine impact of sleep on learning HTML coding What are the two main causes of traumatic brain injury in the united states? add or subtract.[tex] \binom{7 \sqrt{2} }{2} - \binom{ \sqrt{8} }{2} [/tex] In a probability experiment, Craig rolled a six-sided die 57 times. The die landed on a number greater than three 36 times. What is the ratio of rolls greater than three to rolls less than or equal to three? aseem apologized for barging in and said he didnt mean to interpret me. is interpret used correctly in that sentence One-third the sum of 6 and 3 (u get 10 points)Hurry Which verb form correctly completes the sentence? Nosotros ________ las copas sobre la mesa. pondrn pondr pondremos pondr Assume that when adults with smartphones are randomly selected, 54% use them in meetings or classes (based on data from an lg smartphone survey). if 12 adult smartphone users are randomly selected, find the probability that fewer than 3 of them use their smartphones in meetings or classes. In a survey, 60 baseball fans were asked whether they thought the designated hitter rule should be changed. Forty-one fans thought the rule should be changed. WHat percent of the fans surveyed said that the designated hitter rule should be changed. Will give brainliest please help asap