How the data is actually sent over the network. I know it is transmitted in Hex but is the raw hex equivalent for the data sent?
I mean if i wanted to send a simple ASCII text "hello" , is the hex equivalent of 'h' 'e' 'l' 'l' 'o' is sent or does it do any encoding or encryption.
also would it do 'zip' kind of thing.. i mean would it find the 2 'l's in "hello" and some way send any equivalent for that?