I am starting to look into some network programming concepts for a project I am about to take over, and I keep running into this concept of an octet string. Can anyone out there provide some feedback into what this is, and how it relates to network programming?
Share
Octet = byte.
Octet string = sequence of bytes.
Also, see Wikipedia.