-
Notifications
You must be signed in to change notification settings - Fork 5
/
FAQ.aspx
664 lines (662 loc) · 82.4 KB
/
FAQ.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="FAQ.aspx.cs" Inherits="Default3" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 89%; margin-right: 0px;">
<tr>
<td>
</td>
</tr>
<tr>
<td>
<span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<span class="Apple-style-span"
style="color: rgb(255, 255, 255); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px; text-align: justify; word-spacing: 2px; ">
<div class="main-content-head"
style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; color: rgb(255, 204, 0); font-weight: bold; font-size: 14pt; ">
Frequently Asked Questions (FAQ): General questions</div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 93%">
<tr>
<td>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
How the ERP will be implemented in my School/Institute?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
<strong>Cloud based S-a-a-S model:</strong><span class="Apple-converted-space"> </span>In
Cloud based S-a-a-S model the software will be installed in Adas cloud computing
server, in which the cost of the software will be based on the number of
students getting registered into the software. Also, because the software is
hosted remotely, users don't need to invest in additional basic hardware,
software and security. It also removes the need for organizations to handle the
installation, set-up, up-grades and often daily upkeep and maintenance.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What are the major differences of Adas educational ERP (Easy Gurukul/IMSLive)
and other related products in the market?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
<strong>The major difference are as follows:</strong></li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
There are very few online educational ERP software’s in the market however no
one is using cloud computing technology. Adas educational online ERP (Easy
Gurukul / IMSLive) are already in Cloud, thus providing the best performance and
security without any infrastructure investment by the school/institute. </li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
We provide ready software, configuration, entry/migration, up-gradation, regular
training, maintenance and support of the software as per school’s current
working environment without any extra cost.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Web-based thus can be accessed from any where in the world</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
SMS based thus easy to share information even to those people who are not
computer savvy.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Complete solution of the institute from software, hardware, security and
promotion. Thus why to have several vendors when all the solution is in a single
vendor/software</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Banking level data security (using VeriSign 256 bit encoder)</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Our product is very much cost effective, as any other educational ERP solution
is much more costly and requires very high infrastructure investments. </li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Easy to configure as this software can be used from school to university based
on simple configuration</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The software is a complete solution covering the all the working environment
that a school/institute/university can imagine.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What are the security measures in the software?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
<strong>The software takes care of the following security measures:</strong></li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Any data related to password is encrypted in the database. The encryption is
also used during communication of data between client and server.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The database is password protected. Any kind of access to database is
restricted. Only super admin with proper password from a specific MAC address
can access the database for any kind of modification or manipulation.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
We used to maintain users session so that we can get information of the users
accessing the system.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
For network security we use VeriSign which provides banking level security in
data.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The session of any user gets expired if he/she will leave the content management
system un-used for more than 1 min.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The Fee related configuration has extra security where admin or administrative
officer needs to pass a 2nd lever of security before accessing the module.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The backup module used to take regular database backup.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Past employee or student will not have access to their CMS.</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
None of the past employee or student record can be altered.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What is Intel role in the software?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Because of the improved quality and business model Adas follows; Intel became
software partner of Adas Technologies Private Limited on 2008.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What is VeriSign role in the software?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
To improve our security suit the ERP is verified by VeriSign security suit.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Who is having the copyright of the software?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Adas Technologies Private Limited is having the copyright of the software and
logo.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What is cloud computing server?</h2>
<br />
Cloud computing servers uses shared hardware where the performance of the
software hosted will always remain steady. Even if the number of usage of the
software certainly increases the software speed and performance will remain same
because the server will automatically assign the required hardware’s (processing
cycle, RAM, bandwidth and space) to maintain the same speed and performance.<span
class="Apple-converted-space"> </span><br />
<br />
<strong>Example:</strong><span class="Apple-converted-space"> </span>During
declaration of exam results the number of usage of the software will certainly
increase as all the students and parents will start accessing the software to
know there respective result. In normal server in such condition the performance
of the server starts decreasing because of the huge amount of load in the server
but because of cloud computing server the performance remain same because it
automatically increases the required hardware’s in the server. If 100 GB RAM is
required then it will support it. And when the load in the server decreases it
automatically decreases the required hardware’s in the server.<br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Is my data more secured with me than putting it on someone else’s server (Adas
cloud computing server)?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Your data is more secure at your vendor’s data center than your own internal
network. Security is more than just about taking daily backups, maintaining
uptime and setting up a firewall. It’s about password policies, encryption,
intrusion detection, offsite backups, secure transmission, software updates,
patching etc. If hosting or maintaining servers is not your core business then
you are better off renting out software from a reputed vendor who understands
all these things. This will ensure peace of mind in the long run.</li>
</ol>
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Do I have control over my data or the software while using Adas cloud computing
server?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Well, don’t you put money in the bank and access it anytime you want it? The
money is still yours but you rent out the bank’s services so that you don’t have
to worry about storing and managing your money. Similarly, you need technology
to stay competitive but you don’t necessarily have to own it anymore. This
illusionary control is something that you will get over when you see the value
the software will provide your business over time. Other than this the software
is well protected by security policies, firewalls and database security where
the all important data is in encrypted format.</li>
</ol>
As per the access to the data is concern, only one user of the institute/school
will have access to school/institute data in that case even Adas or the hosting
provider will have no access to the data. The complete data can be viewed only
by super admin/owner of the school/institute. The data in the database is
completely encrypted and being in cloud server it is distributed in several
servers i.e., a single server does not contain the complete database the
database is distributed in 69 different servers thus in one single server it can
contain maximum of 15-20 tables and the database. Thus to get access to the data
the hacker need to hack all the 69 different servers and then join the database
and after joining need to break the encrypting which is almost a impossible task
to perform. <span class="Apple-converted-space"> </span><br />
<br />
As per as content security is concern, the complete software is permission based
where as per the configuration of the super admin only the define modules will
be visible to other users.<br />
Therefore it is very important that the super admin need to remember his/her
login and password details. If the super admin forgets his login password then
all the data will be lost and a new account of the software needs to be created.<br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
I have an IT team and cloud computing S-a-a-S is a threat.</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
In fact, online applications are a savior that can free up precious resources to
work on strategic business objectives that affect your bottom-line. The key is
to focus on the core and outsource what you really don’t need. Why not ask your
network team if they would like to automate things that they do on a daily
basis?</li>
</ol>
To maintain the security and performance of the software more than an IT team it
requires the technology. Can your IT team provide 100 GB RAM if required to
increase the performance of the ERP or a distributed grid system where all the
code and database is separated in different servers or a rule based firewall
system? The answer is no and even if they can then it will cost the school /
institute very high. Just think when a result is declared then all the students,
parents, faculties will start accessing the ERP, thus the performance will
decrease. At that time the IT team may purchase the required hardware to
increase the performance but again when the situation is normal and the load is
not that high than those purchase hardware will not have any use. Similarly a
school may have 500 students during the ERP installation but in future there can
be more than 3000 students so in this case will the IT team purchase hardware
with 3000 students prediction or 500 students prediction and every year will
increase the hardware. Thus in any reason all this problems gets solved when you
are in cloud server and the best example is Google search engine which contains
the highest number of users and every days the highest number of users are
increasing but still the performance is same. And we are using the same server
for our application.<br />
<br />
In short to provide the performance and security of Google, the school /
institute needs a very high qualified IT team with a very high monthly expense. <span
class="Apple-converted-space"> </span><br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Adas cloud computing S-a-a-S model is expensive in the long run.</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
It depends on what costs have you factored in. If you were to manage your own
servers then you need to factor costs for running the server, bandwidth,
security, encryption, personnel, upgrades, backups etc. S-a-a-S vendors keep the
software fresh and upgrades are mostly free of charge. Your business needs
something that is always cutting-edge and evolving. Thus if the institute/school
include the cost of the software in one time purchase along with the
implementation cost and maintenance cost of the ERP then the cost of S-a-a-S
will be very much less then one time purchase model.</li>
</ol>
<strong>Think about the cost that will be involved when you purchase an ERP. In
short the following cost will be involved:</strong><br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
One time cost to run any ERP:</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Cost of the ERP – Rs. 5,00,000 to Rs. 15,00,000</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Server and Backup server to run the ERP – 2 servers Rs. 2,00,000 to Rs. 4,00,000</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
UPS with 24 hour backup – Rs. 1,00,000 to Rs. 2,00,000</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Firewall for the security - Rs. 2,50,000 to Rs. 4,00,000</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Antivirus, OS and other software’s - Rs. 50,000 to Rs. 1,00,000</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Bio metric devices – Rs. 15,000/Device to Rs 25,000/Device</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Run and maintenance cost:</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
ERP AMC – 20 % to 30%</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Hardware ERP – 10% to 20 %</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
100 SMS per student (even if there is 1500 students) – Rs 1,00,00 to Rs 1,50,000</li>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Employee to maintain the security and hardware’s – Rs 20,000 to Rs 30,000 per
employee per month</li>
</ol>
Thus to implement a ERP it will cost the school/institute approximately Rs
12,00,000 to Rs 25,00,000 and to maintain the ERP it will cost around Rs
5,00,000 to Rs 8,00,000 per year. Still after so much cost the school authority
will not get the performance and security level of Google or Rackspace and also
a service in a monthly basis. <span class="Apple-converted-space"> </span><br />
The cloud computing S-a-a-S model is a recursive investment which will be always
be much less than your monthly cost to maintain any ERP and the best part is
there is no one time big investment involved.<br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
How long it takes to get the software in running condition with complete
customization, data migration, configuration and training?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
It takes minimum 10 working days to maximum time period of 3 months which
depends on the report of the analysis team.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
We have poor internet bandwidth penetration in our premises. Can we use cloud
computing S-a-a-S model in that case?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The cloud computing model is very much depended in internet connectivity. The
institute/school authority need to take care of a proper internet connectivity
and if required a backup internet connectivity. For proper functionality of the
software, it needs a minimum of 512 kbps broadband connectivity but still we
prefer a 1 mbps broadband bandwidth for best performance.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What will be your working model?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Purchase order with initial payment, Analysis, Configuration, Installation, Data
Entry/Migration, Hardware Integration, Training, Support, Up gradation</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What are the services that Adas will provide?</h2>
<br />
<table border="0" cellpadding="0" cellspacing="0" class="form-common"
style="width: 712px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-bottom: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(222, 179, 9); border-right-color: rgb(222, 179, 9); border-bottom-color: rgb(222, 179, 9); border-left-color: rgb(222, 179, 9); "
width="100%">
<tr>
<td class="head"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; background-color: rgb(222, 179, 9); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); color: rgb(255, 255, 255); font-weight: bold; font-size: 9pt; ">
Sl</td>
<td class="head"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; background-color: rgb(222, 179, 9); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); color: rgb(255, 255, 255); font-weight: bold; font-size: 9pt; ">
Cloud based S-a-a-S</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
1</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Complete ERP</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
2</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Unlimited SMS</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
3</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Bio metric devices integration for student and faculty attendance</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
4</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
CCTV Camera integration</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
5</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Bar code reader integration</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
6</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
GPS integration in the transport</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
7</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Software Maintenance, Up gradation, Training, Integration with hardware’s and
Implementation</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
8</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Offsite support</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
9</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
School/institute website along with basic SEO</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
10</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
School/institute website linked with easygurukul.com to increase traffic</td>
</tr>
</table>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What are the basis requirements of the school/institute?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Basic requirements:</li>
</ol>
<table border="0" cellpadding="0" cellspacing="0" class="form-common"
style="width: 712px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-bottom: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(222, 179, 9); border-right-color: rgb(222, 179, 9); border-bottom-color: rgb(222, 179, 9); border-left-color: rgb(222, 179, 9); ">
<tr>
<td class="head"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; background-color: rgb(222, 179, 9); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); color: rgb(255, 255, 255); font-weight: bold; font-size: 9pt; ">
Sl</td>
<td class="head"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; background-color: rgb(222, 179, 9); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); color: rgb(255, 255, 255); font-weight: bold; font-size: 9pt; ">
Cloud based S-a-a-S</td>
</tr>
<tr>
<td colspan="2"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
<strong>Hardware and networking</strong></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
1</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Internet connection with minimum 512 kbps broadband connection</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
2</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
1 desktop with normal configuration to connect the bio metric device</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
3</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Normal UPS to run the desktop</td>
</tr>
</table>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Because of cloud computing server the following hardware and software will not
be required:</h2>
<br />
<table border="0" cellpadding="0" cellspacing="0" class="form-common"
style="width: 712px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-bottom: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(222, 179, 9); border-right-color: rgb(222, 179, 9); border-bottom-color: rgb(222, 179, 9); border-left-color: rgb(222, 179, 9); ">
<tr>
<td class="head"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; background-color: rgb(222, 179, 9); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); color: rgb(255, 255, 255); font-weight: bold; font-size: 9pt; ">
Sl</td>
<td class="head"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; background-color: rgb(222, 179, 9); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); color: rgb(255, 255, 255); font-weight: bold; font-size: 9pt; ">
Cloud based S-a-a-S</td>
</tr>
<tr>
<td colspan="2"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
<strong>Hardware and networking</strong></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
1</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Server</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
2</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Backup server</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
3</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
UPS with 12 hr backup to run the Server and backup server</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
5</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Static/public IP to connect the server</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
6</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Firewall for server security</td>
</tr>
<tr>
<td colspan="2"
style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
<strong>Software</strong></td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
1</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
VeriSign security suit</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
2</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Original Operation System for the server and backup server</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
3</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Antivirus in server and backup server</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
4</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Software firewall</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
5</td>
<td style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">
Database application and security policies</td>
</tr>
</table>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What will be the payment structure?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
For information related to payment structure kindly contact our sales team or
send us your query in<a href="mailto:[email protected]"
style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: rgb(255, 255, 255); text-decoration: none; ">[email protected]</a></li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Does the software supports any other hardware / application?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
As per clients requirement the software can be integrated with hardware like
bio-metric finger print device for employee and student attendance, bar code
scanner for asset and library, CCTV cameras with online control, GPS system in
transports and online high speed video conference setups.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Can we use the SMS facility for other purpose of school/institute promotion?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
In cloud computing S-a-a-S model and normal S-a-a-S model the SMS can be used
only by the software as per the configuration in different modules. In one time
purchase the school/institute authority can use the SMS facility for other
purposes in which we will provide a SMS panel from where they can view the
reports of the SMS sent and the amount per SMS. To recharge the SMS account they
can use online payment process.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Where the software will be linked?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The software will be linked with the institute/school portal or website.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Can the software and school/institute website run in the same server? If yes
then can we remove our hosting server?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
In case of cloud computing the website of the school/institute website can run
in the same Adas cloud computing server but in that case the website need to be
developed in normal html or PHP thus reducing the hosting cost of the
school/institute.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Can you install demo software so that we can use it before purchasing?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
As the software in an online solution thus there is no requirement of any demo
CD. The school/institute authority can view the demo software with all the
application online. Kindly contract us in<span class="Apple-converted-space"> </span><a
href="mailto:[email protected]"
style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: rgb(255, 255, 255); text-decoration: none; ">[email protected]</a><span
class="Apple-converted-space"> </span>or<span class="Apple-converted-space"> </span><a
href="mailto:[email protected]"
style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: rgb(255, 255, 255); text-decoration: none; ">[email protected]</a><span
class="Apple-converted-space"> </span>for the permission details of the
online demo.</li>
</ol>
If required we can also demonstrate the software using online meeting or send
our demonstration team in the school/institute premises.<br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Who are your clients?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Kindly view the overview document to know about our clients and features
installed.</li>
</ol>
<h1>
Technical questions:</h1>
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What is cloud computing?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
Cloud computing is an emerging computing technology that uses the internet and
central remote servers to maintain data and applications. Cloud computing allows
consumers and businesses to use applications without installation and access
their personal files at any computer with internet access. This technology
allows for much more efficient computing by centralizing storage, memory,
processing and bandwidth. Cloud computing is broken down into three segments:
"applications," "platforms," and "infrastructure." Each segment serves a
different purpose and offers different products for businesses and individuals
around the world.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
Is it Client Server Based?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The software is client server based. Being web based solution the client is the
browser. The software will give best performance in Mozilla 3 or above.</li>
</ol>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What is the basic architecture of the software?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The software is using client-server system where the user interface of the
client is web (browser) and the server is a standalone machine (server). Most of
the request like validation and compression gets completed in client side itself
using java-scripts and Ajax but for any request where database access is
required the client sends request to server for process. For every process
server receives from the client it opens a new database connection, thus for
multiple processes it opens multiple connections. The connection gets closed
once the process gets completed but still if the number of connection increases
heavily then we manage them using connection polling.</li>
</ol>
It is using 3-tier architecture, thus all application is between the three
layers (a) User Interface, (b) Business/Application Layer and (c) Database. The
diagram below display the 3 layers used in Easy Gurukul.<br />
<br />
User Interface – This layer has been used for any kind of user interaction with
the software basically the client side information. The platform in our User
Interface is web.<br />
Business Layer – All the applications and logics is written in the business
layer. This is basically the server side information. Any user request will be
to business layer from user interface layer. Business layer opens connection for
the database access.<br />
Database – Database contain all the data needed by the application and user
interface layer.<span class="Apple-converted-space"> </span><br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
What is the file formats in the software</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The file format in Easy Gurukul is defined as per the 3-tier architecture.
Kindly find the image below to find the details:</li>
</ol>
<br />
BO – All the variables and object are defined here.<br />
DAO – The Persistent Manager, database connect and all the required libraries
are defined here.<br />
Database – The database definition and schema is defined here.<br />
Manager – All the application layer managers are defined here.<br />
UI – All the user interfaces, global definitions and includes are defined here. <span
class="Apple-converted-space"> </span><br />
<br />
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
The software is developed in which language and can support which database?</h2>
<ol>
<li style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: square; list-style-position: initial; list-style-image: url(http://www.imslive.org/images/img-arrow1.gif);">
The software being web based application we developed all the modules in PHP
which can be connected to the following databases:</li>
</ol>
<p>
</p>
<p>
We will configure our own SMS gateway which will we configured with any regional
SMS provider. It will be better if the SMS provider is our provider in that case
no coding change is required but if it is the provider of the school/institute
then we need that provider's SMS online integrated PHP API.<span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span"
style="color: rgb(255, 255, 255); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px; text-align: justify; word-spacing: 2px; "></p>
<h2 style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'Trebuchet MS'; font-size: 14px; color: rgb(222, 179, 9); text-decoration: none; text-align: left; font-weight: bold; ">
How the SMS will be sent. What process is used?</h2>
</span></span>
</td>
</tr>
</table>
</span></span>
</td>
</tr>
</table>
</asp:Content>