Re: Advantage of RPC over HTTP
From: Al Mulnick (amulnick_No_SPAM_at_ncDOTrr.com)
Date: 10/11/04
- Next message: Colby Holland [MSFT]: "Re: How to connect exchange server 5.5 with exchange server 2003"
- Previous message: Chris Cairns: "Advantage of RPC over HTTP"
- In reply to: Chris Cairns: "Advantage of RPC over HTTP"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 11 Oct 2004 14:41:57 -0400
No, no performance gain.
Security? No, not really other than you get SSL if configured by default
using recommended practices.
The reason it exists is to solve a particular problem. How do you get
Outlook functionality through a corporate network to an ASP hosted Exchange
server? How about that same client from a hotel room?
MS RPC is somewhat proprietary and more importantly you cannot guarantee
that all networks in your path will allow that type of traffic. Sure, you
could just lock your servers to particular ports. But then how does that
play with an AD-Aware client? Not so well, since you now also have to allow
traffic from the unprotected network to your protected ASP network to all of
your DC/GC/DNS servers (maybe not DNS in many cases, but not all). What if
you wanted to offer your corporate users the ability to remotely access
their mailbox while in a hotel room, or at home without the added overhead
and expense of a VPN?
RPC/HTTP(S) really is a way of simplifying the communications by
standardizing on a well known protocol (HTTP/S) and reducing the amount of
allow rules you need to configure. Coupled with ISA, you can really
simplify it further. And now, most recently, you can even use the FQDN of
the Exchange host to specify your mail server :)
Added security? No, not really. It helps though, since you can simplify
what you're working with. Simplicity makes it easier to secure IMHO. And
since it's RPC traffic encapsulated in HTTP(S), then it's not really faster
and if anything, could be a little slower while the packets are encapsulated
and decomposed at sending/receiving.
Some great information can be found at
http://www.microsoft.com/exchange/libarary and you may find some useful
information located on msdn as well.
Al
"Chris Cairns" <ccairns@hampton-hampton.com> wrote in message
news:%23$XMWz7rEHA.3276@TK2MSFTNGP10.phx.gbl...
>I was just curious are there any perfomance advantages of RPC over HTTP?
>Security? I noticed that once configured outlook tends to attempt an RPC
>over HTTP connection first no matter where the client is located.
>
>
>
>
>
- Next message: Colby Holland [MSFT]: "Re: How to connect exchange server 5.5 with exchange server 2003"
- Previous message: Chris Cairns: "Advantage of RPC over HTTP"
- In reply to: Chris Cairns: "Advantage of RPC over HTTP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|