Friday, March 7, 2008
Definition of digital photography
Knowledge can give you a real advantage. To make sure you're fully informed about digital photography, keep reading.
The art and science of producing and manipulating digital photographs -- photographs that are represented as bit maps. Digital photographs can be produced in a number of ways:
# Directly with a digital camera
# By capturing a frame from a video
# By scanning a conventional photograph
Once a photograph is in digital format, you can apply a wide variety of special effects to it with image enhancing software. You can then print the photo out on a normal printer or send it to a developing studio which will print it out on photographic paper.
Although the resolution of digital photos is not nearly as high as photos produced from film, digital photography is ideal when you need instant, low-resolution pictures. It's especially useful for photos that will be displayed on the World Wide Web because Web graphics need to be low resolution anyway so that they can be downloaded quickly.
If you've picked some pointers about digital photography that you can put into action, then by all means, do so. You won't really be able to gain any benefits from your new knowledge if you don't use it.
Friday, February 15, 2008
Wi-Fi Definition Wireless Fidelity
The best time to learn about Wi-Fi is before you're in the thick of things. Wise readers will keep reading to earn some valuable Wi-Fi experience while it's still free.
Wi-Fi is the short for wireless fidelity and is meant to be used generically when referring of any type of 802.11 network, whether 802.11b, 802.11a, dual-band, etc. The term is promulgated by the Wi-Fi Alliance.
Any products tested and approved as "Wi-Fi Certified" (a registered trademark) by the Wi-Fi Alliance are certified as interoperable with each other, even if they are from different manufacturers. A user with a "Wi-Fi Certified" product can use any brand of access point with any other brand of client hardware that also is certified. Typically, however, any Wi-Fi product using the same radio frequency (for example, 2.4GHz for 802.11b or 11g, 5GHz for 802.11a) will work with any other, even if not "Wi-Fi Certified."
Formerly, the term "Wi-Fi" was used only in place of the 2.4GHz 802.11b standard, in the same way that "Ethernet" is used in place of IEEE 802.3. The Alliance expanded the generic use of the term in an attempt to stop confusion about wireless LAN interoperability.
There's no doubt that the topic of Wi-Fi can be fascinating. If you still have unanswered questions about Wi-Fi, you may find what you're looking for in the next article.
Friday, February 8, 2008
What is Round Robin DNS?-Definition
A load balancing technique in which balance power is placed in the DNS server instead of a strictly dedicated machine as other load techniques do.
Round robin works on a rotating basis in that one server IP address is handed out, then moves to the back of the list; the next server IP address is handed out, and then it moves to the end of the list; and so on, depending on the number of servers being used. This works in a looping fashion.
Round robin DNS is usually used for balancing the load of geographically distributed Web servers. For example, a company has one domain name and three identical home pages residing on three servers with three different IP addresses. When one user accesses the home page it will be sent to the first IP address. The second user who accesses the home page will be sent to the next IP address, and the third user will be sent to the third IP address. In each case, once the IP address is given out, it goes to the end of the list. The fourth user, therefore, will be sent to the first IP address, and so forth.
Although very easy to implement, round robin DNS has important drawbacks, such as those inherited from the DNS hierarchy itself and TTL times, which causes undesired address caching to be very difficult to manage. Moreover, its simplicity makes that remote servers that go unpredictably down inconsistent in the DNS tables. However, this technique, together with other load balancing and clustering methods, can produce good solutions for some situations.
Now you can be a confident expert on Round robin DNS. OK, maybe not an expert. But you should have something to bring to the table next time you join a discussion on Round robin DNS.
Tuesday, February 5, 2008
SaaS Definition from Webopedia
Short for Software as a Service, SaaS is a software delivery method that provides access to software and its functions remotely as a Web-based service. SaaS allows organizations to access business functionality at a cost typically less than paying for licensed applications since SaaS pricing is based on a monthly fee. Also, because the software is hosted remotely, users don't need to invest in additional hardware. SaaS removes the need for organizations to handle the installation, set-up and often daily upkeep and maintenance. Software as a Service may also be referred to as simply hosted applications.
Wednesday, January 30, 2008
What is Feed?
Saturday, January 26, 2008
What is DNS parking?
Friday, January 18, 2008
SERP Definition
Reciprocal linking-definition
Saturday, January 12, 2008
CNAME Record definition
Definition of chicklet
Sunday, January 6, 2008
CTR - Definition
Page impressions- definition
hypertext - definition
Hypertext systems are particularly useful for organizing and browsing through large databases that consist of disparate types of information. There are several Hypertext systems available for Apple Macintosh computers and PCs that enable you to develop your own databases. Such systems are often called authoring systems . HyperCard software from Apple Computer is the most famous.
Tuesday, January 1, 2008
January 1, TCP/IP - Video
Abbreviation of Transmission Control Protocol, and pronounced as separate letters. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent. TCP/IP is the basis of almost all Internet communication, and it was adopted by ARPANET on January 1 (if you don't know, ARPANET was the major foundation to the Internet).
January 1, 83 TCP/IP
This article gives a more in-depth look at what TCP/IP is. It was established as an ARPANET standard on January 1, 1983.
TCP/IP:
IP - is responsible for moving packet of data from node to node. IP forwards
each packet based on a four byte destination address (the IP number). The
Internet authorities assign ranges of numbers to different organizations.
The organizations assign groups of their numbers to departments. IP operates
on gateway machines that move data from department to organization to region
and then around the world.TCP - is responsible for verifying the correct delivery of data from client to server. Data can be lost in the intermediate network. TCP adds support to detect errors or lost data and to trigger retransmission until the data is correctly and completely received.
Sockets
- is a name given to the package of subroutines that provide access to TCP/IP on
most systems.(Yale.edu)
There are many layers built on top of TCP/IP. And another protocol called UDP, which is predominantly used in games and other networking situations where low-latency is required is completely different.
The major layers on top of TCP/IP are:
HTTP: Hyper Text Transfer Protocol (for requesting webpages)
FTP: File Transfer Protocol (for uploading files to websites)
SMTP and POP3: For sending (SMTP) and receiving (POP3) e-mail
IRC: For chatting online
There are also many-non standard protocols built on top of TCP/IP. For instance, AOL Instant Messenger uses a third-party protocol to transfer chat messages between clients!