Doctrine Creative is a video production company with its own file server within its business office. The company needs to be able to access the newest commercial it just finished editing, but the file is too large to send over the World Wide Web. Which type of network would the company be using if it gives the new clients access to its personal file server?


Internet


ftp


Intranet


Extranet

Answers

Answer 1

Answer:

answer is D

Explanation:

Answer 2

The network which the company uses if it gives the new clients access to its personal file server will be Extranet.

What is an extranet?

An intranet that allows authorized outside people to browse portions of it, allowing businesses to securely share information through the internet.

Doctrine Creative is a video production company with its own file server within its business office.

The company needs to be able to access the newest commercial it just finished editing, but the file is too large to send over the World Wide Web.

The network which the company uses if it gives the new clients access to its personal file server will be Extranet.

Thus, the correct option is D.

More about the extranet link is given below.

https://brainly.com/question/13263185

#SPJ1


Related Questions

HELP
When differentiating data, the WHAT of the data is:

Answers

Answer:

a source and a target.

Explanation:

In computer science and information theory, data differencing or differential compression is producing a technical description of the difference between two sets of data – a source and a target.

What does the processor contain?

Answers

Answer:

It consists of an arithmetic and logic unit (ALU), a control unit, and various registers. The CPU is often simply referred to as the processor.

Explanation:

Help me with this question please

Answers

[tex]nested \: selection[/tex]

Explanation:

When the algorithm takes more than one decision before carrying out a task

swer from the options 1. How many basic input devices does a desktop computer have? a)2 b)3 c)1 d)4 2. The computer equipment which feeds the computer with data is called a)Storage device b) Processing device c) Diskette d) Input device 3.When an output is displayed in a printed formitis termed as a)Softcopy output b) File c) Document d) Hardcopyoutput 4. Which computer device will convert human voice into digital voice? a) Projector b)Loudspeaker c) Microphone d) Joystick 5) All the following are hardcopy output devices except a) Photocopier b) Printer c) Projector d) Plotter 6. The computer device which is used to display the content of data to the user is called a) Input device b) Storage device c) Output device d) Pen drive 7)Which of these computer equipments will be used to display the content of data to a larger size of class during instruction or presentation? a) Television b) Monitor c) Projector d) Plotter 8. Which of these is example of non-impact printer? a) light printer b) Laser printer c) Dot matrix printer d)Daisywheel printer 9) The content of data which is displayed on a screen to the user is called. a) Output b)Hardcopy output c) Input d) Softcopy output 10) All these devices are examples of softcopy output devices except a) Projector a) Monitor c) Television d) Pinter​

Answers

Answer:

1. 3

2. D (Input Device)

3. D (Hardcopy Output)

4. C (Microphone)

5. C (Projector)

6. C (Output Device)

7. C (Projector)

8. B (Laser Printer)

9. D (Softcopy Output)

10. D (Printer)

Lab: even/odd values in an array

write a program that reads a list of integers, and outputs whether the list contains all even numbers, odd numbers, or neither. the input begins with an integer indicating the number of integers that follow. assume that the list will always contain less than 20 integers.

ex: if the input is: 5 2 4 6 8 10

the output is: all even

ex: if the input is: 5 1 3 5 7 9

the output is: all odd

ex: if the input is: 5 1 2 3 4 5

the output is:

not even or odd
your program must define and call the following two functions. isarrayeven returns true if all integers in the array are even and false otherwise. isarrayodd returns true if all integers in the array are odd and false otherwise.
bool isarrayeven(int inputvals[], int numvals)
bool isarrayodd(int inputvals[], int numvals)

please answer in c

Answers

def input_values(new_list):

   new_list = []

   n = int(input('Enter number of values: '))

   for i in range(n):

       new_list.append(int(input('Enter values: ')))

   def is_list_even(new_list):

       for i in range(len(new_list)):

           if new_list[i]%2!=0:

               return False

           return True

   def is_list_odd(new_list):

       for i in range(len(new_list)):

           if new_list[i]%2==0:

               return False

           return True

   num=input_values()

   if is_list_even(num)==True:

       print('all even')

   elif is_list_odd(num)==True:

       print('all odd')

   else:

       print('not even or odd')

When should a user consider restoring the operating system.

Answers

A user can consider restoring the operating system if the programs or apps do not start properly or when they are hanging/freezing.

What is an operating system?

This is known to be a software that aids a computer's basic functions, such as working on tasks and others.

Note that A user can consider restoring the operating system if the programs or apps do not start properly or when they are hanging/freezing.

Learn more about  operating system from

https://brainly.com/question/22811693

#SPJ1

A core value of _____ is the prevention of the occurrence of errors in a product or service rather than detection and correction.

Answers

A core value of Total Quality Management is the prevention of the occurrence of errors in a product or service rather than detection and correction.

What is Total Quality Management?

Total Quality Management (TQM) is a control framework primarily based totally at the notion that a company can construct long-time period fulfillment with the aid of using having all its members, from low-stage employees to its maximum rating executives, attention on enhancing high-satisfactory and, thus, handing over patron satisfaction.

Along every step of the manufacturing process (from sourcing for uncooked materials, via the producing and transport stages, to the customer support stage), mistakes are constantly detected and eliminated to make sure that the very last product that is going to the client is of the very best viable high-satisfactory.

Read more about the manufacturing :

https://brainly.com/question/26373150

#SPJ1

2
In the 1940s, computers were programmed using punch cards, or pieces of paper that had holes in them that represented binary code. Ifa
ebstake was made using this type of primitive propamming, which of the following BEST describes what would need to be done to correct the
problema
OA The entire proagam of punch cards had to be re-punched.
OB. The entire preagamn of punch cards had to be loaded again and started over,
OC The entire prensam needed to be rewritten and a different set of punch cards were used.
OD. The entire progam could be fored by adding or remoanga card for the existing stack of papers.
Reset
Nest
rights reserved

Answers

If any mistake was made using this type of primitive programming, the entire program of punch cards had to be re punched again. The correct option is A.

What is punch card?

A punch card is a card on which data is able to be recorded in the form of punched holes.

Whenever a mistake is done, the punched card is scrapped and made anew one for same programming.

Thus, if any mistake was made using this type of primitive programming. The entire program of punch cards had to be re punched again. The correct option is A.

Learn more about punch card.

https://brainly.com/question/27476988

#SPJ1

A spreadsheet program allows a user to _______. a. perform complicated calculations automatically b. deliver elegant presentation to a large audience easily c. organize, send, and retrieve e-mails quickly d. keep viruses from infecting their computers please select the best answer from the choices provided a b c d

Answers

Answer:

c

Explanation:

Digital publishing software has increased the use of which of the following?
O paper
O fonts
O color
O photos

Answers

Answer:

~Senpi Boi here~

Explanation:

What the Digital publishing increased was the Photo option.

(Hope this helps!)

Today, the Digital publishing software has increased the use of photos.

What is a Digital publishing software?

This is a software tools that make it easy to publish text and graphic editions in a digital form on electronic devices such as computer, tablet, smartphone etc.

In current time, these software tools has increased the use of photos for publishing.

Therefore, the Option D is correct.

Read more about publishing software

brainly.com/question/26695020

#SPJ2

Explain in your own words what a computer is. Expose in your answer the parts, operation, what it serves us for, etc. Why do we say that the computer is an electronic device?

Answers

Answer:

Explanation:

What is a computer?

A computer is an electronic device that manipulates information, or data. It has the ability to store, retrieve, and process data. You may already know that you can use a computer to type documents, send email, play games, and browse the Web. You can also use it to edit or create spreadsheets, presentations, and even videos. A computer has these basic parts: Monitor, keyboard, mouse and system unit

____ management is designed to replace or change parts of the operating system that need to be enhanced or replaced. a.Patch b.Kernel c.OS d.VFS

Answers

Patch management is designed to replace or change parts of the operating system that need to be enhanced or replaced.

What is Patch management?

This is known to be the act or process of sharing and applying updates to different kinds of software.

Note that Patch management is designed to replace or change parts of the operating system that need to be enhanced or replaced.

Learn more about Patch management from

https://brainly.com/question/16270302

#SPJ4

using one sentence or phrase, how does each web version ( web 1.0, web 2.0, web 3.0 ) differ from one another?​

Answers

Web 1.0 connected people to information and Web 2.0 connected people to each other, both iterations were built on technology and products governed by centralized organizations and corporations. Web 3.0 connects information, people, and property, essentially digitizing trust through decentralized blockchain technology.

One sentence? Here goes:

Web 3.0 is the latest iteration of the Internet, designed learning the lessons and incorporating the features from 1.0 and 2.0, into a decentralized trust network.

Melissa is an amateur photographer and plans to post her best photos on a media-sharing network. She wants to include descriptions to identify the photos for viewers. What should she add to the photos

Answers

Melissa as  an amateur photographer should add Tags to the photos.

What is tag?

Tags is known to  be the ay that is said to be used in basic formatting tool employed in HTML (hypertext markup language) and others.

Due to the situation above, Melissa as  an amateur photographer should add Tags to the photos.

See options below

What should she add to the photos?

a. Metadata

b. Emojis

c. Tags

d. Reviews

Learn more about photographer  from

https://brainly.com/question/25821700

#SPJ1

Government entities may pressure upstream Internet service providers to _____. a. track and monitor the Internet activities of individuals b. accept defamation or copyright infringement claims c. immediately take down particular hosted material d. deregister domains because of their hosted content

Answers

Explanation:

The graph of y = √x is reflected in the y-axis, is horizontally stretched by a factor of 2, shifted 3 units up and 1 unit left. What is the equation of the transformed graph?

Original: y = √(x)

Reflected in the y-axis: y = √(-x)

Horizontally stretched by a factor of 2: y = √(-x/2)

Shifted 3 units up: y = 3 + √(-x/2)

And 1 unit left: y = 3 + √(-(x+1)/2)

The internet service that allows users to navigate among many pages is.

Answers

Answer:

The world wide web

Explanation:

The world wide web is a hypertext information system that links internet documents and allows users to navigate through the Web, by using a computer mouse to click on “links” that go to other web pages.

From the following illustration, explain what process it performs and what this has to do with the computer. Show an example for your answer.

Answers

Answer: information processing

Explanation:

Information processing is the process of changing or converting information into meaningful form. Information is a processed, organized or classified data which is useful for the receiver.

The user inputs date with input device for processing, it continues to output stage which is displayed by output device like monitor, then lastly stored on a storage material

What is one of the downsides of computer technology's role in creating images?

OA. Quality sometimes loses out to quantity.

OB. Information can be shared.

OC. Pictures can be preserved.

D. Images cannot be changed.

Answers

Answer:

A. Quality sometimes loses out to quantity.

Explanation:

What happens is that now quantity surpasses quality. Many people want to post a variety of pics or be the first one to post something, but they don't have time to make a quality image.

To ensure you don't forget your password, you should use one unique and safe password for all your accounts. a) True b) False

Answers

The answer is False you shouldn’t do that!

When you collaborate or meet with a person or group online, it is called
1. cloud computing
2. social networking
3. text messaging
4.web conferencing

Answers

When you collaborate or meet with a person or group online, it is called  social networking.

What is social networking?

The term  social networking is known to be the act of meeting people online, interacting with them and even making friendship with them.

Therefore, When you collaborate or meet with a person or group online, it is called  social networking.

Learn more about  social networking from

https://brainly.com/question/1027666

#SPJ1

Compare and contrast sources and types of credit, including costs and benefits of installment
credit, collateralized loans versus unsecured credit, credit cards, mortgages, auto loans, and
student loans.

Answers

Answer:

loan your mom

Explanation:

when working with track changes, what is the difference between simple markup and all markup?

Answers

The single markup gives distraction free view to the document, while all markup gives the visible  inline changes in the document.

What is a markup in Microsoft word?

Markup in Microsoft Word or MS word is the review setting that tracks the changes and the comments in the word with every character.

The single markup is given as the distraction free view of the changes to the reader, with the recording of all the changes in the document. The all markup option will show the changes in the document with different lines and color thereby tracking changes.

Learn more about markup in word, here:

https://brainly.com/question/1419927

#SPJ1

Hello! I am having trouble with this code and I am trying to find out the error. (html5 by the way.)

body {
background-color: lightblue;
color: deeppink;
}

h1 {
width: 100%;
}

{
float: right;
width: 200px;
margin: 10px;
border-radius: 20px;
}

p {
text-align: left;
font-family: fantasy;
font-size: 14px;
}

Answers

Explanation:

On line 10 you wrote:

{

float: right;

width: 200px;

margin: 10px;

border-radius: 20px;

}

This is the origin of your error. You have not declared any selector for the properties. Remember CSS rules take the following form:

selector {

   property: value;

}

Enumerate at least 5 furnitures you would add to your house which would be practical and energy-saving.

Answers

Answer:1. Advanced house framing

Advanced house framing, also known as optimum value engineering, is a specific framing technique wherein a house is constructed using less lumber and waste. Advanced house framing saves energy by using less wood and more insulation. According to the U.S. Department of Energy, using advanced framing can lower material costs by $500 to $1,000 for a 1,200- to 2,400-square-foot house. It can also cut labor costs by 3-5% and annual heating and cooling costs by up to 5%.

2. Cool roofs

Cool roofs are designed to reflect sunlight and lower roofing temperatures. Cool roofs are made from a type of reflective material within roofing materials such as tiles, shingles, paint or other substances. This energy-saving technique is ideal for houses in warm climates where air conditioning costs are high all year around.

3. The right exterior doors

Choosing the right exterior door for a home should be a carefully thought-out decision. When you choose a door, you should first consider the doors' energy-performance ratings. This score lets you know how well each door does in preserving the energy in your home by trapping heat or cool air inside. Using this score to help you find the ideal door will also help you narrow down your selection and find an exterior door that best matches your taste, needs and wants.

4. Skylights

Skylights are often a feature that enters homeowners' mind when they think of improving their homes' energy efficiency. Skylights have many benefits, which makes them ideal for any home. Skylights improve houses' heating, lighting and ventilation. It is important to note that if you are considering placing skylights in your home, the U.S. Department of Energy recommends they be no larger than 5% of the floor area in rooms with several windows, and 15% of the floor area in rooms with minimal windows.

5. Window treatments

Boring curtains do more than drive your spouse crazy; they can actually help reduce energy costs in your home. By being specific in your choice of window treatments, you can reduce heat loss or keep cool air inside your home. Many factors determine window treatments' energy efficiency. For example, the type of material and color of the treatment are significant, along with how it opens and closes.

Explanation:

While browsing the internet, you notice that your browser displays pop-ups containing advertisements that are related to recent keyword searches you have performed. what is this an example of

Answers

Answer:

Cookies or targeted advertising.

How to construct a speaking library presentation database. how will you use this library and database in the furture? based on what you have learned in this unit, why do you think it is important to have your own speaking library and presentation database? your essay should be 200-500 words in length... please help

Answers

To construct a speaking library presentation database, you should write what a speaking library is, the importance of speaking library in the present and future, and how to open a speaking library.

What is a speaking library?

A speaking library is a place where audiobooks are present, which can be listened by people.

The importance of a speaking library is blind people can also listen to them and people who cannot read.

Thus, to construct a speaking library presentation database, you should write what a speaking library is, the importance of speaking library in the present and future, and how to open a speaking library.

Learn more about speaking library

https://brainly.com/question/1348481

#SPJ1

you want to be able to restrict values allowed in a cell and need to create a drop-down list of values from which users can choose. which feature should you use?

Answers

The  feature to restrict values allowed in a cell and need to create a drop-down list of values from which users can choose in the above scenario is data validation.

What is data validation?

Data validation is a term that connote the act of monitoring the truthfulness and quality of source data before one can make use of it, importing or even  process data with it.

Note that The  feature to restrict values allowed in a cell and need to create a drop-down list of values from which users can choose in the above scenario is data validation as it ensure that users can make their own choice.

Learn more about data validation from

https://brainly.com/question/27138101

#SPJ1

True or False: An Intrusion Detection System (IDS) is generally a passive device that listens to network traffic and alerts an administrator when a potential problem is detected

Answers

Answer:

According to your question, I think it is true.

The first part of an ethernet frame is known as the:

Answers

the first part of the ethernet frame is called the preamble

explain how you applied object-oriented programming principles and concepts (such as encapsulation, inheritance, and so on) in your software development work thus far. Your explanation should be one paragraph, or four to six sentences.

Answers

Encapsulation can be achieved in the java program by:

Creating an instance variables private so that will unable to be accessed directly from outside of a given class. Use getter and setter ways in the class to set and get the values of a given fields.

What is the Basic concepts of OOPS?

Object-oriented programming is known to be made up of four basic concepts such as:

EncapsulationAbstractionInheritance Polymorphism.

Note that  Encapsulation can be achieved in the java program by:

Creating an instance variables private so that will unable to be accessed directly from outside of a given class. Use getter and setter ways in the class to set and get the values of a given fields.

Learn more about object-oriented programming from

https://brainly.com/question/14078098

#SPJ4

Other Questions
What was Sigmund Freuds theory of the unconscious?a.He believed true art came only from the unconscious mind.b.He viewed the human mind as engaged in battle between the rational conscious mind and the irrational urges of the unconscious.c.He viewed all human beings as products of their environment.Please select the best answer from the choices providedABC please help me with history ill give you brainlist Which number is a solution of the inequality x Describe a time when you used repetition to help you remember information. was this a useful technique for you? why or why not? read more >> Which of the following pairs of triangles can be proven congruent through HL? How much water fills the prism and whats the slant height ? How many significant figuresare in this number?0.00521 what is the volume of a cylinder with a radius of 5 and a height of 12 Triangle ABC is a right triangle find x Help me please help me calculate the molarity of 500.0 mL of solution in which 50.0g of HCL has been dissolved What will be printed to the screen when the following program is run? Use the figure to answer the following question.What is the area of the figure? (Round to the nearest hundredth.)Use the figure to answer the following question. What is the area of the figure? (Round to the nearest hundredth.) can someone please explain the process to me? this is from a final review i did so just ignore my wrong answer. Hoping to get a explanation so I can do my actual final in about an hour. thank you! Each variety of crop seed possesses its own set of characteristics. Some varieties of apple seeds, for example, are more resistant to disease than others. Some yield fruit with higher nutritional value. Others are more adaptable to diverse climates. As time goes on, many seed varieties are lost. For example, at the turn of the century, the U.S. grew nearly 8,000 varieties of apples. Today, more than 95 percent of those varieties are no longer extant. This worries many experts, who have stressed that the world's variable conditions require us to store a large variety of seeds and that diversification may be necessary to support a rapidly growing world population.Do It!Experts warn against the _________ of seeds.Press enter to interact with the item, and press tab button or down arrow until reaching the Submit button once the item is selectedA modernizationB hoardingC uniformityD alteration Solve this problem! Thank you! (Math *) What is the slope and y-intercept of this line?y = -3x+9A. slope: 3, y-intercept: -9B. slope: -3, y-intercept: 9C. slope: 1. y-intercept: -3D. slope: 9, y-intercept: -3 Match each equation with the number that makes it true. Cecilia bought 24 bottles of juice that each contained 12 fluid ounces of juice. How many pints of juice did she buy? Solve the system with elimination.3x + y = 9x + 2y = 3