What is a Berkeley broadcast address?

What will be an ideal response?


The University of California at Berkeley developed and distributed an early implementation
of TCP/IP protocols as part of BSD UNIX. The BSD implementation contained a nonstandard feature
that has affected many subsequent implementations. Instead of using a host suffix of all ones to
represent a directed broadcast address, the Berkeley implementation uses a host suffix that contains
all zeroes (i.e., identical to the network address). The address form is known informally as Berkeley
broadcast.

Computer Science & Information Technology

You might also like to view...

If a programming language does not use short-circuit evaluation, what is the output of the following code fragment if the value of myInt is 0?

int other=3, myInt; if(myInt !=0 && other % myInt !=0) cout << "other is odd\n"; else cout << "other is even\n"; a. other is even b. other is odd c. 0 d. run-time error, no output

Computer Science & Information Technology

You can use the History panel to jump to any recent state of the image created during the ____ working session.

a. last b. recent c. archived d. historical

Computer Science & Information Technology

Describe Mobile IP.

What will be an ideal response?

Computer Science & Information Technology

The ____ tool is used to clone pixels, and allows you to choose its brush size, hardness, and opacity.

A. Cloning B. Draft Clone C. Paint Clone D. Clone Stamp

Computer Science & Information Technology