top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is endianness in programming language and networking??

+4 votes
156 views
What is endianness in programming language and networking??
posted Jan 22, 2016 by Reshmi S

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

Endianness is an order to store bytes into the memory or to send over the wire , I meant to say sending data in the network.
There are two types of endianness i.e little endian and big endian.
Little endian when lower bytes of a data are stored from lower address to higher address while in case of big endian it will be in the reverse order.

answer Jan 22, 2016 by Vikram Singh
Similar Questions
0 votes

Somewhere in the internet I saw promiscuous mode of networking is used by hacker but is there any use case in which it becomes mandatory to change the mode of network interface in promiscuous mode ?

...