Welcome to www.minisinbox.com

Web Hosting - Sharing A Server – Things To Think About You can often get a substantial discount off web hosting fees by sharing a server with other sites. Or, you may have multiple sites of your own on the same system. But, just as sharing a house can have benefits and drawbacks, so too with a server. The first consideration is availability. Shared servers get re-booted more often than stand alone systems. That can happen for multiple reasons. Another site's software may produce a problem or make a change that requires a re-boot. While that's less common on Unix-based systems than on Windows, it still happens. Be prepared for more scheduled and unplanned outages when you share a server. Load is the next, and more obvious, issue. A single pickup truck can only haul so much weight. If the truck is already half-loaded with someone else's rocks, it will not haul yours as easily. Most websites are fairly static. A reader hits a page, then spends some time skimming it before loading another. During that time, the server has capacity to satisfy other requests without affecting you. All the shared resources - CPU, memory, disks, network and other components - can easily handle multiple users (up to a point). But all servers have inherent capacity limitations. The component that processes software instructions (the CPU) can only do so much. Most large servers will have more than one (some as many as 16), but there are still limits to what they can do. The more requests they receive, the busier they are. At a certain point, your software request (such as accessing a website page) has to wait a bit. Memory on a server functions in a similar way. It's a shared resource on the server and there is only so much of it. As it gets used up, the system lets one process use some, then another, in turn. But sharing that resource causes delays. The more requests there are, the longer the delays. You may experience that as waiting for a page to appear in the browser or a file to download. Bottlenecks can appear in other places outside, but connected to, the server itself. Network components get shared among multiple users along with everything else. And, as with those others, the more requests there are (and the longer they tie them up) the longer the delays you notice. The only way to get an objective look at whether a server and the connected network have enough capacity is to measure and test. All systems are capable of reporting how much of what is being used. Most can compile that information into some form of statistical report. Reviewing that data allows for a rational assessment of how much capacity is being used and how much is still available. It also allows a knowledgeable person to make projections of how much more sharing is possible with what level of impact. Request that information and, if necessary, get help in interpreting it. Then you can make a cost-benefit decision based on fact.

Copyright Law Plagiarism Plagiarism Is Simply Unethical Anyone who is a writer is concerned with plagiarism. Copyright Plagiarism Laws protects copyright holders from having their works plagiarized. Many people think it is ironic that the word plagiarism derives from “kidnapper” in Latin. However, it is true. If a person uses another person’s words without permission, they have indeed stolen or kidnapped something that was owned by another and is in violation of copyright law. Plagiarism is a very bad word in the writing world. Crediting the author of the work will not keep someone immune from being in violation of copyright law. Plagiarism is plagiarism, even if the author is cited if the author did not give permission for the work to be used. One of the most common areas that copyright law plagiarism is violated is in the academic world. Many students will copy and paste the information they need for their research papers and essays straight off the Internet and turn it in to their professors. However, this type of cheating is easily detected now with special programs that professors can use. Plagiarism is unethical, not only in the writing world, but in the academic world, as well. Did you know that you could plagiarism a work but not be in violation of the copyright? Likewise, you can be in violation of a copyright and not have been plagiarizing. It is really not that hard to understand. Let’s say you are using Abraham Lincoln’s exact words in a paper and you did not cite him as the source or give him credit. Well, Lincoln’s words aren’t copyrighted because they are in the public domain. But, you did plagiarize because you tried to pass off his words as your own. Alternatively, if you use a picture in a book and you did not gain permission to use the book, you have violated copyright law because you did not source the artist and you did not get permission from the artist to use the picture. If you are in school, the best way you can get around committing plagiarism is to simply list your sources. If you use someone’s word, list it in an endnote or in a footnote. List the resource you found it in the bibliography. Another way around copyright law plagiarism violations is to take notes when you are reading. Take notes in your own words and put the resource away. Write your paper from your own words. No one wants to be singled out for plagiarism, especially a student who is concerned about their reputation at school and writers who need to keep their credibility in good standing. With today’s technological advances, it is not too hard to pinpoint plagiarized work. Even webmasters who run websites are on to the plagiarism crowd. They can run their entire sites through a special program to see if their content has been stolen and duplicated elsewhere on the Internet. If you are dealing in the written word, either academically or as a profession, it is a good idea that you only use your own words. It was probably easier to get away with plagiarism 100 years ago, but it is not that easy today. The changes are very high that if you are caught violating copyright law plagiarism laws you will be caught. Not only is it embarrassing, but it can cost you a bundle in a lawsuit.

Web Hosting - Managing Disk Space Few things are less exciting than managing the disk space that always seems to be in too short a supply. But few things are more important to the health and well being of your site. The most obvious aspect of managing disk space is the need to have enough. If you have only a few dozen web pages, that's not an issue. But as the amount of information (web pages, database content and more) grows, the quantity of free space goes down. That's important for two reasons. All permanent information on a computer is stored on hard drives. Temporary information is often stored in memory only. The two components are completely separate, though they are sometimes confused with one another. As the amount of free space on the hard drive decreases several effects occur. Here's one way to picture them... Imagine you had a table with a certain area and you lay out playing cards on the table. At first, you lay them out in order, the 2 at the side of the 3, then 4, and so on. But then you pick up one or two cards from the middle and discard them. Then you add some more cards. Pretty soon things look pretty random. Now cover the cards with a big opaque sheet of paper. You want the cards to appear in order when displayed to someone. A special robot could be designed to always pick up the cards from underneath the sheet in order. Or, it could slide a hole in the sheet over the cards to display them in the correct order (2, 3, 4, ...), no matter what order they are really in. That's similar to how the operating system always shows you information in a sensible way, even though it's actually stored randomly. Why should you care? Real files are stored in pieces scattered around the drive wherever there is space for them. The more free space there is, the quicker the operating system can find a place to store a new piece. That means, if you delete the junk you no longer need (and free up more space) the system actually runs quicker. It helps create space you might need, and allows the operating system to store files for you faster. But there's a second effect. As you delete old files or change them, the pieces get more and more scattered. It takes the 'robot' longer and longer to fetch or display the 'cards' in order. Existing files are fetched and put together 'on the fly' (say, when you request a graphical page or a list of names). But, it takes longer to put together the web page when there are more scattered pieces. So, the other aspect of managing disk space is to keep the pieces of the files more or less in order. A utility that does that is called a 'de-fragger' or de-fragmentation program. You can request that a system administrator run it, or if you have the authority, you can run it yourself. That keeps the 'cards' in order and allows for quicker access to them. So, managing disk space involves chiefly three things: (1) keeping enough space to store what you need to store, and also (2) keeping enough free space to make new file storage quick and (3) making old file retrieval fast by keeping things orderly. When only a few files are involved the benefit isn't worth the effort. But as the number and size of the files grow, to thousands of files or several gigabytes of data, the effect becomes more noticeable. Keeping things organized then makes a significant difference in performance. Much of this can be automated using utilities. Some will delete files in a certain folder older than a certain date. A de-fragger can be set to run automatically during times of light usage, or quietly in the background at all times. Discuss the options with your system administrator and help him or her do the job better by keeping your house in order. You'll benefit by having a better performing web site.