Purchase Solution

Imagine you are a wireless network contractor

Not what you're looking for?

Ask Custom Question

Can someone break this down for me please?

Imagine you are a wireless network contractor and you are meeting with a potential client over lunch to discuss the possibility of setting up a wireless network in the client's building. She mentions that she has heard of the OSI model but does not fully understand it and asks you to explain it to her. She has limited technical background. How would you describe the OSI model to somebody like this potential client who does not have a technical background? Come up with an analogy, that will help clarify your explanation. Note: If you decide to use an analogy it should be original and not based on the example provided.

Purchase this Solution

Solution Summary

An 8-900 word discussion of the OSI model including an analogy is included in this solution to make it easier to grasp for the student. Many references are included for further learning.

Solution Preview

I have tried to provide sufficient information for you to complete your assignment. If you use this material in your work, please remember to cite BrainMass properly.

Remember that my job as an OTA is NOT to complete the work for you, but to provide you with ideas, definitions, research help, and instructions on how you should approach the assignment. It is important to remember that I am an Online Teaching Assistant and my role is to help guide your thinking so that you can improve your understanding of the material and your academic skills set.

Please let me know if you have any additional questions.

--Jim
=========================================================================

In 1978, the International Organziation for Standardization (ISO) introduced the Open Systems Interconnection (OSI) Reference model. It defines a layered model for an open systems environment in which a process running in one computer can communicate with a similar process in another computer if they implement the same OSI layer communication protocols. Specifically, this model describes networking as "a series of protocol layers with a specific set of functions allocated to each layer. Each layer offers specific services to higher layers while shielding these layers from the details of how the services are implemented. A well-defined interface between each pair of adjacent layers defines the services offered by the lower layer to the higher one and how those services are accessed." (http://msdn2.microsoft.com/en-us/library/aa938287.aspx)

During a communication session, processes running in each layer on each computer communicate with one another. The bottom layer defines the actual physical components such as connectors and cable and the electrical transmission of data bits between systems. The layers immediately above define ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.