Draw and implement of an organization which have 125 employees. use the following features 1.email services 2.lan communication 3.vlan 4.security 5.storage 6.server

Answers

Answer 1

An organisation usually hires employees which helps in the successful achievement of the goals of the organisation.

Implementation of an organisation

The implementation of an organisation can be carried out using the following features:

Email services: Email address can be assigned to different employees of the organisation.

LAN communication: Local Area Network is used by organisation to connect their computer devices to a server using a common communication line.

VLAN: This is known as Virtual Local Area Network which is created between two LAN's.

Security: This is set up by a company to guide their data from theft.

Storage: This is used by the organisation to store their data.

Server: This is a device that provides internet services to another computer in an organisation.

Learn more about LAN here:

https://brainly.com/question/26956118

#SPJ4


Related Questions


what is a program answer these question
of grade-6​

Answers


a series of coded software instructions to control the operation of a computer or other machine.

Mention one application of AI from the real world?
What are the benefits of using this application?
What is type of learning used in this application (Supervised or Unsupervised Learning?

Answers

The application of AI from the real world is the digital assistants. The benefit of using the digital assistants is that it helps in making the business more easy and reduces the burden of employees. The type of learning used is Supervised Learning.

What is Artificial Intelligence?

The AI is the application that combines the computer science with the robot datasets, that helps in problem solving. It makes the work easy for the human resources such as visual perception, speech recognition and many more.

The digital assistants is used in the companies in the form of solving the customer queries. It reduces the work load of employees of customer help desk.

Learn more about artificial intelligence, here:

https://brainly.com/question/22678576

#SPJ1

A malicious actor is preparing a script to run with an excel spreadsheet as soon as the target opens the file. the script includes a few macros designed to secretly gather and send information to a remote server. how is the malicious actor accomplishing this task

Answers

Thay is the malicious actor accomplishing this task is done by using the VBA code.

What is The Visual Basic button?

It opens the Visual Basic Editor, in which you create and edit VBA code. Another button at the Developer tab in Word and Excel is the Record Macro button, which robotically generates VBA code that could reproduce the moves which you carry out withinside the application.

To run VBA withinside the “Microsoft Visual Basic for Applications” window, you could simply press “F5” key button or click on the “Run” icon withinside the toolbar.

Read more about the spreadsheet :

https://brainly.com/question/26919847

#SPJ1

How does a cloud-first strategy differ from other approaches to cloud?

Answers

Cloud-first strategy differ from other approaches as It keeps all the services performed by legacy systems while moving to the Cloud in a staggered approach.

What is a cloud first strategy?

The change of cloud computing has brought about  “cloud-first” strategy.

This  is known to be a way to computing that tells that a firm should look first to cloud solutions when creating new processes or taking in old processes before taking in non-cloud-based solutions.

Note that Cloud-first strategy differ from other approaches as It keeps all the services performed by legacy systems while moving to the Cloud in a staggered approach.

See options below

it enables an organization to completely move to the cloud without infrastructure or support requirement

it keeps all the services performed by legacy systems while moving to the cloud in a staggered approach.

it partners technology with multiple other disciplines for comprehensive business transformation.

it uses artificial intelligence to automate all business processes and completely eliminate human error.

Learn more about cloud from

https://brainly.com/question/19057393

#SPJ1

How can researching information on the Internet best help creative writers?

A. They can first write an informational piece.

O B. They can practice editing grammar mistakes.

C. They can procrastinate before writing.

OD. They can look for descriptive words to use.

Answers

Researching information on the Internet can best help creative writers to  look for descriptive word to use. The correct option is D.

Who are the creative writers?

The one who writes or creates a content to market an organization or create question answers for an academic firm.

The creative writers must have a wide knowledge of vocabulary to create unique and copyright content with less plagiarism.

So, to increase their vocabulary, they do research on the internet to find the descriptive word. Thus, the correct option is D.

Learn more about creative writers.

https://brainly.com/question/4086268

#SPJ1

write the home cell of MS Excel.​

Answers

Answer:

MS Excel

Explanation:

You are developing control software for a car whose latest model will have a network connection. software upgrades will be delivered over the air rather than at service visits, so that any security vulnerabilities can be patched quickly. this in turn means that you will have to provide patches, to deal with both security and safety issues for the next 25 years. discuss how this is likely to affect your development process, and the implications it will have for costs.

Answers

Answer:
Explanation:

koszty będoł spadać dla osoby z autem

If there is no author to a website you are citing you cannot cite it.

Answers

This is false, if I remember correctly you are supposed to put ‘np’ or something along those lines to represent that there was no author name given. As long as you have other details you CAN cite the website.

(I don’t even know if this is a question but if it is I think was a true or false question?)

It is important to consider design details when creating an api because: ______________

a. the api will go through a rigorous code review process.
b. the api should be intuitive for other engineers to use.
c. the api will be displayed to the front-end users.
d. apis have strict design requirements engineers must adhere to.

Answers

It is very important for programmers to consider design details when creating an API because: B. the API should be intuitive for other engineers to use.

What is an API?

API is an abbreviation for application programming interface and it refers to a software intermediary or computing interface that comprises a set of executable codes, tools and protocols that helps software applications and computers to communicate with each other, as well enable the exchange of data.

Some examples of common application programming interface (APIs) are:

Go-ogleFace-bookTwi-tter

In conclusion, it's very important for programmers to consider design details when creating an API because it should be intuitive for other engineers to use.

Read more on API here: https://brainly.com/question/20910074

#SPJ1

Answer: B. the API should be intuitive for other engineers to use

help me help you...........

Answers

Answer:

the 4th answer

Explanation:

w stage for width, h for height.

Designed to be small enough to be used on your lap:

A. Desktop
B. Laptop
C. Supercomputer ​

Answers

Answer:

B. laptop

Explanation:

hjji0hbvjjnh.

B. Laptop

It’s very easy to carry around and be used on your lap! I recommend a razor or an apple laptop!

Define a function calc_pyramid_volume() with parameters base_length, base_width, and pyramid_height, that returns the volume of a pyramid with a recta

Answers

Answer:

Te ayuda

Explanation:¿Cuál es la fórmula para calcular el volumen de una pirámide rectangular?

Resultado de imagen para Defina una función calc_pyramid_volume() con los parámetros base_length, base_width y pyramid_height, que devuelve el volumen de una pirámide con una recta

El volumen de una pirámide rectangular es definido como el espacio tridimensional ocupado por esta figura. Podemos calcular la medida de este volumen al multiplicar al área de la base por la altura de la pirámide y dividir por tres.

Suppose you need to create the variable fullname by concatenating the values of firstname, which contains first names, and lastname, which contains last names. what's the best way to remove extra blanks between first names and last names

Answers

The right way to remove extra blanks between first names and last names is

data temp;

set cert.maillist;length FullName $ 40;

fullname=trim(firstname)||' '||lastname;

run;

What is TempData?

This is known to be a term that is used to  transfer data from view to controller and it is one that saves the data temporarily.

Note that The right way to remove extra blanks between first names and last names is

data temp;

set cert.maillist;length FullName $ 40;

fullname=trim(firstname)||' '||lastname;

run;

Learn more about data from

https://brainly.com/question/25639778

#SPJ1

Name two driving factors in the development of computers.

Answers

The two driving factors in the development of computers are the  Skill set of the team. [If the team is well versed in a specific stack, then the performance will be good as compared to any other stack].

What re the matters?

There are some matters to consider. For business programs, I'd say gaming. A lot of what the common laptop makes use of for enterprise doesn't require that kind of electricity.

The skill set of the team. [If the team is well versed in a specific stack, then the performance will be good as compared to any other stack]Process familiarity. [If dev team knows the stack but the deployment/service team is new, then you may run into deployment and maintenance issues.]

Read more about the computers:

https://brainly.com/question/24540334

#SPJ1

20 ponts!!!dorothy has made a website for her hair salon on a wysiwyg editor. she wants her website to appear on the first page of the search results on any browser. how can she make her website appear on the first page?
dorothy can use the functionality of (blank) offered by wysiwyg editors to make her page appear on the first page of the search results.

Answers

Dorothy can use the functionality of (blank) offered by WYSIWYG editors to make her page appear on the first page of the search results by Creating engaging, wonderful web websites in your organization. No programming competencies are needed.

How does determine what comes up first?

When a consumer enters a query, our machines seek the index for matching pages and go back to the effects we consider are the best first-rate and maximum applicable to the consumer. Relevancy is decided through loads of factors, that can consist of records that include the consumer's location, language, and device (computing device or phone).

First Page Ranking Guaranteed in 7 Steps (Beginner's Guide)\Know wherein you Stand.Keyword studies smartly.Figure out the quest intent.Create search engine marketing optimized content. Keyword-wealthy URL.

Read more about the search engine:

https://brainly.com/question/1153322

#SPJ1

Tick the best alternatives 1. Which one of the following is input device? a) Speaker b) Printer c. Monitor d. Mouse​

Answers

Answer:

d. Mouse

Explanation:

A mouse is used to move a the cursor around the screen. You use the mouse to open applications or drag and drop files. It gives the computer instructions (input) . Therefore it is an input device.

Output devices :A speaker is an output device because it outputs sounds.A printer is an output device which is used to output information(print) on paper.A monitor is used to display.

Answer:

D. Mouse

Explanation:

An input device is a device that help input data or commands. A mouse here helps to issue commands to the computer

Sophia wants to purchase and use a mat board that will be the safest option for long-term use. What would likely be the BEST option for her?
A. Installation board
B. velveteen mat board
OC. acid-soaked board
OD. archival rag board

Answers

The most likely best option for Sophia  is installation board is  Installation board.

What can I use in place of a mat board?

An alternative forms of matboard is Scrapbooking papers as it is made up of a wide range of options that one can be able to see at any craft store.

Therefore, the most likely best option for Sophia  is installation board is  Installation board. as it is the best option.

Learn more about board from

https://brainly.com/question/5016185

#SPJ1

Answer:

archival rag board

Explanation:

I just took it and this is the correct answer

You want to add a caption to a table. which tab contains this option?.

Answers

In the above case, you want to add a caption to a table by the use of the References tab option.

What is the Add captions about?

In  this case, one can click on the object ( be it table, equation, other object) that a person intend  to add a caption to via the use of the References tab, as seen in the Captions group, then one can click Insert Caption and via the Label list, one can click on the label that best tell more about the object, or figure.

Note that In the above case, you want to add a caption to a table by the use of the References tab option.

Learn more about table from

https://brainly.com/question/24277490

#SPJ1

pls help will mark as brainliest i need help in html.​

Answers

Answer:

This is how I did it. Try it out and see if it works for you

The Cisco ____ model does not describe how communications take place. Rather, it focuses on how best to design a network, especially a relatively large network or one that is expected to grow.

Answers

The Cisco three-layer hierarchical model doesn't describe how communications take place.

What is Cisco three-layer hierarchical model?

The Cisco three-layer hierarchical model is also referred to as a hierarchical internetworking model and it can be defined as a three-layer model that's used for the design of an enterprise (large) network based on the following layers:

Core layerDistribution layerAccess layer

In conclusion, the Cisco three-layer hierarchical model doesn't describe how communications take place, but it focuses on how best to design a an enterprise (large) network.

Read more on Cisco three-layer hierarchical model here: https://brainly.com/question/3787380

#SPJ1

You use lpstat and determine that a user named User1 has placed two large print jobs in the queue for Printer1 that have yet to start printing. They have print job IDs of Printer1-17 and Printer1-21, respectively. Which command would you use to remove these two jobs from the print queue

Answers

A command that should be used to remove these two print jobs from the print queue is cancel Printer1-17 Printer1-21.

What is printing?

Printing can be defined as a process that typically involves sending print jobs from a computer system to a printer, especially through the print queue.

In Computer technology, "cancel Printer1-17 Printer1-21" is a command that should be used to remove the two (2) print jobs from the print queue of Printer1 which is yet to start printing.

Read more on printer here: https://brainly.com/question/17100575

#SPJ1

Which three options below describe typographic hierarchy?

Select all that apply.

A
the importance of information shown through the text

B
the presentation of text in terms of structure

C
the placement of the text defining its flow and hierarchy

D
the use of only upper case text

Answers

The three options that describe the typographic hierarchy are given below:

The importance of information is shown through the text.The presentation of the text in terms of structure.The placement of the text defines its flow and hierarchy.

Thus, the correct options are A, B, and C.

What is Typographic hierarchy?

Typographic hierarchy may be characterized as an approach that utilizes typography: the size, font, and layout of distinct text components to produce a hierarchical division that can authenticate users where to look for specific information.

The purpose of using this methodology is to focus on the main points of the article accordingly. It increases the sense of understanding of the readers with focus.

Therefore, it is well described above.

To learn more about Typographic hierarchy, refer to the link:

https://brainly.com/question/12076206

#SPJ1

help me my homework on tle

Answers

Answer:

from left to right

emergency telephone

first aid

caution (slip hazard)

not eating or drinking

toxic

wear shoes/boots

safety helmet

goggles

wear gloves

no access


type the correct answer in the box. spell all words correctly.
james wants to create a digital portfolio to show case his work and experience. which supporting document should he include to show the
purpose, subject, and technical details of the designs

Answers

The supporting document that he should include to show the purpose, subject, and technical details of the designs is a link and also user experience.

How do you create a digital portfolio?To create a good Digital Portfolio, one can:Use their strongest samples. Include all the detailed information. Look into the user experience. Test run digital portfolioShow forth your unique creative style.

Note that in the above case, The supporting document that he should include to show the purpose, subject, and technical details of the designs is a link and also user experience.

Learn more about portfolio from

https://brainly.com/question/24811520

#SPJ1

Can someone tell me what’s wrong with this?





def main():

# Initialize variables
numGuesses = 0
userGuess = -1
secretNum = 5


while secretNum!= userGuess:
userGuess = int(input("Guess a number between 1 and 20: "))
numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")


main()


Answers

This code is running without any syntax error. All I did is indented the code correctly. (Look at the attachement.)

A user in a small office environment explains to you that his office implements a small microsoft workgroup. users commonly share folders with each other. which access control model is represented in this example?

Answers

65DAC, is access control model is represented in this example, A user in a small office environment explains to you that his office implements a small Microsoft workgroup.

What are folders?

Folders are the virtual location where data is stored in the computer, there can be the several folders in a computer can be made and can name it accordingly. The folders can store the maximum GB files in it.

Thus, it is 65DAC

For more details about folders, click here:

https://brainly.com/question/17616752

#SPJ1

Write a Pascal program that will prompt the user to enter the radius of a circle.
The program should calculate the area and the circumference of the circle and display the result

Answers

A Pascal program that will prompt the user to enter the radius of a circle is as here as follows.

How is the circumference of a circle programmed?

The circumference of a circle can easily be calculated with the following formula. Circumference = 2*pi*r where r is the radius of the circle and the value of pi = 3.1415.

int main() { int rad; swimmers PI=3.14, area, ci; printf("\nEnter radius of circle: "); scanf("%d", andrad); area = PI * rad * rad; printf("\nArea of circle : %f ", area); ci = 2 * PI * rad; printf("\nCircumference : %f ", ci); return (0):

Read more about the  Pascal program:

https://brainly.com/question/23566992

#SPJ1

A regional bank implemented an automated solution to streamline their operations for receiving and processing checks/cheques. they would like to further enhance the solution to recognize signs of potential check fraud and alert their security teams accordingly.

which technology could be combined with the current solution to do this?

Answers

In the case above, Machine Learning technology could be combined with the current solution.

How will Machine Learning help?

Machine Learning is known to be a tech that can help to streamline the bank operations  in terms of receiving and processing checks/cheques.

Therefore, In the case above, Machine Learning technology could be combined with the current solution.

Learn more about Machine Learning  from

https://brainly.com/question/25523571

#SPJ1

An intentionally disruptive program that spreads either from program-to-program or from disk-to-disk is known as a(n)

Answers

Answer:

Explanation:

A computer virus

introduce yourself by following the rule

Answers

My name is Trisha Davis, I am a first year medical student and i love to read and write books. I hate lies and i love anyone who is honest.

What is self introduction?

My name is Trisha Davis, I am a first year medical student and i love to read and write books. I hate lies and i love anyone who is honest.

My goal in life is to be a medical doctor and also an entrepreneur. I love to help others and put smile on people's face. What  i want from life is good health, favor and avenue to showcase my gifts to the world.

Learn more about self introduction from

https://brainly.com/question/26685169

#SPJ1

Other Questions
What is the Mexican- American War about? Who won, and why was there an war? Mr. huff and puff is getting ready to blow up a pool float because he can't find the air pump. he takes a big breath in after exhaling normally. the air he takes in is the Why is the Dust Bowl considered a human-made disaster and not a natural one? When it comes to overcoming adversity, most of the battle is in our minds. We are fighting for our minds and sometimes fighting with our minds, along with the thoughts and beliefs that we have formed through our life experiences.Mental wellness is another way of saying mental health. It is finding the equilibrium of what makes us happy and satisfied in life. Many have struggled with forms of sadness, depression, anxiety, stress, and so many other emotions and issues that hold us back from feeling balancedand mentally stable.What are a few things that you can practice that you have learned throughout this unit? How do you see this helping you in the near future? Pls help no links or troll answers ill report them 1. Create an ungrouped frequency distribution table with the data from the survey concerning the age of the people, which attend the gym. The results of a survey are presented below. 3.3 Assignment: Romeo and Juliet - Gender RolesINSTRUCTIONS: Review the gender roles mentioned in the lesson and answer the questions that follow.QuestionResponse1. Do any of these Elizabethan attitudes towards boys and girls remain today? Explain.2. Which qualities and attributes made a person popular in Elizabethan times? Explain.3. Do you think men get certain opportunities in life that women do not? Explain.4. Do you think women get certain opportunities in life that men do not? Explain.Reflection: How does your understanding of Elizabethan gender roles influence how you perceive and understand Romeo and Juliet? Explain. 2Select the correct answer from the drop-down menu.Which type of college credit program does the statement describe?Theprogram is one of the more common ways to get college credit in high school. It includes an examthat you must take at the end of the course. If you were a composer during the baroque period,A: You would probably compose songs about creatures, such as frogsB: You would be able to compose songs with electric instrumentsC: You would probably compose at least some religious music Which quadratic function in vertex form has a vertex at (3, 4) and passes through the point (7,-4) Is it ethical for Mr. Thorne to kill his adopted son? Shape A can be transformed to shape B by a rotation 90 clockwise about (-1, 1) followed by a translation by vector (a b)Find the values of a and b What is the agency responsible for collecting taxes at the federal level? the federal tax office the department of commerce the internal revenue service the department of taxation If you are partisan to the Democratic Party you:A. Dislike themB. Work against themC. Support them D. Belong to the Republican Party Choose the words to finish the sentence. Eulers Formula states that the of the number of faces and the number of in a polyhedron is equivalent to two more than the number of its . A primary challenge for marketers in discovering the needs of prospective customers is that. Please help me!1. Determine whether the following table represents an exponential function. Explain why or why not. X: 0, 1, 2, 3Y: 12, 16, 32, 52Does the table represent an exponential function? Why or why not? A. No, all of the X values have a constant difference, but all of the Y values do not have a constant ratioB. Yes, all of the X values have a constant ratio, but all of the Y values have a constant differenceC. No, all of the X values have a constant ratio, but all of the Y values do not have a constant difference. D. Yes, all of the X values have a constant difference, and all of the Y values have a constant ratio2. Determine whether the rule represents an exponential function. Explain why or why not. Y=9x5^xChoose the correct answer belowA. Since the independent variable X is the exponent, Y=95^x represents an exponential functionB. Since the independent variable X is not the base, Y=95^x does not represent an exponential functionC. Since the independent variable X is the base, Y=95^x does represent an exponential functionD. Since the independent variable X is not the exponent, Y=95^x does not represent an exponential function3. A population of 55 foxes in a wildlife preserve quadrupled in size every 11 years. The function y=55x4^x, where X is the number of 11 year periods, models the population growth. How many foxes will there be after 22 years?After 22 years there will be ____ foxes (type an whole number)4. Since 2006, the amount of money spent that restaurant in a certain country has increased at a rate of 8% each year. in 2006, about $360 billion were spent at restaurants. If the trend continues, about how much will be spent at restaurants in 2015.About $______ billion will be spent at restaurants in 2015 if the trend continues.5. A bird drops a stick to the ground from a height of 90 feet. The function h=-16t^2+90 gives the sticks approximate height H above the ground, in feet, after T seconds. Add about what time does the stick hit the ground?The stick hits the ground at about _____ seconds. (Round to one decimal place as needed)6. During halftime of a soccer game, a slingshot launches T-shirt at the crowd. A T-shirt is launch from a height of 3 feet with an initial upward velocity of 80 ft./s. Use the equation h(t) = -16t^2+80t+3, where t is time in seconds and h(t) is height. How long will it take the T-shirt to reach its maximum height? What is the maximum height?The T-shirt takes _____ Second(s) to reach its maximum height. (type an integer or a decimal) The T-shirts maximum height is_____ feet above the field. (type an integer or a decimal)Please help me I really need to get this done today! I will give you everything I have! Connective tissues are the tissues that help to bind or connect other tissues in the body. They have widely spaced cells embedded in a matrix having a variety of proteins, polysaccharides and mineral salts. Connective tissues of animals serve the functions of binding and joining one tissue to another forming protective sheath and packing material around the various organs separating them so that they do not interfere with each other activities, Carrying materials from on part to another in the body, forming a supporting from work of cartilage and bones for the body etc . Can you identify the connective tissues among the following? (i). Ligament (ii). Epithelium (iii). Tendon (iv). Blood Write the following expression without negative exponents and without parentheses.(5x)^3 What mass of Na2CO3 will be required to dissolve in 0.3 L of water to make a 0.5 M solution?