How many bits use for MAC address?

Answer Posted / chandan kumar

64 bit

Is This Answer Correct ?    4 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented grep?

653


Name the general commands in using unix os for a beginner?

625


What are reported commands?

568


What is a bash command?

627


What does find command return in unix?

596






How to find $ai_serual resolved path by using unix

1029


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1764


Are you in or at the office?

611


What is awk command used for?

602


Why is grep called grep?

783


What difference between cmp and diff commands?

724


What is the use of egrep command in unix?

626


What are bash commands?

597


What is grep and how do you use it?

578


Which command should you use to find the remaining disk space in unix server?

709