Learning

TwitterFacebook
Get flash to fully experience Pearltrees
Open USB Drives but be notified by a Email and a Log File http://community.spiceworks.com/how_to/show/238-how-to-lock-down-usb-keys-and-be-notified-when-they-are-opened

How to lock down USB Keys and Be Notified When They Are Opened

Mobile Phones

Android Software App

Android Market / App store / https://play.google.com

Android Apps

Conf.

Java

Java

Java

http://en.wikipedia.org/wiki/Data_transmission

Data transmission

Data transmission , digital transmission , or digital communications is the physical transfer of data (a digital bit stream ) over a point-to-point or point-to-multipoint communication channel.
http://matthiaswessendorf.wordpress.com/2011/03/21/extending-tcp-udp-to-the-browser/

Extending TCP/UDP-based protocols to the browser by using WebSocket « Matthias Wessendorf's Weblog

WebSocket is a bi-directional AND full-duplex communication STANDARD to build next generations web applications.
The Transmission Control Protocol ( TCP ) is one of the two original core protocols of the Internet protocol suite (IP), and is so ubiquitous that the entire suite is often called TCP/IP . TCP provides reliable, ordered, error-checked delivery of a stream of octets between programs running on computers connected to an intranet or the public Internet. Browsers use it when they connect to servers on the World Wide Web sites, and it is used to accurately deliver email and transfer files from one location to another. Applications that do not require the reliability of a TCP connection may instead use the connectionless User Datagram Protocol (UDP), which emphasizes low-overhead operation and reduced latency rather than error checking and delivery validation. [ edit ] Historical origin http://en.wikipedia.org/wiki/Transmission_Control_Protocol

Transmission Control Protocol

Well, here is another TCP/IP network programming but here we are using GNU C on Linux / Fedora Core platform. This tutorial provides quite a complete discussion presented in graphically manner with working program examples from the very basic networking up to the packet level. You need to have some knowledge and skill in C programming language and also familiar with Linux/Fedora Core platform in order to have a good start. The program examples given include the client and server codes but you can test the client and server codes at the same computer. Don't worry about the GNU C, it still based on the Standard C ( ISO / IEC ).

The Linux socket TCP/IP protocols network programming tutorials using open source GNU compiler with C language through working program examples and code samples on Linux client-server configuration

http://www.tenouk.com/cnlinuxsockettutorials.html
With few steps, C# code for your TCP protocol will be ready, the structure of any TCP protocol generated by .Net Protocol Builder can be described in the following diagram, please note that the generated code is Multi-threaded server and non blocking client connection. Packets are chunk of data containing your own Fields, Packet ID, Packet Type, Packet Start, Packet End, and some constraints on length, all of these factors are generated automatically by .Net protocol Builder, at the end you will deal with packets as objects with some member variables, these variables are your Fields. http://www.protocol-builder.com/protocol-builder-features.html

Build TCP Protocol using C# (Protocol Builder)

http://www.javvin.com/networksecurity/tcpipnetwork.html

TCP/IP Network Vulnerability and Security

Information, Computer and Network Security Terms Glossary and Dictionary

User Datagram Protocol

The User Datagram Protocol ( UDP ) is one of the core members of the Internet protocol suite , the set of network protocols used for the Internet . With UDP, computer applications can send messages, in this case referred to as datagrams , to other hosts on an Internet Protocol (IP) network without prior communications to set up special transmission channels or data paths. The protocol was designed by David P. http://en.wikipedia.org/wiki/User_Datagram_Protocol
Writing your own client/server applications can be done seamlessly using Java By Qusay H. Mahmoud, JavaWorld.com, 12/11/96

Sockets programming in Java: A tutorial

http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html