Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / May 2006

Tip: Looking for answers? Try searching our database.

Opinion: VPN or Web Service?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Robin Mark Tucker - 31 May 2006 13:51 GMT
I'm wondering what arguments you people might have for/against implementing
an internet based system via. either Virtual Private Network (ie. the client
thinks it's local) or via. a Web Service.  It seems that the VPN requires
greater system administration and can be a pita to setup, but that the Web
Service needs more coding.  Does anyone have an opinion on this?  What does
the future hold?  Assume we don't allow average Joe on the internet to use
our service, it's just a corporate-wide thing.

Thanks,

Robin
Charlie Brown - 31 May 2006 14:54 GMT
Robin,
I have several Web Services that I use across an existing VPN.  I have
found that due to latency across the VPN at certain times, I get a
better response in the software if the server does some of the
processing for me and sends the results via a dataset.  The VPN
provides me with a secure connection for Webservice without additional
coding.  A webservice is very easy to setup and quite simple to use,
especially if your used to breaking your apps into multiple tiers.

> I'm wondering what arguments you people might have for/against implementing
> an internet based system via. either Virtual Private Network (ie. the client
[quoted text clipped - 7 lines]
>
> Robin
Robin Mark Tucker - 31 May 2006 15:15 GMT
Thanks Charlie.  So I have the option then, of providing a web service, but
locking it behind a VPN.  I can get the benefit of both worlds this way.

> Robin,
> I have several Web Services that I use across an existing VPN.  I have
[quoted text clipped - 21 lines]
>>
>> Robin
Gerald Hernandez - 31 May 2006 15:32 GMT
Robin,

While it may not be readily obvious, I think these are really seperate
issues.
There are many pro's and con's to both, however they aren't necessarily the
same thing.
Sure one or the other or both might serve your needs best.

IMHO a VPN would be used for security. Yes, it certainly requires more
administration, but that is the price to pay for security.
There are a great number of things you could also do with a web service. But
since you say that you don't want to make it public, then you would want to
implement other safeguards. This may or may not be more work than
implementing a VPN. Now if you did want it exposed publicly, then you
certainly cannot give the average Joe access to your network via VPN.

In short, a VPN can give specific users access to your network. If you only
want your Web Service available inside your corporate network, then a VPN
makes sense.

For security and flexibility, I might choose the "both" approach:
Authorized Corporate User -> VPN / Firewall / etc. -> Web Service.

Of course, that requires the most administration.

Just my thoughts.

Gerald

> I'm wondering what arguments you people might have for/against implementing
> an internet based system via. either Virtual Private Network (ie. the client
[quoted text clipped - 7 lines]
>
> Robin
Robin Mark Tucker - 31 May 2006 16:01 GMT
Okay, I see now.  I'm actually going to continue with the Web Service
design, because it gives maximum flexibility for the future.  If we want to
make it public, as you say, we can, if we want to lock it down, we can do
that with a VPN among other things - either way, the web service is a good
way of implementing it.  I suppose I'm fishing for good arguments either
way, to use in the next meeting I have on this matter, so I can at least
express the arguments for and against.  But I suppose it isn't so black and
white ;).

> Robin,
>
[quoted text clipped - 45 lines]
>>
>> Robin
Cor Ligthert [MVP] - 31 May 2006 18:06 GMT
Robin

In addition to the others

VPN is a Virtual *Private* Network

WebService is in fact a Public or Protected solution

Just my thought,

Cor

> I'm wondering what arguments you people might have for/against
> implementing an internet based system via. either Virtual Private Network
[quoted text clipped - 7 lines]
>
> Robin

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.