How many bits use for MAC address?

Answer Posted / abhi

48 bits.
OR
6 bytes = 6*8bits= 48 bits.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is awk good for?

588


How do I find previous commands in unix?

594


What is the use of egrep command in unix?

626


hw will u use awk in replacing cahrs and files

2736


What is time_t?

588






How do I search for text in vi?

586


Is it inbetween or in between?

586


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


What does find command return in unix?

596


What are reported commands?

568


Describe the usage and functionality of the command rm –r * in unix?

824


What are file commands?

654


What are the general commands in using unix os for a beginner?

577


Can you enlist some commonly used network commands?

602


What does the md command do?

576