First answer gets to be marked brainliest! And the answer should be correct. I need now!!!!
Write about Peer to Peer Network. Give two examples

Answers

Answer 1

Answer:

A peer-to-peer (P2P) network is when all computers in your "peers" are linked with each other through internet. Each user is allowed to share any type of file with any peer over this network. Peers are desktops and laptops controlled by users. Two examples of P2P network include file distribution/sharing applications and internet telephony.

Hope I was able to help!


Related Questions

instead of selecting a _________ and destination, I just click on the area.

Answers

url is the answer

hope this helps

scav

Create a list that will contain 14 elements, with the first 12 elements having the value “badger” and the last two elements having the value “mushroom”.

Answers

A list that contains 14 elements, with the first 12 elements having the value “badger” and the last two elements having the value “mushroom” is as follows:

list1 = ["badger", "badger", "badger", "badger", "badger", "badger", "badger", "badger", "badger", "badger", "badger", "badger", "mushroom" "mushroom"]

Code explanation

List are used to store multiple items in a variable. The items stored accommodate different datatype. List are represented with a square bracket "[]". The elements stored are placed inside the square brackets.

The python list is stored in the variable list1The python list has the first 12 elements as "badger" and the last two elements as "mushroom".

learn more on list here: https://brainly.com/question/24941798

Fundamental of Computer Science
Prompt:
What is a class that you believe you could learn just as well in an online class as an in
person class? What is a class that you think you need to have in person if you want to learn
and pass the course? How are these subjects different? What factors contributed to your
decision?

Answers

Answer:

Coding and Hardware Hacking

Explanation:

You can learn coding just as well through a online class or even on the internet through yo*tube than an in person class whereas it would be alot easier learning hardware hacking in person because you are given the opportunity to ask and can be corrected for small mistakes due to the task being manual. Coding can be learnt online independently if needed although so can hardware hacking but having a teacher to correct you and teach you handy tricks from their experience will get you further in that sense.

While you are using some files on a workstation running Linux, you determine that a few of the files seem to be corrupted. What should you do

Answers

The best thing to do is to close all files and applications and run fsck.

What is an Application?

This is defined as a computer program designed to carry out a specific task and is used by end-users.

When few files seem to be corrupted, it is best to close all applications and run fsck command as it helps to check and interactively repairs inconsistent file systems.

Read more about Corrupted files here https://brainly.com/question/2596545

Question 1 (1 point)
These errors can be difficult to identify, because the program still runs but it does
not do what you expect it to do.
1.Runtime
2.Logic
3.Syntax
4.Executing

Answers

Answer:

Logic

Explanation: I took the test in k12 and got it correct

Complete the sentence.
Accessibility benefits______

• everyone
• people with impairments

The goal of accessibility is to provide_________

• access for as many people as possible
• access for 100 percent of users


Answers

Answer:

Complete the sentence.

Accessibility benefits______

• everyone

• people with impairments✔

The goal of accessibility is to provide_________

• access for as many people as possible✔

• access for 100 percent of users

I put a tick in the answer

Answer:

people with impaired,

access for as many people as possible

Explanation:

A popular game allows for in-app purchases to acquire extra lives in the game. When a player purchases the extra lives, the number of lives is written to a configuration file on the gamer's phone. A hacker loves the game but hates having to buy lives all the time, so they developed an exploit that allows a player to purchase 1 life for $0.99 and then modifies the content of the configuration file to claim 100 lives were purchased before the application reading the number of lives purchased from the file. Which of the following type of vulnerabilities did the hacker exploit?
a. Sensitive data exposure.
b. Dereferencing.
​c. Broken authentication.
​d. Race condition.

Answers

Based on the fact that the hacker's actions are done before the application reading of the lives purchased, this is d. Race condition.

What is a race condition?

This is when certain processes in an application depend on the timing of a a previous process or event. The flow of information can then be intercepted before the process completes.

This is what the hacker did here by accessing the application to change the number of lives purchased before the application read the number of lives purchased.

In conclusion, option D is correct.

Find out more on the race condition at https://brainly.com/question/13445523.

Explain why not having a driver for the old printer is a problem​

Answers

Answer:

Because you won't be able to print anything without it, because there would be no connection to the printer

According to the results of a testing process, Ron, an application tester, has made some changes to the application. Now, he wishes to check whether the changes made in the application have caused the previously existing functionality to fail or not. Which test should he perform

Answers

Answer:

Regression

the answer is a Regression test

hope this helps

scav

UNIT 2 TEXT QUESTIONS
Critical Thinking Questions
How might you develop a game where players need strong twitch skills in a way that still makes the game fun for players of all skill levels and abilities?
The unit has you writing a script that ends each level when a sprite gets to the right edge of the screen. Propose another “level completed” solution where the levels ends when the player hits a certain part of the screen WITHOUT relying on coordinates. Describe your solution, including the code blocks you would use instead of coordinates. (Hint: think about landing on a target or crossing a finish line!)
Propose at least two different ways you might increase the difficulty of a level by altering a characteristic of an enemy sprite in Scratch.
Think of video games that you find immersive. Identify two qualities those games have that draw you in.
Think about or propose a board game or video game that has an extremely high degree of customization. Explain why that game is highly customizable.

Answers

Answer:

I was doing this exact assignment, so you could use my answers as long as you reword them using a paraphrasing program or use these answers as added help with yours

Explanation:

Cheers!

Which of the following programs completes similar functions as those completed by Microsoft® Publisher?

Question 1 options:

Microsoft Access


Microsoft Outlook


Microsoft PowerPoint


Microsoft Word

Answers

Microsoft Word does many of the same tasks that Microsoft Publisher does.

Microsoft word:

Microsoft Word is a tool that is used to write documents in the educational field. It is maintained by Microsoft and may be utilized in a variety of fields, including research.

Created By Microsoft processor that was created by the company Microsoft. It offers comprehensive capabilities that let you format and modify your files and documents in the most efficient way possible.

Find out more information about 'Microsoft word'.

https://brainly.com/question/17145954?referrer=searchResults

What machine was one of the first to be able to add, subtract, multiply and divide?.

Answers

Answer:

Stepped Reckoner

Explanation:

Gottfried Wilhelm Leibniz constructs the Stepped Reckoner,the first calculator to carry out all four basic arithmetic operations (addition,subtraction,multiplication and division).

10. What is the value of favorite Animal after the code below is run?
animals = [ 'dog', 'cat', 'cow', 'pig' ]
favoriteAnimal = animals[2]
[1 point]
O a. dog
O b.cat
O c. cow
O d. pig

Answers

Running the code

animals = [ 'dog', 'cat', 'cow', 'pig' ]

favoriteAnimal = animals[2]

will give a result of

"cow"

Complete the sentence.
"C:\Users\Juanita\AppData\Local/Programs\Python\Python38.32\Unit\" is an example of a _______.

Answer choices:
relative path
path

Answers

The directory given above is typically an example of a path.

What is a path?

A path can be defined as a string of characters that is used to uniquely identify and describe the location of a document, file or folder in a directory structure, especially on a computer system.

The types of path.

In Python programming, there are two (2) main types of path and these include:

Relative path such as "os.path.relpath (path, start)"Absolute path such as "os.path.abspath"

In this scenario, the directory "C:\Users\Juanita\AppData\Local/Programs\Python\Python38.32\Unit\" is an example of a path.

Read more on path here: https://brainly.com/question/20464533

Your best strategy would be to use a heuristic if ________ is most important; your best strategy would be to use an algorithm if ________ is most important.

Answers

Answer:

First blank : Time

Second blank : Being right

the factors of power of device

Answers

Answer:

tfopod

Explanation:

If you intercept a message that has been encrypted using a Caesar Cipher, what is the maximum number of times you would need to guess-and-check different keys for the cipher before cracking it

Answers

The maximum number of times you would need to guess-and-check different keys for the cipher before cracking it is; 25 times

Encryption and Decryption of Caesar Cipher

The Caesar Cipher is a type of shift cipher. Shift Ciphers work by using the modulo operator to encrypt and decrypt messages. The Shift Cipher has a key K, which is an integer from 0 to 25.

To encrypt a message, you just enter the message in the Plaintext textbox, specify the shift, and click Encrypt. However, to decrypt a message, enter the message in the Ciphertext textbox, specify the shift, and click Decrypt.

Now, For Caesar's Cipher there are only 25 possible ways to shift the alphabet and as such that is the maximum number of times you can guess and check.

Read more about Caesar Cipher at; https://brainly.com/question/14298787

You have a coworker who frequently sends rude and inappropriate comments to the group instant
message platform. Which of these topics should your supervisor address with this coworker?
O collaboration
O resource management
O netiquette
O globalization

Answers

Answer: globalization

Explanation: because telling the boss will tell them why they shouldn’t do that because how it would it effect them later in life and how it would infect people too

As a network engineer, you have been creating patch (straight-through) cables for a network switch. You have plugged in all the cables and are testing data transmission through the cables.You notice that the data transmission is not functioning properly in some of the cables and are sure that one of the cables is interfering with the transmission at the near end of the cable.What is this type of interference called

Answers

This type of interference in networking is called cross-talk signal disruption. It may also be referred to as degradations caused by electrical sources or electromagnetic sources.

How does Crosstalk Occur?

Whenever signals traveling along a networking cable interferes with another it leads to electromagnetic disruptions in those signals. This is referred to as Crosstalk.

This can happen within a pair of cabling that is twisted. This can be corrected by:

using shielded networking cables and by keeping the cable further apart.

Please see the link below for more about Networking:

https://brainly.com/question/2970996

what is the salary for an average software dev?

Answers

Answer:

$73,213

Explanation:

Answer:

500

Explanation:

maybe ldk I'm not a electronic seller

a. What is Flash?
ans..​

Answers

Explanation:

Flash, a popular authoring software developed by Macromedia, is used to create vector graphics-based animation programs with full-screen navigation interfaces, graphic illustrations, and simple interactivity in an antialiased, resizable file format that is small enough to stream across a normal modem connection.

2.1.2 write a paragraph to explain why these types of technology are beneficial to the users of the gautrain in 2022. Take the current situation in South Africa into consideration when answering this question 2 answers

Answers

The use of different technologies such as ATP and the "Standard Gauge" is beneficial for users of the gautrain train, as it promotes greater safety and passenger comfort.

Gautrain Technologies

The Gautrain train uses a track gauge called "Standard Gauge" which generates greater safety at high speeds. In this device there is an alarm system that guarantees safety in case of accidents, promoting the necessary actions.

There is also a suite of ATP tools that are used on board to prevent information security threats and attacks.

Therefore, the Gautrain train is a fast, modern and safe means of rail transport that has 80 km and connects the city of Johannesburg to the OR Tambo International Airport, in addition to making the line to Pretoria, the capital of South Africa.

Find out more information about transport technologies here:

https://brainly.com/question/25935364

Why is it necessary to be familiar with Microsoft Excel?

Answers

Answer:

It is necessary to be familiar with Microsoft Excel because you will be using it throughout your school years. If you don't no how to use Microsoft Excel you will have an hard time doing your assign paper you need to get done.

You are a teaching assistant for an introductory computer concepts course at your local community college. The instructor asks you to prepare a lecture on input and output. What is the role of the operating system to manage and work with each?

This is for a college class... Please answer with a well-developed paragraph, I will mark the answer brainlist.

Answers

Answer:

Input devices : These are the devices that are used to put information or simply give input to a computer system. These are also known as peripheral devices and some of the most common examples of input devices are keyboard and mouse. Output devices… any hardware device used to send data from a computer to another device or user. examples of output devices are monitors and projectors (video), headphones and speakers (audio), or printers and plotters (physical reproduction in the form of text or graphics).

Explanation:

Hope this helps <3

In computer systems, the operating system helps devices communicate and coordinate with software applications.

The operating system helps transfer information between devices that you use to input data (like keyboards or touchscreens) and devices that show or produce output (like monitors or printers).

What is the teaching

For input management, the operating system is responsible for handling data streams coming from various input devices.

When a user interacts with an input device, such as pressing a key on the keyboard or moving the mouse, the operating system captures these actions and converts them into appropriate signals that can be interpreted by software applications.

Read more about output here:

https://brainly.com/question/31242886

#SPJ3

HELP PLEASE
Which app would require two people to know the same language but not require either to speak aloud in order to communicate?

A language learning app
A language translation app
An electronic notepad app
A speech-to-text app

Answers

A language translation app

--------------------------------------------------------------------------------------

A language learning app, like Duolingo, would only require one person, since it person vs computer

An electronic notepad app, i dont think that has anything to do with language?

A speech to text app would defeat the whole purpose of not speaking aloud, so thats not correct.

The only one that makes sense is a language translation app, like iTranslate, which allows people to speak to it, but ONLY if they want, because they can type the words they want to translate.

Hope this helps! Please let me know if you need more help, or if you think my answer is incorrect. Brainliest would be MUCH appreciated. Have a great day!

Stay Brainy!

−[tex]WishWolf[/tex]

Answer:

A language translation app

Explanation:

NET
Dale
Date
Assignment is
Directions
lasiname
Martin

F
18.00
estech
200.00
70.00
10 Add your lint name All your last name
1 peny
Dan
Thompson
Den
13 Westwo
1 ye
Joseph
15 mg
16 Read
Linda
E
All your los
$
200.00
US
RIGES
Pay Check PM Elechile in Car Note Neni Cable/Phone Gas
5,000.00 216.00 550.00 5,190,00 150,00 200.000 200.00
3.000.00
13.00 350.00 375.00
100.00 150.00 3 150.00
$
3,000.00 100.003 295.00 95.00
190,00
3.300.000 10.00 100.000 300.00
199.00
2.360.00 18 122.0080.00 500.00 100.00 39.00 35.00
200.00 65.00 100.00
150.00 150.00 50.00
500.00 38001318.00 050.00 18 100,00 200.00 210.00
100.00 123.00 160.00
750.00
JO
200,000.00 38.00
100.00 110.00 150.00 750.00 0.0001 30.00
5.000.000 30.00 100.00 $ 700.00 200.00 2100018
10.00
200.00 HP.0013
325.00 203.00
12400
200.0013 3800 205 09.150.00 5
39.00
120.00
700.00 S
130.00 100.00 1,000.00
13.00
500.00 2001 100.00 3700.003 200.00 130.00 18.00
100.00 13 102.00 357,00 185.09.15 100.00 157.00 180.00
000.00 15 11.00 50.00 50.00 5 150.00 178.00 200.00
3.100.00 P300 30000 150.00 150.00 50.00 50.00
Amount of consumentaneam
Marcus
Manna
00 DE
10 The
19 0
PO Martin
DU Jones
2 marone
150.00
Man
Mihael
Sheila
00 BLC
avere Pora
bill, the smalles
totaland the
24 Breton
Tony
20
Lommelletti Dill Ave
Consumer Car Note Ayu
sume Rent Ayu
onum Cablehne Ayu
Les in
Totalol You Monthly
You Remaining lumas alte Billa
TAP

Answers

Answer:

Where are the options??

Explanation:

pls help its important ​

Answers

Answer:

I think it's the last one

My computer is being weird, Everytime I begin to type something on here it keeps adding a letter to the beginning of my sentence then when I try to go back and fix it it copies and pastes all I wrote down over and over again. I checked my settings and everything seems to be right.

Answers

Answer:

Maybe you have shift lock on since it's highlighting and Ctrl C + Ctrl V your entire text? let me know if im wrong.

Suppose we used an internet addressing protocol that used 4 bits to encode a single address. How many devices would be supported on the internet? how many unique addresses would there be?.

Answers

The number of unique addresses that can be supported on the devices with 4 bits will be 16.

What is an internet protocol?

An internet protocol is a protocol that describes the structure of an internet address and then allocates a unique address to each internet-connected device.

However, we need to understand that one bit can only support four addresses.

Therefore, we can conclude that the number of unique addresses that would supported by 4 bits will be 16.

Learn more about Internet protocol here:

https://brainly.com/question/18215126

Which type of shape allows you to add text that can be moved around.

Answers

Answer:

Move a text box, WordArt, or shape forward or backward in a stack. Click the WordArt, shape, or text box that you want to move up or down in the stack. On the Drawing Tools Format tab, click either Bring Forward or Send Backward.

Other Questions
If I take off my retainers for one whole day and put them back at night will my teeth shift? I weared them for like 2 months I need one more month Which example is a simple machine?1. ramp2. bicycle3. car4. steering wheel system of a boat PLS HELP I'LL GIVE U BRAINLIESTThe temperature falls from 15 degrees to -10 degrees. What is the difference in those temperatures? The school store has 1500 pencils in stock and sells an average of 20 pencils per day. The manager reorders when the number of pencils in stock is 460. Help me pretty pls! :) Which statement best describes Sonia's experience at Princeton University?For the first time in her life, Sonia had trouble doing well in her classes, and she disliked the rigid structure of university life.She felt instantly comfortable there and, for the first time, received the respect that someone of her great intelligence deserved.She loved Princeton at first, but she grew to dislike the school because it did not offer minority students opportunities to succeed.At first, she struggled somewhat, but she sought help and worked very hard in order to become one of atticus character traits in to kill a mockingbird with details What's the area of a triangle whose base has a length of 27 units and whose height is16 units?A) 108 square unitsB) 144 square unitsC) 216 square unitsOD) 432 square units Perimeter: Area: 3.9 & 1.3 PLEASE HELP MEE!!!!Fill in blanks in the sentences below using the following words. Note that you may not need to use all of the words.arrts intersection gauche comment tout droit la ligne 1. est-ce que je peux aller la gare?2. Vous prenez 5 jusqu'au terminal.3. Combien d' de bus y a-t-il pour aller au Louvre?4. Vous continuez jusqu' la prochaine . Each cube in this solid figure is a unit cube.What is the volume of this solid figure?Enter your answer in the box.__ units As the owner of a small business, you have decided to apply for a loanto expand your locations. Information that you most likely will need toprovide to the lender include all but:a. current sales and expense figures.b. projected sales and expense figures.c. the cost of the expansion.d. the average value of homes in your neighborhood. qu clase es? quines son? quin es? de dnde es? a qu hora es la clase de ingls? cuntos estudiantes hay?. HELP IM DESPRITE Matthew can spend up to $75 on supplies for his garden. The flowers will cost $38 and he wants to spend the rest on bags of top soil. Each bag of top soil costs $6. How many bags of top soil can he buy? Tribal courts handle __________. I don't know how to do this Use the Side-Splitter Theorem to determine the missing lengths.Mark brainliest unless you show your work! How are elements related to the Earth's crust? Help me fast, please!!!!!!!!!!!! Solve each real-world problem below, showing all of your work.You must state the starting amount and rate of change for each problem.You must also write the linear equation used to solve the problem. The memory card in Carla's camera can hold 1,024 pictures.On April 30th, Carla sees that she has 235 pictures on the memory card.She plans to take 35 pictures each day in the month of May.How many pictures will Carla have on the memory card on May 16th?On what day will the memory card be full?