How many bits use for MAC address?

Answer Posted / shh

48 bits

Is This Answer Correct ?    39 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences among a system call, a library function, and a unix command?

797


What are the unix commands?

751


Can you enlist some commonly used network commands?

801


What is awk used for?

830


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:

1973


What is the unix command to confirm a remote host is alive or not?

800


How do I open a port?

773


How to find $ai_serual resolved path by using unix

1265


What does this command do? Cat food 1 > kitty

1233


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

971


Why is it called a shebang?

796


hw will u use awk in replacing cahrs and files

2934


Who wrote grep?

768


What is the size of time_t?

894


How does shebang work?

808