Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 25th, 2006, 06:55 AM
Sathyaish
Guest
 
Posts: n/a
Default Binary Formatter not suitable accross firewalls

[QUOTE
src="http://www.codeguru.com/Csharp/Csharp/cs_syntax/serialization/article.php/c7201/"]
The BinaryFormatter class is generally not appropriate when data is
meant to be passed through a firewall.
[/quote]

Why?

  #2  
Old February 25th, 2006, 06:15 PM
William Stacey [MVP]
Guest
 
Posts: n/a
Default Re: Binary Formatter not suitable accross firewalls

That is only because for some reason people have the impression that
anything non-http on port 80 is a problem. It is not. Remember your just
sending bytes over TCP. That would be like saying any byte stream using tcp
will have issues. If that was the case, ftp, telnet, smtp, dns, etc, would
all have issues. It is true, however, that by default many firewall admins
allow http over port 80 and specific known tcp ports like ftp and smtp and
block everything else by default. So they manage by exception - which may
be reasonable. So the real issue is the firewall rules, not the
binaryformatter. If the rules allows your port over tcp, then all should be
well. If not, then your blocked. This is not an issue in my mind. Just
need to decide what to block and what to allow at the firewall.

--
William Stacey [MVP]

"Sathyaish" <sathyaish@gmail.com> wrote in message
news:1140849969.453434.99720@t39g2000cwt.googlegro ups.com...
| [QUOTE
|
src="http://www.codeguru.com/Csharp/Csharp/cs_syntax/serialization/article.php/c7201/"]
| The BinaryFormatter class is generally not appropriate when data is
| meant to be passed through a firewall.
| [/quote]
|
| Why?
|


 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles