473,668 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Open Source Solution Required: Issuing 100 million secure voter ID cards to the citizens of Bangladesh

Hello,

Given the idea of having voter ID card for all the citizens of
Bangladesh, I was thinking of assessing few things before it actually
starts. The election commission, the government agency responsible for
issuing voter ID cards in Bangladesh might plan to use this - not only
to hold a fair election but to facilitate its citizen to establish
their credentials seeking access to all government and other
commercial privileges - from opening a bank account to buying a cell
phone, etc.

Project: Cost Assessment of Data center for Voter List supported by
Biometrical Technology.

It might sound pretty lame, but I was trying to figure out what might
be the approximate cost when it comes to assess the required
computational power for satisfactory finger print matching speed and
the storage involve of 100 million records. I know this complete
solution has to be multi-platform oriented, but it is always preferred
that a single solution developer can optimize the requirement of
number the clusters involve for fingerprint matching at a ratio of
1:100 millions. The effective matching speed increases proportionally
to the number of cluster's nodes, which we are yet to explore. The
COTS hardware can be used for matching AFIS. If google can do it, we
should be be able to reach that target.

Here are some details:

a. # of fields including image and tenprint information = 28 = 100 KB
b. Maximum byte in WSQ or other biometric standard (tenprint)= 4.2 KB
x 10 = 42 KB
c. Image = 20 KB

Total size = 162 KB/Person.

We have 100 million people to be issued with voter ID card.

<can be skipped>

Few of the Existing Solution Provider's case study (through my web
research)

Digimarc, a company based in US has similar solution on photo-based
voter ID card, which was applied to countries like Mexico and Haiti.
Hyundai has more advanced solution via its unique AFIS interface. It
does data conversion, processing and searching (1:1, 1:N) as per its
brochure. Neurotechnologi ja from Lithuania has great product like
Megamatcher that is designed to meet large-scale biometrical
identification and verification needs. The SDK provided for this makes
it very attractive for AFIS developers to have solution like this.
Say, the example of HANIS can be cited, which will eventually become
one of the largest civilian fingerprint databases in the world. For
better identification of 43 million citizens, the department of home
affairs in South Africa (HANIS) contacted Unisys along with other
partners. The government of Malaysia's "MyKad" is another example.

The case study of EURODAC is one of the best examples of AFIS. As it's
says "under the EURODAC system, each participating State will promptly
take the prints of all fingers of every asylum seeker over the age of
14. These fingerprints are compared with fingerprint data transmitted
by other participating States and already stored in the central
database. If EURODAC reveals that the fingerprints have already been
recorded, the asylum seeker will be sent back to the country where his/
her fingerprints were originally recorded."

For storage solution; I think Netapp's "data ontap GX" systems are
optimized to meet the demanding requirements of secure voter ID cards
database which will eventually lead to the formulation of smart
National ID system. It's pricey; do we have cheaper alternatives?
Oracle is the greatest database on earth but can that be cheaper (CAL)
for developing country like ours? Mysql, localization of databases and
use of clusters can serve our purpose.

<skipped end>

These solutions might be little out of hand when budget is tight.
Tough call; but we would like to do this mammoth job utilizing our own
local resources from the global perspective. With proper guidance, I
believe, we can do that too. The open source solution can be
prioritized when that outsmarts other competitive commercial
solutions. We will have a separate project for data accumulation which
is kept aside here.

Any help is appreciated on assessing of financial aspect of the said
data center.
Thanks in advance.

--
Raqueeb Hassan
Bangladesh

Feb 20 '07 #1
3 4574
Raqueeb Hassan <wi*******@gmai l.comwrote:
Given the idea of having voter ID card for all the citizens of
Bangladesh [...]
It might sound pretty lame, but I was trying to figure out what might
be the approximate cost when it comes to assess the required
computational power for satisfactory finger print matching speed and
the storage involve of 100 million records. [...]
Take a long hard look at the UK Government's similar project for ID
Cards. The scope and complexity are being reduced on an almost monthly
basis.

Chris
Feb 20 '07 #2
On Feb 20, 10:16 pm, Chris Davies <chris-use...@roaima.c o.ukwrote:
Raqueeb Hassan <widean...@gmai l.comwrote:
Given the idea of having voter ID card for all the citizens of
Bangladesh [...]
It might sound pretty lame, but I was trying to figure out what might
be the approximate cost when it comes to assess the required
computational power for satisfactory finger print matching speed and
the storage involve of 100 million records. [...]

Take a long hard look at the UK Government's similar project for ID
Cards. The scope and complexity are being reduced on an almost monthly
basis.

Chris
Thanks for the pointer. If I can get your message right, it is
possible to do such kind of matching solution within a month. Can I
outsource the whole or part of the program? Can you please link me to
that UK solution, at least how it was done as a project?
--
Raqueeb Hassan
Bangladesh

Feb 21 '07 #3
Raqueeb Hassan <wi*******@gmai l.comwrote:
Thanks for the pointer. If I can get your message right, it is
possible to do such kind of matching solution within a month. Can I
outsource the whole or part of the program? Can you please link me to
that UK solution, at least how it was done as a project?
It's ongoing and it's (apparently) a nightmare for all concerned. A
quick google for "UK Identity Card" brought up a significant number of
relevant links.

Chris
Feb 21 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

188
8410
by: Ilias Lazaridis | last post by:
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python 2.4 installer for windows. Now I have problems to compile python extension that some packages
0
2116
by: Unigroup of New York | last post by:
Content-Type: multipart/mixed; boundary="------------C465DF38DCB38DD2AF7117E0" Lines: 327 Date: Tue, 15 Feb 2005 23:36:38 -0500 NNTP-Posting-Host: 24.46.113.251 X-Complaints-To: abuse@cv.net X-Trace: fe12.lga 1108528794 24.46.113.251 (Tue, 15 Feb 2005 21:39:54 MST) NNTP-Posting-Date: Tue, 15 Feb 2005 21:39:54 MST Xref: number1.nntp.dca.giganews.com comp.lang.python:398656
5
3306
by: qwweeeit | last post by:
Hi all, I need to limit as much as possible the lenght of a source line, stripping white spaces (except indentation). For example: .. . max_move and AC_RowStack.acceptsCards ( self, from_stack, cards ) must be reduced to: .. . max_move and AC_RowStack.acceptsCards(self,from_stack,cards) My solution has been (wrogly): ''.join(source_line.split())
1
18002
by: J-miami | last post by:
I am just starting to learn Perl. I had an idea that there should be free open-source Internet Cafe management software for Linux. I searched around online but couldn't find anything. The program would be appealing to anyone wanting to offer Internet access to their customers, from Internet Cafes to hotels. Who wants to pay hundreds or thousands of dollars for Internet Cafe management software? If running Linux, one could put together...
0
1548
by: Lane Friesen | last post by:
I've developed a new form of client-based, secure 'Web Memory' that uses the JAVA or dotNET VM to launch a 'terminate and stay resident' program fragment that maintains persistence between web pages by program reloading. Web Memory is the basis for an Open Source e-commerce front end that could reduce web congestion and simplify online shopping. If too many people use this technique, then it will not work for anyone. Bandwidth for Web...
6
1750
by: cj | last post by:
I'm tryin to set up a sqlcommand in VB.NET that would issue the command: insert into server1.database.owner.table select * from server2.database.owner.table Since this sqlcommand has it's connection property set to a connection string for server1 I'm assuming it isn't seeing server2 -- I get invalid object name server2. How can I get one sql statement to reference multiple servers?
6
3619
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a list of all of my webs, however if I attempt to open a site under and web other than localhost I receive the message: "Unable to open the Web 'http://localhost/anywebappname'. The Web 'http://localhost/anywebappname' does not exist" Obviously...
4
2711
by: Bjorn Sagbakken | last post by:
Hi. This might not be the right forum for my question, but still I throw it out: I have just succeeded in publishing my ASP.NET web application on my own PC, opening port 80 in/out in my firewall, so now it is accessable from internet. It is running on IIS own WinXP. So far I haven't exeperienced any problem, but are there actions I should take to secure my PC against hackers, now that port 80 is open? Like add-on
9
1560
by: Dave | last post by:
With the open source licenses that allow redistribution of modified code, how do you keep someone unaffiliated with the Python community from creating his or her own version of python, and declaring it to be Python 2.6, or maybe Python 2.7 without any approval of anyone at the PSF? Maybe their code is terrible, and not even compatible with the rest of Python! How can the PSF, for example, maintain the quality and coheren of new code...
0
8459
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8371
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8889
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8572
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8652
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7391
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4202
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2782
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.