Back net NETWORK PROTOCOL

The correct appearance of this website is only visible in graphical browsers that support web standards. We try to ensure our content is accessible to any browser but we recommend you upgrade your web browser if you can.

Bitscope Networking uses the User Datagram Protocol (UDP) for PC/Bitscope communication.

UDP is one of two transport protocols used by the Internet (the other being TCP).

UDP is encapsulated in Internet Protocol (IP) datagrams which means communications between the PC and a Network Bitscope can be routed across multiple networks or even the Internet itself.
Below is the format of the UDP/IP packet implemented by the Network Adaptor.

4 8 16 32 bits (IP Header)
Ver. IHL Type of Service Total Length
Identification Flags Fragment Offset
Time To Live Protocol Header Checksum
Source Address
Destination Address
Option plus Padding
16 32 bits (UDP Header)
Source Port Destination Port
Length Checksum
32 bits (UDP Payload)
Bitscope Packet
CRC

UDP/IP Packet Format

Most of this is transparent to the user and/or programmer of a Network Bitscope.
The only part that is of interest to Bitscope programmers is the Bitscope Packet.