Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8312635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:13:54+00:00 2026-06-08T20:13:54+00:00

In dealing with server/client connections, I have seen both of these used effectively without

  • 0

In dealing with server/client connections, I have seen both of these used effectively without any apparent advantages to either, yet I doubt they would both exist if there weren’t any known advantages to one or the other. Does anyone know any clear differences between the two? Help would be much appreciated, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T20:13:56+00:00Added an answer on June 8, 2026 at 8:13 pm

    Socket.Send is a raw send of data directly through the WINSOCK layer… Stream buffers and processes data as you send it. It’s generally used for situations where you need stream-like functionality. There’s some extra overhead there, obviously. In comparison to Send, this overhead includes creating a new class to manage a “stream” and introducing a couple of layers of indirection between you and Socket.Send. NetworkStream.Write eventually just calls Socket.Send; but that’s a couple of layers of overhead down.

    There’s also a bit more work to get the stream set up, through the use of the NetworkStream type.

    If course, a stream can also be bidirectional, meaning you can both read and write to it. You can read from a socket perfectly fine with the Receive methods.

    Use of Send or Receive directly couples you to socket. If you use a Stream-derivative, you’re decoupled from Socket and free to use methods/classes that work with Stream.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have a Server/Client application that both reference the same DLL which contains
I have created a Client/Server application with the IdTCPServer component. The clients connect and
I'm dealing with a LAMP web server. I have forms that users use to
I have a client-server java application, where communication happens over SSL. Right now I
I'm dealing with a buggy server that will sometimes fail to accept() connections (but
When dealing with a single file, I'm used to: /blah do some work n
When dealing with a collection of key/value pairs is there any difference between using
Other questions dealing with use of match_parent pre 2.2 have answers stating one should
I am writing a simple client-server application, and looking the MSDN docs, I came
I'm writing a client and a server for a realtime offshore simulator, and, as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.