473,387 Members | 1,510 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Real-time with encryption possible with browser-based app on an Intranet using .NET?

I would like to obtain encypted data over a network in real-time. The
nature of the data and process is as follows...

A physical hardware device is located at some remote location. When the
sensor gets activated, it must notify an operator at a remote facility
within seconds (probably no less than 2 seconds). The device is
attached to some computer system by a network and will transmit various
types and amounts of data once the device is activated. This data must
be encrypted with some very high and secure encryption method. If
someone were to decrypt the data during its real-time transfer, it
could result in an unimaginable catastrophic event (including death to
people).

Once the client application receives the data, it must present it on
the screen instanteously (virtually no delay) so that action can be
taken.

Obviously, the use of the Internet is ruled out because the Internet
cannot deliver real-time (or even close to the speed I require). Even
so, the nature of the application does raise some interesting
questions:

1. Given a dedicated and secure network, would Internet technologies
(using TCP/IP, etc.) be suitable for this type of application? Or...
2. Would a dedicated client/server based on some proprietary network
protocol significantly outperform a TCP/IP based application?
3. If the application is based on .NET, does .NET provide enough
security services to handle this type of application?
4. Would an application written closer to the machine level rather than
going through a layer such as the CLR give significantly higher
performance (in other words, don't use .NET but write stand-alone C++
applications)?
5. Assuming that a private network (Intranet) based on TCP/IP could be
used, could a browser-based app be used? The question here is whether
it is possible for the remote system to notify a browser application
without the browser app having to poll the remote system.
6. Have you ever come across an application of this nature and if so,
what OS was it using and what programming language/technologies did it
use?

Using TCP/IP technologies definitely does have a benefit because it
does allow the system to expand and interact with a huge host of
applications that deal with this technology. Under some conditions, it
may even be permissable to transmit some of this data over a public
Internet and therefore being more native to the TCP/IP world would make
things more compatible (although at the higher risk of being
intercepted and decrypted).

Thank you for your insight
Johann

Jun 30 '06 #1
1 1785
Johann,

See inline:
1. Given a dedicated and secure network, would Internet technologies
(using TCP/IP, etc.) be suitable for this type of application? Or...
Absolutely not.
2. Would a dedicated client/server based on some proprietary network
protocol significantly outperform a TCP/IP based application?
It probably would, because you wouldn't have to deal with network hops,
router traffic, etc, etc. Just a straight pipeline from point A to point B.
3. If the application is based on .NET, does .NET provide enough
security services to handle this type of application?
From a security standpoint, yes, the .NET framework has a number of
classes that can be used to handle the encryption of your data.
4. Would an application written closer to the machine level rather than
going through a layer such as the CLR give significantly higher
performance (in other words, don't use .NET but write stand-alone C++
applications)?
Probably, but it would also be a nightmare to maintain. I would also
consider a custom environment as well, so that it will do only what you need
it to do.
5. Assuming that a private network (Intranet) based on TCP/IP could be
used, could a browser-based app be used? The question here is whether
it is possible for the remote system to notify a browser application
without the browser app having to poll the remote system.
Absolutely not. Browsers are pull technology, they pull from a server.
Sometimes it takes two seconds for a browser just to render the content.
6. Have you ever come across an application of this nature and if so,
what OS was it using and what programming language/technologies did it
use?
Anything of this nature that I have seen has been written from the
ground up, as well as designed from the ground up (hardware and software) to
handle these tasks. You really can't use any publically available OS do
this, as your requirements are quite high.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com
Using TCP/IP technologies definitely does have a benefit because it
does allow the system to expand and interact with a huge host of
applications that deal with this technology. Under some conditions, it
may even be permissable to transmit some of this data over a public
Internet and therefore being more native to the TCP/IP world would make
things more compatible (although at the higher risk of being
intercepted and decrypted).

Thank you for your insight
Johann

Jun 30 '06 #2

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

Similar topics

4
by: Aaron W. West | last post by:
Timings... sometimes there are almost too many ways to do the same thing. The only significant findings I see from all the below timings is: 1) Integer math is generally fastest, naturally....
1
by: computer_prog | last post by:
I have a field of type Real in my SQL 2K database. I stored a value of ..35 in the field. When I "Open Table"->"Return All Rows" in the Enterprise Manager I get back .35 for the field value. ...
2
by: mo | last post by:
Hi We've got some numbers stored as Reals which are returning values in scientific notation that we need rounded down to 3 digits to the right of the decimal. ie 8.7499999E-2 needs to return...
4
by: Allan Adler | last post by:
I'm trying to reinstall RedHat 7.1 Linux on a PC that was disabled when I tried to upgrade from RH7.1 to RH9. This is presenting lots of unexpected difficulties. Apart from wanting to keep the old...
1
by: John Marble | last post by:
I looked around for a way to change the format and the decimal setting of a REAL type variable, but I can't seem to be able to find the synthax anywhere. Here is an exemple of what I am doing: ...
5
by: Henry Wu | last post by:
Hi, now that in .NET everything is on millimeter, I was wondering how can one convert Pixel to Millimeter and any user's screen/monitor. I saw the following code on how to convert pixel to...
30
by: Raymond Hettinger | last post by:
Proposal -------- I am gathering data to evaluate a request for an alternate version of itertools.izip() with a None fill-in feature like that for the built-in map() function: >>> map(None,...
12
by: Raymond Hettinger | last post by:
I am evaluating a request for an alternate version of itertools.izip() that has a None fill-in feature like the built-in map function: >>> map(None, 'abc', '12345') # demonstrate map's None...
16
by: DirtyHarry | last post by:
Good day everyone. This sounds like a stupid question, but I became just curious yesterday, and I looked up several textbooks. However, no textbooks on computer language (that I have ) mentioned...
2
by: Tim | last post by:
Folks, Can anyone thow some clarifying light on the following? I have come across a column with the same name and same data contents defined on different tables, on some the column is defined...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...

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.