Welcome to outblasts.com
|
What is copyright infringement
What Is Copyright Infringement? The Layperson's Copyright Primer
Copyright laws are constantly changing, and knowing exactly what copyright infringement is, whether you’re creating an eBook, publishing articles, using music as a backtrack to your podcast - or what have you - is essential to selling your online media. Although the laws change from one jurisdiction to another, knowing the basic rules of copyright infringement will ensure you’re following the proper rules of engagement when it comes to creating your works. Before you make any final decisions regarding the use of a work that has been copyrighted, please contact a copyright attorney to ensure you’re following the law – this will keep you from being sued or, even worse, punished in a court of law.
What is Copyright Infringement?
Copyright infringement, as defined by Wikipedia.org, states: “Copyright infringement (or copyright violation) is the unauthorized use of material that is protected by intellectual property rights law particularly the copyright in a manner that violates one of the original copyright owner's exclusive rights, such as the right to reproduce or perform the copyrighted work, or to make derivative works that build upon it. The slang term bootleg (derived from the use of the shank of a boot for the purposes of smuggling) is often used to describe illicitly copied material.”
So, what is copyright infringement in plain English? It means that if you’re not allowed to use something, then don’t use it – plain and simple. It can be very simple to get permission to use a work – many times you’ll be able to use a ‘sample’ of music or excerpt of written work for a nominal fee, or small attribution. However, if you do not have the permission of the copyright holder – whether it’s an author or a publishing house – you can be sued for copyright infringement or worse.
What is Copyright Infringement in America?
In many jurisdictions, such as the United States of America, this act is known as a strict liability crime or tort (a tort is a civil wrong – not a criminal wrong). This means that the person who infringes the copyright - whether intentionally or not - will be responsible for the damage or loss. Also, the prosecutor (in criminal court) or plaintiff (in civil court) must only prove that the act of copying was committed by the defendant – they do not need to prove guilty intent. This means, even if you had no intention of committing copyright fraud or infringement, you can (and in present times, in many cases, WILL) be prosecuted, even if you used the material in good faith.
What is Copyright Infringement in action?
Many cases of copyright infringement are difficult to see to the layperson, because the violation is not limited to exact copying. In many cases, when something is inspired by another thing – such as in music, when the inspiration of one song is used to create an entirely different song – it’s difficult to see where the new product or ‘thing’ has crossed the line to something illegal. Some works aren’t even protected by copyright, such as compilation of facts that lack the creativity necessary to be covered by copyright, or works that are in the public domain because the copyright has expired. Knowing the difference is often very difficult to see, and because of this we’ve seen a number of copyright infringement cases in recent years, especially in tandem with the music industry.
As you can see, copyright infringement is a very difficult, albeit necessary, act to define. However, if you make sure that you’re using works that are in the public domain, or have long since been out of copyright (think Beethoven or Frankenstein) you’ll be safe. Do you fair research, and if you have any questions contact a copyright lawyer and ask ‘what is copyright infringement’ to learn the most up-to-date information for your jurisdiction.
Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals. Web Hosting - DNS, How The Internet Keeps Track of Names The way computers communicate is, in a way, very similar to something very familiar: the postal system that delivers letters and packages. Here's how... The Internet is just what the name suggests, a large inter-connected set of networks. But those networks are pointless without the one part that forms what is called their 'end-nodes', otherwise known as computers. Those computers often need to share information because the people who use them want to share information. But, in a system where there are millions of separate computers, how can you enable them all to communicate? One very important feature of that solution is performed by something called DNS, the Domain Name System. Every part of a network that is going to send or receive information is assigned an IP address. That's a numeric identifier that uniquely specifies a particular 'node', such as a computer, a router that directs traffic or other component. They look like this: 209.131.36.158 But those numbers are more difficult for people to remember and work with. They also aren't very attractive from a marketing perspective. So, a naming system was layered on top of some of them, mostly the computers involved, though routers have names, too. But once you have a system that associates a unique IP address to a given name, you need some way of keeping track of all of them. That's carried out by several different pieces of the system: Name Registrars, DNS Servers and other components. The Name Registrars, overseen by IANA (Internet Assigned Numbers Authority) and other international bodies, provide and keep track of domain names. When you register with GoDaddy or any of a hundred other intermediate companies, ultimately that information makes its way into a number of specialized databases stored inside DNS Servers. A DNS Server is the hardware and/or software that tracks and forwards the IP Address/Domain Name pair from one place to the next. In many cases, there are a number of them between your browser and the remote computer you want to share information with. Suppose you request information from, say, Yahoo's site by clicking on a link on their site. DNS resolves (translates) the name of WHO IS making the request and OF WHOM, to addresses, then passes the request through the network to the requested IP address. The requested data is then passed back through the mesh of network components to your computer and displayed in your browser. Whether the communication is between a desktop computer and a server somewhere, or between one server and another, the process is essentially the same. DNS servers translate names into IP addresses and the requests for data are forwarded on. In some cases those DNS servers are part of a specialized network computer whose sole job is to do the translation and forwarding. In other cases the DNS software may reside on a server that also houses a database of general data, or stores email, or performs other functions. But however complicated the chain or the parts, the basic process is simple. Translate the name to an address, just as the postal system does. Whether international or local, your name is associated with an address, and the deliveries are made to the address, then forwarded to a particular name. |