Archive for October, 2007

How Local Area Network works?

Tuesday, October 30th, 2007

LAN TOPOLOGIES

LAN topologies define the manner in which network devices are organized. Four common LAN topologies exist:

bus,
ring,
star, and
tree.

These topologies are logical architectures, but the actual devices need not be physically organized in these configurations. Logical bus and ring topologies, for example, are commonly organized physically as a star. […]

Data Communication Model

Tuesday, October 30th, 2007

The user of the PC wishes to send a message to another user-for example, “Good Day” (m). The user activates the electronic mail package on the PC and enters the message via the keyboard (input device). The character string is briefly buffered in main memory. We can view it as a sequence of bits(g) in […]

How To Install MYSQL Essential 5.0.45

Monday, October 29th, 2007

What is MySQL5.0?MYSQL is one the database solution which is free to use and license by GNU General Public License (GPL), which is probably the best known open source license. Here are the steps to install MySQL5.0 on Windows platform. Step 1
Make sure you already downloaded the mysql essential 5.0.45 win32.msi file. Double click on […]

Installing PHP on Windows Screenshots

Sunday, October 28th, 2007

PHP, which stands for “PHP: Hypertext Preprocessor” is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically […]

Screenshots How to install Apache on Windows?

Sunday, October 28th, 2007

Web server
Is a software program that sits on your (the physical machine that is designed to store and serve web pages). Any server configured to communicate using TCP/IP uses ports. Not serial or parallel ports like the ones on the back of your computer, but the ones that look different and serve the same purpose, […]

TCP/IP and Distributed System

Thursday, October 25th, 2007

Basic Communication Model
Communication is the transfer of a message from one entity, called the source or transmitter, to another, called the destination or receiver, via a channel of some sort.

Drupal How to setup, install, configure on Linux.

Thursday, October 25th, 2007

What is Drupal?
Drupal (IPA pronunciation: [druː pʰəl]) is a free and open source modular content management system (CMS) written in the programming language PHP. A CMS is a tool used by Web administrators to automatically track online visitors and prepare customized content for consumption, usually as HTML-based Web pages. Drupal, like many modern CMSs, allows […]

WordPress how to setup on linux

Wednesday, October 24th, 2007

What is Word Press? WordPress is a blog publishing system written in PHP and backed by a MySQL database. WordPress is the official successor of b2\cafelog, developed by Michel Valdrighi. The name WordPress was suggested by Christine Selleck, a friend of lead developer Matt Mullenweg.