What is the difference between guided and unguided transmission?
What will be an ideal response?
We use the terms guided and unguided transmission to distinguish between physical media
such as copper wiring or optical fibers that provide a specific path (guided) and a radio transmission
that travels in all directions through free space (unguided). Informally, engineers use the terms wired
and wireless.
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a service model in cloud computing?
a. Software as a Service (SaaS) b. Hardware as a Service (HaaS) c. Platform as a Service (PaaS) d. Infrastructure as a Service (IaaS)
Computer Science & Information Technology
Which of the following for headers is not valid?
a. for ( int i = 0; i < 10; i++ ) b. int i = 0; for ( ; i < 10; i++ ) c. for ( int i = 0; int j = 5; ; i++ ) d. All of the above.
Computer Science & Information Technology