Quality of Service QOS , an industry-wide initiative, enables more efficient use of the network. The RPC run-time stubs and libraries manage most of the processes relating to network protocols and communication. This enables you to focus on the details of the application rather than the details of the network. These applications display RAS common dialog boxes, manage remote access connections and devices, and manipulate phone-book entries.
Simple Network Management Protocol. The Microsoft Windows implementation of the Simple Network Management Protocol SNMP is used to configure remote devices, monitor network performance, audit network usage, and detect network faults or inappropriate access. The Microsoft telephony application programming interfaces support the development of communications applications for Windows. Windows Filtering Platform. The WFP API allows developers to write code that interacts with the packet processing that takes place at several layers in the networking stack of the operating system.
Network data can be filtered and modified before it reaches its destination. Windows Firewall Technologies. Windows Firewall with Advanced Security and related firewall technologies enable developers to share Internet connections, protect connections using a firewall, and provide Network Address Translation NAT.
Windows Networking WNet. The Windows networking WNet functions allow you to implement networking capabilities in your application without making allowances for a particular network provider or physical network implementation. Windows Network Virtualization. Windows Network Virtualization enables customer virtual machine networks to decouple virtual machine networks from physical networks, provides flexibility in virtual machine provisioning, and allows customers to bring their IP addresses and topologies into cloud datacenters.
Install, setup, configure and use the IIS 5. Most of the program examples were run or tested on local machine localhost and this localhost, most of the time was connected to the Internet.
This means, the client and server or sender and receiver programs were run on the same machine. Some examples were run from different paths on the same machine.
Some were tested on the private network, running the client and the server programs on different hosts. Well, let continue with more crap! Other than we need to use the. NET framework, in these tutorials, there are no information and program examples for the Windows OS 'network' itself such as for Windows system programming, accessing Windows system resources through network etc.
Broken link? NET ]. All rights reserved. Share and email to your friends and foes:. NET Code Examples. For Windows platform, before the. Winsock 1 is based on the Berkeley Socket. Streams are guaranteed to be delivered and to be correctly sequenced and unduplicated.
Datagram sockets support a record-oriented data flow that is not guaranteed to be delivered and may not be sequenced as sent or unduplicated. Under some network protocols, such as XNS, streams can be record oriented, as streams of records rather than streams of bytes.
Windows Sockets provides a level of abstraction independent of the underlying protocol. For information about these types and which kind of socket to use in which situations, see Windows Sockets: Stream Sockets and Windows Sockets: Datagram Sockets. MFC socket classes provide operations on the encapsulated handle. Making remote procedure calls RPC by having the receiving application interpret a message as a function call. For more information on this topic, including how to manage the case when you're communicating with non-MFC applications, see Windows Sockets: Byte Ordering.
For more information, see Windows Sockets Specification: ntohs , ntohl , htons , htonl. Also, see the following topics:. Windows Sockets: Using Sockets with Archives.
Windows Sockets in MFC. Skip to main content. This browser is no longer supported.
0コメント