<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kumarvikas's Weblog</title>
	<atom:link href="http://kumarvikas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kumarvikas.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 23 Feb 2008 18:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='kumarvikas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1517e3555e4674c28f28df4ae2fc02f0?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Kumarvikas's Weblog</title>
		<link>http://kumarvikas.wordpress.com</link>
	</image>
			<item>
		<title>Compiler</title>
		<link>http://kumarvikas.wordpress.com/2008/02/23/compiler/</link>
		<comments>http://kumarvikas.wordpress.com/2008/02/23/compiler/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 18:19:26 +0000</pubDate>
		<dc:creator>kumarvikas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kumarvikas.wordpress.com/?p=6</guid>
		<description><![CDATA[Earlier computer programmers actually wrote programs in machine code, but assembler languages or instruction sets were soon developed to speed up programming. Today, assembler programming is used only where very efficient control over processor operations is needed. It requires knowledge of a particular computer&#8217;s instruction set, however. Historically, most programs have been written in &#8220;higher-level&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=6&subd=kumarvikas&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Earlier computer programmers actually wrote programs in machine code, but assembler languages or instruction sets were soon developed to speed up programming. Today, assembler programming is used only where very efficient control over processor operations is needed. It requires knowledge of a particular computer&#8217;s instruction set, however. Historically, most programs have been written in &#8220;higher-level&#8221; languages such as COBOL, FORTRAN, PL/I, and C. These languages are easier to learn and faster to write programs with than assembler language. The program that processes the source code written in these languages is called a compiler. A compiler is not one piece of software. It starts out with a lexer analyser, then a parser linker &#8230; and ends with the assembly code which the linker takes to map virtual address to the physical addresses. So, basically, it&#8217;s a tool which checks for syntax and semantics of a language, creates the code readable by the machine. Similar to the assembler that takes higher-level language statements and reduces them to machine code.</p>
<p>Grace Hopper was credited with devising the first compiler. <b>Grace Brewster Murray</b> was born on December 9, 1906 in New York City.  She helped develop the Flow-Matic programming language (1957) and the Common Business-Oriented Language (COBOL; 1959-61) for the UNIVAC, the first commercial electronic computer.</p>
<p>In 1949 she joined the Eckert-Mauchly Computer Corporation and provide businesses with computers. There she began pioneering effort of UNIVAC I, the first large-scale electronic digital computer. To ease their task, Admiral Hopper encouraged programmers to collect and share common portions of programs. Even though these early shared libraries of code had to be copied by hand, they reduced errors, tedium, and duplication of effort.</p>
<p>By 1949 programs contained mnemonics that were transformed into binary code instructions executable by the computer. Admiral Hopper and her team extended this improvement on binary code with the development of her first compiler, the A-O.  A program was specified as a sequence of subroutines and arguments. The subroutines were identified by a numeric code and the arguments to the subroutines were written directly after each subroutine code. Basically A-0 system converted the specification into machine code that could be fed into the computer a second time to execute the program. The A-O series of compilers translated symbolic mathematical code into machine code, and allowed the specification of call numbers assigned to the collected programming routines stored on magnetic tape. One could then simply specify the call numbers of the desired routines and the computer would &#8220;find them on the tape, bring them over and do the additions. The A-0 functioned more as a loader or linker than the modern notion of a compiler.  The A-0 system was followed by the A-1, A-2, A-3 (released as ARITH-MATIC), AT-3 (released as MATH-MATIC) and B-0 (released as FLOW-MATIC).</p>
<p>This is how the evolution of compiler by an American lady took place. Thus making computer ubiquitous in this century.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kumarvikas.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kumarvikas.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kumarvikas.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kumarvikas.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kumarvikas.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kumarvikas.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kumarvikas.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kumarvikas.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kumarvikas.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kumarvikas.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kumarvikas.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kumarvikas.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=6&subd=kumarvikas&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kumarvikas.wordpress.com/2008/02/23/compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07b15eab776fb9d9fee1542318449dff?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kumarvikas</media:title>
		</media:content>
	</item>
		<item>
		<title>STEPS REQUIRED FOR SQL QUERY</title>
		<link>http://kumarvikas.wordpress.com/2008/02/17/steps-required-for-sql-query/</link>
		<comments>http://kumarvikas.wordpress.com/2008/02/17/steps-required-for-sql-query/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 21:21:22 +0000</pubDate>
		<dc:creator>kumarvikas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kumarvikas.wordpress.com/?p=5</guid>
		<description><![CDATA[STEPS REQUIRED FOR SQL QUERY
Creating your own database and running SQL query is now not an enigma anymore. With zoho being launched it is now similar to playing any of the computer games.
There are certain steps which are to  be followed to execute  the above mentioned.

        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=5&subd=kumarvikas&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"><b><u>STEPS REQUIRED FOR SQL QUERY</u></b></p>
<p class="MsoNormal">Creating your own database and running SQL query is now not an enigma anymore. With zoho being launched it is now similar to playing any of the computer games.</p>
<p class="MsoNormal">There are certain steps which are to<span>  </span>be followed to execute <span> </span>the above mentioned.</p>
<ul>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]-->Create an user account in <a href="http://www.db.zoho.com/">www.db.zoho.com</a></li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]-->Then create a database via any of the four options displayed i.e. import via excel sheet, enter data right away, create database from template, create blank database. Then name the tables(in my case EMPLOYEE &amp; DEPARTMENT).</li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]-->Now run SQL query according to your need.</li>
<li>Finally execute and get the desired view.</li>
<li>If  there is an error in the SQL statement,it displays the error.Through which one can correct the query statement.</li>
</ul>
<p class="MsoNormal">According to my database views<span> </span>three SQL queries were run and thus three query tables(views) were generated namely JOIN, AVERAGE QUERY &amp; CONDITIONS. But the main issue is ‘How to run a query?’ There is a myth that for running SQL query one needs to have knowledge of some kind of computer language. But zoho nullifies the myth as it is user friendly such as default select query is given for sample. Here one can write query functions and can also get SQL functions(table and column name) from the box besides query writing area.</p>
<p class="MsoNormal">There are three query tables one is for joining the tables and the syntax is</p>
<p class="MsoNormal">Select <span> </span><span> </span>&lt;”Table1 Column Name1”&gt;<span style="color:black;">,</span>&lt;” Table1 Column Name2”&gt;<span style="color:black;">,</span>&lt;” Table1 Column Name3”&gt;<span style="color:black;">,</span>&lt;” Table2 Column Name1”&gt;,&lt;” Table2 Column Name2”&gt; from &lt;”Table1”&gt;,&lt;”Table2”&gt; where &lt;”Table1”&gt;.&lt;”Table1 Column Name4”&gt; = &lt;”Table2”&gt;.&lt;”Table2 Column Name2”&gt;</p>
<p class="MsoNormal">Where</p>
<p class="MsoNormal">Table1=Employee</p>
<p class="MsoNormal">Table2=Department</p>
<p class="MsoNormal">After ’where’ command column name4 elements of table1(Employee) is made equal to column name2 elements of table2(Department).this means that combination of rows satisfying above restriction are only displayed. This helps in joining two tables but with customized view. As all the details of database is not needed by everyone.</p>
<p class="MsoNormal"><span style="color:black;"><span> </span></span></p>
<p class="MsoNormal"><span style="color:black;">SQL query for getting average salary of the firm’s employee. Which is in average value of salary in table1(Employee).</span></p>
<p class="MsoNormal"><span style="color:black;">Syntax for this SQL query is </span></p>
<p class="MsoNormal">SELECT avg &lt; (Column Name)&gt; from &#8220;&lt;Table Name&gt;&#8221;</p>
<p class="MsoNormal">Here column name is salary and its respective table is employee wherein the column name salary is.</p>
<p class="MsoNormal">This<span>  </span>gives the average of the values of the column chosen. This is a multiple row function. Accordingly there are other functions also such as sum, max, etc.</p>
<p class="MsoNormal">SQL query for various restrictions such as OR, AND, wild cards<span>  </span>is to obtain<span>  </span>constrained view.</p>
<p class="MsoNormal">Syntax for this query is</p>
<p class="MsoNormal">Select &#8220;&lt; Column Name1&gt;&#8221;,&#8221;&lt; Column Name2&gt;&#8221;,&#8221;&lt;Column Name3&gt;&#8221; from &#8220;&lt;Table Name&gt;&#8221;where (&#8220;&lt; Column Name 2 &gt;&#8221;=&#8217;&lt; Element1 of Column Name2 &gt;’ OR &#8220;&lt; Column Name2 &gt;&#8221;=’&lt;Element2 of Column Name2 &gt;’<span>  </span><span> </span>or &#8220;&lt;Column Name1&gt;&#8221; like &#8216;D%&#8217;) and &#8220;&lt;Column Name 3&gt;&#8221; &lt; Constant</p>
<p class="MsoNormal">According to my DB constrained view</p>
<p class="MsoNormal">Column Name1=Name</p>
<p class="MsoNormal">Column Name2=Employee Designation</p>
<p class="MsoNormal">Column Name2=Salary</p>
<p class="MsoNormal">Table Name =Employee</p>
<p class="MsoNormal">Element1 of Column Name2=Clerk</p>
<p class="MsoNormal">Element2 of Column Name2=Cleaner</p>
<p class="MsoNormal">Column Name3=Salary</p>
<p class="MsoNormal">this give the customized view of the database. Here according to the command the three respective columns are selected. Which are encompassed through restrictions that are elements of column2 are equal to two of the identified elements of column2 itself. Means only those rows are selected which have identified elements in them. Also column name1 which is ‘name’ is subjected to constrain that name should start with ‘D’. Finally salary should be less than a constant i.e. 90000.Here OR and AND conditions acts as addition and multiplication respectively similar to the gate or BODMAS rule concept. Also whole of the OR condition is given inside round bracket because BODMAS rule needs to be followed here also. Else the function preceding ‘and’ and following ‘and’ is only considered by ‘and’ function.<span>  </span></p>
<p class="MsoNormal">In this SQL query <span> </span><span> </span>one thing should be kept in mind is that ‘select’ command should start the query and ‘from’ command should also be used so as to locate from which table the entities are taken from.</p>
<p class="MsoNormal">Limitation of db.zoho.com is that only SELECT query can run.</p>
<p class="MsoNormal">Isn’t it easy to perform the above mentioned queries.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">To view Query tables please view the below link:</p>
<p class="MsoNormal"><a href="http://db.zoho.com/ZDBDataSheetView.cc?DBID=22860000000004024&amp;OBJID=22860000000004025">http://db.zoho.com/ZDBDataSheetView.cc?DBID=22860000000004024&amp;OBJID=22860000000004025</a></p>
<p class="MsoNormal">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kumarvikas.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kumarvikas.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kumarvikas.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kumarvikas.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kumarvikas.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kumarvikas.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kumarvikas.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kumarvikas.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kumarvikas.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kumarvikas.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kumarvikas.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kumarvikas.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=5&subd=kumarvikas&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kumarvikas.wordpress.com/2008/02/17/steps-required-for-sql-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07b15eab776fb9d9fee1542318449dff?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kumarvikas</media:title>
		</media:content>
	</item>
		<item>
		<title>Library Information System Normalization</title>
		<link>http://kumarvikas.wordpress.com/2008/02/11/library-information-system-normalization/</link>
		<comments>http://kumarvikas.wordpress.com/2008/02/11/library-information-system-normalization/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 20:57:21 +0000</pubDate>
		<dc:creator>kumarvikas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kumarvikas.wordpress.com/?p=4</guid>
		<description><![CDATA[

Entities- Student, Book, Date of Issue, Issued Item.
Attributes- Student Enrolment Number, Name, email Address, phone number, late fine outstanding, book title, book author, book ISBN ( globally unique), book price, library catalogue number ( for the copy), quality of the copy ( &#8220;perfect&#8221; / &#8220;damaged&#8221; ) date issued, date to be returned.
UNNORMALISED FORM



Student Enrolment No. 


Name


E-mail [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=4&subd=kumarvikas&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b><span style="font-size:14pt;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></p>
<p><b><u><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"></span></u></b></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><u><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">Entities</span></u></b></span></span></span>- Student, Book, Date of Issue, Issued Item.</span></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><u><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">Attributes</span></u></b></span></span></span>- Student Enr<span class="normtext"><span style="color:black;">olment Number, Name, email Address, phone number, late fine outstanding, book title, book author, book ISBN ( globally unique), book price, library catalogue number ( for the copy), quality of the copy ( &#8220;perfect&#8221; / &#8220;damaged&#8221; ) date issued, date to be returned</span>.</span></span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><u><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">UNNORMALISED FORM</span></u></b></span></span></span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></span></span></b></span></span></span><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></span></span></b></span></span></span><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></span></span></b></span></span></span><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></span></span></b></span></span></span><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></p>
<table border="0" width="223" cellPadding="0" cellSpacing="0" style="width:167pt;border-collapse:collapse;">
<tr style="height:15.75pt;">
<td height="21" width="223" style="width:167pt;height:15.75pt;background-color:transparent;border:black 1pt solid;" class="xl65"><font size="2"><strong>Student Enrolment No.<span> </span></strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Name</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>E-mail ID</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Phone No.</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Late Fine Outstanding</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Book Title</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Book Author</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Book ISBN<span> </span></strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Book Price</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Library Catalogue No.</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Quality Of The Copy</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Date of Issue</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl66"><font size="2"><strong>Date of Return</strong></font></td>
</tr>
</table>
<p><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><u>3rd NORMALIZED FORM</u></span></b></span></span></b></span></span></span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></span></span></b></span></span></span><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"></span></b></span></span></b></span></span></span><span style="font-size:9pt;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">STUDENT</span></b></span></span></b></span></p>
<table border="0" width="223" cellPadding="0" cellSpacing="0" style="width:167pt;border-collapse:collapse;">
<tr style="height:17.25pt;">
<td height="23" width="223" style="width:167pt;height:17.25pt;background-color:#e5e0ec;border:black 1pt solid;" class="xl64"><font size="3"><font face="Calibri"><strong><font color="#ff0000">Student Enrolment No. </font><font color="#0070c0">PK</font></strong></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl63"><font size="3" face="Calibri"><strong>Name</strong></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl63"><font size="3" face="Calibri"><strong>Email ID</strong></font></td>
</tr>
<tr style="height:15pt;">
<td height="20" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15pt;background-color:transparent;" class="xl63"><font size="3" face="Calibri"><strong>Phone No.</strong></font></td>
</tr>
<tr style="height:14.25pt;">
<td height="19" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:14.25pt;background-color:transparent;" class="xl63"><font size="3" face="Calibri"><strong>Late Fine Outstanding</strong></font></td>
</tr>
</table>
<p></span></span></p>
<p></span></b></span></span></b></span></span></span></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><b><font face="Calibri"></font></b></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><font face="Calibri"><strong><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">DATE OF ISSUE</span></b></span></strong></font></p>
<p><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></p>
<p style="margin:0 0 10pt;" class="MsoNormal">
<table border="0" width="223" cellPadding="0" cellSpacing="0" style="width:167pt;border-collapse:collapse;">
<tr style="height:15.75pt;">
<td height="21" width="223" style="width:167pt;height:15.75pt;background-color:#e5e0ec;border:black 1pt solid;" class="xl66"><font face="Calibri"><font color="#ff0000"><font size="3">Issue Date<span>  </span></font></font><font size="+0"><font size="3"><font color="#0070c0">PK<span> </span></font></font></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:#dbeef3;" class="xl67"><font size="3"><font face="Calibri"><font color="#ff0000">Student Enrolment No. </font><font size="+0"><font color="#0070c0">FK<span> </span></font></font></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl65"><font size="3" face="Calibri">Date of Return</font></td>
</tr>
</table>
<p style="margin:0 0 10pt;" class="MsoNormal"><b><font face="Calibri"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">BOOK</span></b></span></font></b></p>
<p><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></p>
<table border="0" width="223" cellPadding="0" cellSpacing="0" style="width:167pt;border-collapse:collapse;">
<tr style="height:15.75pt;">
<td height="21" width="223" style="width:167pt;height:15.75pt;background-color:#e5e0ec;border:black 1pt solid;" class="xl66"><font size="3"><font face="Calibri"><font color="#ff0000">Book ISBN No. </font><font color="#0070c0">PK</font></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl65"><font size="3" face="Calibri">Book Price</font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl65"><font size="3" face="Calibri">Book Author</font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl65"><font size="3" face="Calibri">Book Title</font></td>
</tr>
</table>
<p></font></b><b><font size="+0"></font></b></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></font></b><b><font size="+0"></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><b><font face="Calibri"></font></b></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><span class="normtext"><b><span style="font-size:12pt;color:black;line-height:115%;font-family:'Verdana','sans-serif';">ISSUED ITEM</span></b></span></p>
<p><b><font size="+0"></p>
<table border="0" width="223" cellPadding="0" cellSpacing="0" style="width:167pt;border-collapse:collapse;">
<tr style="height:15.75pt;">
<td height="21" width="223" style="width:167pt;height:15.75pt;background-color:#e5e0ec;border:black 1pt solid;" class="xl66"><font size="3"><font face="Calibri"><font color="#ff0000">Library Catalogue No </font><font color="#0070c0">PK</font></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:#dbeef3;" class="xl67"><font size="3"><font face="Calibri"><font color="#ff0000">Book ISBN No. </font><font color="#0070c0">FK</font></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:#dbeef3;" class="xl67"><font size="3"><font face="Calibri"><font color="#ff0000">Issue Date </font><font color="#0070c0">FK</font></font></font></td>
</tr>
<tr style="height:15.75pt;">
<td height="21" width="223" style="border-right:black 1pt solid;border-top:#f0f0f0;border-left:black 1pt solid;width:167pt;border-bottom:black 1pt solid;height:15.75pt;background-color:transparent;" class="xl65"><font size="3" face="Calibri">Quality of the Copy</font></td>
</tr>
</table>
<p></font></b></p>
<p></font></b></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kumarvikas.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kumarvikas.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kumarvikas.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kumarvikas.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kumarvikas.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kumarvikas.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kumarvikas.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kumarvikas.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kumarvikas.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kumarvikas.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kumarvikas.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kumarvikas.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=4&subd=kumarvikas&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kumarvikas.wordpress.com/2008/02/11/library-information-system-normalization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07b15eab776fb9d9fee1542318449dff?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kumarvikas</media:title>
		</media:content>
	</item>
		<item>
		<title>dialogue on system architecture</title>
		<link>http://kumarvikas.wordpress.com/2008/02/03/dialogue-on-system-architecture/</link>
		<comments>http://kumarvikas.wordpress.com/2008/02/03/dialogue-on-system-architecture/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 19:05:36 +0000</pubDate>
		<dc:creator>kumarvikas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kumarvikas.wordpress.com/?p=3</guid>
		<description><![CDATA[ This is a conversation between Pallav a Mechanical Engg. Working in a well recognised automobile firm and me. The dialogue is on system architecture. Its starts with my explanation on system architecture.
“System architecture is the design or set of relations between the different parts of a system or in other words it is mapping between [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=3&subd=kumarvikas&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"> </span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">This is a conversation between Pallav a Mechanical Engg. Working in a well recognised automobile firm and me. The dialogue is on system architecture. Its starts with my explanation on system architecture.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">“System architecture</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"> is the design or set of relations between the different parts of a system or in other words it is mapping between the functionality of hardware onto software or vice versa and to human interaction with these components. In this data and application is distinct. Data is not embedded in application.”</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"><span> </span></span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"><span></span>Then the dialogue follows </span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">P</span></b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">: Can you tell me the different types with their advantages over other?</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">M</span></b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">: There are four types</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Single tier</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Data and application are on the same system and needs to be separated</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Its advantage is</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Less data travel. So faster processing.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Its disadvantage is </span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Duplication is high. Updating of data needs to be done on every system.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"> </span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Two tier</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Here data and applications are separated. Data is stored in servers and application resides on each system. Here all systems and data server are integrated through a common network. </span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Its advantages are</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Convenient graphic user interface</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Processing burden is in individual machines only data flow occurs. Therefore server is not burdened.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Its disadvantages are a</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">s data transfer is required high bandwidth is needed.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">WAN and maintenance is an issue.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Three tier</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Data and application separated but business application is at the server side and presentation application at the user side. This reduces data travel. Server and systems connected through common network. Specialist software needed at each end to talk.changes in application needed to be done at one end only.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Multi tier</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Server side is divided into three data server, application server, web server as the machines are integrated through internet. Here all the three servers can me merged in one big machine or can have combination on 2 and one machine.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Advantages</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Cheap network</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">No need for special software at each end to talk</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Disadvantages are a</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">ttack prone as internet most unsecured one.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Business application has to be web enabled.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">P</span></b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">: Which on is best?</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">M</span></b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">: It is according to the firm’s strategy and surely single tier isn’t good.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Two tier system can have specific applications such as sales, finance HR. These applications are on the user machines and the data in the partitioned server. These applications are platform independent i.e. any vendor or any language.it is decided as per the advantages offered and advantages desired.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">P: How complexity can be managed?</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">M:</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Today to manage complexity an integrated database is used (RDBMS).this is done to ensure no redundancy, seamless flow of data, easy backup and finally secure to have integrated database.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Another way to reduce complexity is to use modules and integrated database so that client needs only software i.e. implement ERP. In addition special requirements can be handled by having special server with database in line with main. But with lower speed as it will not be used often. In large and complex distributed system in which end users are integrated to servers through WAN basically server is divided into 3 parts web server, application and data server.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">P</span></b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">: How to secure the network?</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">M</span></b><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">: For security reasons from hackers firewalls are needed on both sides of connection although it slows down the data flow.</span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Development of application system depends on the platform being used for relational model and development. Basically ZOHO is used on the both fronts.</span></p>
<p><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:12.5pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Finally his questions stopped as he was satisfied with the answers he got and also his queries were over.He conceived it to be a useful dialogue.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kumarvikas.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kumarvikas.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kumarvikas.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kumarvikas.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kumarvikas.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kumarvikas.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kumarvikas.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kumarvikas.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kumarvikas.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kumarvikas.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kumarvikas.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kumarvikas.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=3&subd=kumarvikas&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kumarvikas.wordpress.com/2008/02/03/dialogue-on-system-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07b15eab776fb9d9fee1542318449dff?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kumarvikas</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://kumarvikas.wordpress.com/2008/01/30/hello-world/</link>
		<comments>http://kumarvikas.wordpress.com/2008/01/30/hello-world/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 15:15:19 +0000</pubDate>
		<dc:creator>kumarvikas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=1&subd=kumarvikas&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kumarvikas.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kumarvikas.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kumarvikas.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kumarvikas.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kumarvikas.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kumarvikas.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kumarvikas.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kumarvikas.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kumarvikas.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kumarvikas.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kumarvikas.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kumarvikas.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kumarvikas.wordpress.com&blog=2670916&post=1&subd=kumarvikas&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kumarvikas.wordpress.com/2008/01/30/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07b15eab776fb9d9fee1542318449dff?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kumarvikas</media:title>
		</media:content>
	</item>
	</channel>
</rss>