An Introduction To Network Concepts
Why Learn About Basic Network Concepts
Some Basic Network Concepts
You are at:  Bits & By8tes - Networks - Introduction to Basic Network Concepts
Return to Table of Contents

Introduction

        At this point you should know how to do computer controlled measurements.  However, the computer you use is probably connected to a network, and that connection allows for some interesting possibilities.  In particular, you can take measurements and do control remotely.  However, there are a few topics you should be conversant with before you try that.


Why learn about Basic Network Concepts?

        Using computer measurement and control across a network allows for possibilities of operation in remote or otherwise inaccessible locations, and it allows for measurement and control of multiple locations from a single location.  To take advantage of those possibilities, you need to have a basic familiarity with networked computers.  You need to learn about basic concepts of network addressing and how to determine addresses.  When you are finished with this unit you should be able to use a program (LabVIEW) to perform measurements and control across a network and you will learn about URLs, and IP addresses, and how to determine them.  In addition, you will learn about some basic network concepts (servers, etc.)


Some Basic Network Concepts

        Let's start with what happens when you "go to" www.SomeCompany.com to get information about their products.  Actually, you don't go anywhere, but you do send some information across the network.  The information you send does the following.

        This is an over-simplified picture of what goes on, but it contains all the basic ideas about what happens.  There are several points that you should note in this sequence of events.         That is a short summary of what takes place in a typical client-server situation.

        Now, you can examine a simulator that shows how a web page is loaded. Click here to get to the simulator.


Domain Name Servers

        When you send a request for a web page to a URL (www.SomeCompany.com, for example) that information gets translated into an IP address (www.xxx.yyy.zzz) by a Domain Name Server (DNS).  The DNS system has a vast database that contains all of the URL-IP pairs.  It changes constantly, and it is probably the most highly accessed database on the planet.



Problems
Links to Related Lessons
Return to Table of Contents

Send us your comments on these lessons.