Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Networking   (RSS)

Some History of the Named Pipe, Part 4

Here are the past articles in the series to get up to date: Some History of the Named Pipe, Part 1 (Unix pipes) Some History of the Named Pipe, Part 2 (Unix fifo) Some History of the Named Pipe, Part 3 (Windows named pipe) The last part in this series

Some History of the Named Pipe, Part 3

Some History of the Named Pipe, Part 1 (Unix pipes) Some History of the Named Pipe, Part 2 (Unix fifo) Some History of the Named Pipe, Part 3 (Windows named pipe) Some History of the Named Pipe, Part 4 (WCF named pipe) In earlier parts we looked at the
Posted by Nicholas Allen | 0 Comments
Filed under:

Some History of the Named Pipe, Part 2

Some History of the Named Pipe, Part 1 (Unix pipes) Some History of the Named Pipe, Part 2 (Unix fifo) Some History of the Named Pipe, Part 3 (Windows named pipe) Some History of the Named Pipe, Part 4 (WCF named pipe) The anonymous pipes that I talked
Posted by Nicholas Allen | 0 Comments
Filed under:

Some History of the Named Pipe, Part 1

Some History of the Named Pipe, Part 1 (Unix pipes) Some History of the Named Pipe, Part 2 (Unix fifo) Some History of the Named Pipe, Part 3 (Windows named pipe) Some History of the Named Pipe, Part 4 (WCF named pipe) Let’s start with the more ancient
Posted by Nicholas Allen | 2 Comments
Filed under:

Windows API Code Pack V1 Released

Going along with Windows 7, the final version of the Windows API Code Pack was released last week. The code pack is a way to provide access to Windows features that lack a managed interface in the framework today, primarily for things added in Windows
Posted by Nicholas Allen | 0 Comments
Filed under: ,

What Will Be New in Networking for Beta 2

The NCL team has released their list of new networking features for .Net framework 4 beta 2 . A partial summary of the features is: Opening socket connections using the DNS name of the machine Opening socket connections for IPv4 and IPv6 simultaneously
Posted by Nicholas Allen | 0 Comments
Filed under: , , ,

Finding Free Ports, Part 2

Yesterday I talked about the algorithm the TCP transport uses to reserve a unique port when listening on both IPv4 and IPv6 addreses is enabled for a service. Why are the random port numbers drawn from the range 49152-65535? Because that’s the range the

Finding Free Ports

One of the options for the listen URI for the TCP transport is to let the transport make the address unique by filling in details such as the port number. The socket API allows specifying a wildcard port but at the time WCF was written the wildcard port

Advanced Debugging for Network Development

Two new screencast videos on Channel 9 come from the Windows Protocol team demonstrating Network Monitor and other debugging tools. The videos are of sessions at an event for Windows protocol licensees a few weeks ago so the intended audience is primarily
Posted by Nicholas Allen | 0 Comments
Filed under: ,

Network Monitor 3.3 Released

A new release of the Network Monitor tool for capturing and analyzing network traffic is available. Added features include improved support for running inside virtualized environments and a plugin system for installing analysis modules that filter and
Posted by Nicholas Allen | 0 Comments
Filed under: ,

40 Years of RFC

Yesterday marked the 40th anniversary of RFC 1 published by Steve Crocker at UCLA and covering host software for processing messages. The contents are forgettable but signify the start of an initiative that has broadly impacted how network standards are
Posted by Nicholas Allen | 2 Comments
Filed under:

Guests Not Welcome

I recently encountered an annoyance while trying to build a low-privileged web service client: calling IPAddress.Parse with a low-privileged account (for example, a guest account) blows up. This is because the Parse function unconditionally initializes
Posted by Nicholas Allen | 1 Comments
Filed under: ,

Network Monitor 3.3 Beta

A new beta release of Network Monitor is available on Connect. Network Monitor is a tool for tracing and analyzing network traffic that's particularly useful at capturing wire data for WCF applications. You can get details about the new features in Network
Posted by Nicholas Allen | 0 Comments
Filed under: ,

Introduction to Ad Hoc Discovery

Jesus Rodriguez has a description of WS-Discovery that covers examples in WCF 4.0 for ad hoc discovery networks. Ad hoc discovery is the approach that uses broadcast messages to publish and discover resources on the network. The other approach, managed

February Free Book Offer

The February edition of the free Microsoft book of the month includes a downloadable version of the Windows Vista Resource Kit , which you might find interesting if you're looking for details about the new features in Windows Vista. There's no reason
Posted by Nicholas Allen | 2 Comments
Filed under: ,
More Posts Next page »
 
Page view tracker