subject

The World Wide Web, a network of electronically produced and interconnected (or "linked") sites, called pages, that are accessible via personal computer, raises legal issues about the rights of owners of intellectual property, notably those who create documents for inclusion on Web pages. Some of these owners of intellectual property claim that unless copyright law is strengthened, intellectual property on the Web will not be protected from copyright infringement. Web users, however, claim that if their ability to access information on Web pages is reduced, the Web cannot live up to its potential as an open, interactive medium of communication. The debate arises from the Web’s ability to link one document to another. Links between sites are analogous to the inclusion in a printed text of references to other works, but with one difference: the cited document is instantly retrievable by a user who activates the link. This immediate accessibility creates a problem, since current copyright laws give owners of intellectual property the right to sue a distributor of unauthorized copies of their material even if that distributor did not personally make the copies. If person A, the author of a document, puts the document on a Web page, and person B, the creator of another Web page, creates a link to A’s document, is B committing copyright infringement?
To answer this question, it must first be determined who controls distribution of a document on the Web. When A places a document on a Web page, this is comparable to recording an outgoing message on one’s telephone answering machine for others to hear. When B creates a link to A’s document, this is akin to B’s giving out A’s telephone number, thereby allowing third parties to hear the outgoing message for themselves. Anyone who calls can listen to the message; that is its purpose. While B’s link may indeed facilitate access to A’s document, the crucial point is that A, simply by placing that document on the Web, is thereby offering it for distribution. Therefore, even if B leads others to the document, it is A who actually controls access to it. Hence creating a link to a document is not the same as making or distributing a copy of that document. Moreover, techniques are already available by which A can restrict access to a document. For example, A may require a password to gain entry to A’s Web page, just as a telephone owner can request an unlisted number and disclose it only to selected parties. Such a solution would compromise the openness of the Web somewhat, but not as much as the threat of copyright infringement litigation. Changing copyright law to benefit owners of intellectual property is thus ill-advised because it would impede the development of the Web as a public forum dedicated to the free exchange of ideas.
Which one of the following most accurately expresses the main point of the passage?
(A) Since distribution of a document placed on a Web page is controlled by the author of that page rather than by the person who creates a link to the page, creating such a link should not be considered copyright infringement.
(B) Changes in copyright law in response to the development of Web pages and links are ill-advised unless such changes amplify rather than restrict the free exchange of ideas necessary in a democracy.
(C) People who are concerned about the access others may have to the Web documents they create can easily prevent such access without inhibiting the rights of others to exchange ideas freely.
(D) Problems concerning intellectual property rights created by new forms of electronic media are not insuperably difficult to resolve if one applies basic commonsense principles to these problems.
(E) Maintaining a free exchange of ideas on the Web offers benefits that far outweigh those that might be gained by a small number of individuals if a radical alteration of copyright laws aimed at restricting the Web’s growth were allowed.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:10
1. package newton’s method for approximating square roots (case study 3.6) in a function named newton. this function expects the input number as an argument and returns the estimate of its square root. the script should also include a main function that allows the user to compute square roots of inputs until she presses the enter/return key. 2. convert newton’s method for approximating square roots in project 1 to a recursive function named newton. (hint: the estimate of the square root should be passed as a second argument to the function.) 3. elena complains that the recursive newton function in project 2 includes an extra argument for the estimate. the function’s users should not have to provide this value, which is always the same, when they call this function. modify the definition of the function so that it uses a keyword parameter with the appropriate default value for this argument, and call the function without a second argument to demonstrate that it solves this problem. 4. restructure newton’s method (case study 3.6) by decomposing it into three cooperating functions. the newton function can use either the recursive strategy of project 1 or the iterative strategy of case study 3.6. the task of testing for the limit is assigned to a function named limitreached, whereas the task of computing a new approximation is assigned to a function named improveestimate. each function expects the relevant arguments and returns an appropriate value. 5. a list is sorted in ascending order if it is empty or each item except the last one is less than or equal to its successor. define a predicate issorted that expects a list as an argument and returns true if the list is sorted, or returns false otherwise. (hint: for a list of length 2 or greater, loop through the list and compare pairs of items, from left to right, and return false if the first item in a pair is greater.)
Answers: 1
question
Computers and Technology, 23.06.2019 10:20
Suppose there is a relation r(a, b, c) with a b+-tree index with search keys (a, b).1. what is the worst-case cost of finding records satisfying 10 < a < 50 using this index, in terms of the number of records n1, retrieved and the height h of the tree? 2. what is the worst-case cost of finding records satisfying 10 < a < 50 and 5 < b < 10 using this index, in terms of the number of records n2 that satisfy this selection, as well as n1 and h defined above? 3. under what conditions on n1 and n2, would the index be an efficient way of finding records satisfying the condition from part (2)?
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
The computers in the sales department did not have enough data storage capacity to contain all the information the department needed to store, and it was taking a long time for team members to access the data they needed. to fix the problem, the technician installed new, larger hard drives on all the computers.
Answers: 1
question
Computers and Technology, 24.06.2019 10:10
Which view in a presentation program displays a split window showing the slide in the upper half and a blank space in the lower half?
Answers: 1
You know the right answer?
The World Wide Web, a network of electronically produced and interconnected (or "linked") sites, cal...
Questions
question
Biology, 28.08.2019 05:10
question
History, 28.08.2019 05:10
question
Social Studies, 28.08.2019 05:10
question
English, 28.08.2019 05:10
question
Mathematics, 28.08.2019 05:10
question
History, 28.08.2019 05:10
Questions on the website: 13722362