Easy to Understand Definition of a Computer Network

By definition a network is a group or system thatoffice are in a LAN, however, the New York office
interconnects components together. A network ofalso connects to an Office in Chicago who hosts ten
retail stores, for example, implies some sort ofother computers. All together, that network is said to
relationship between the stores. A railroad networkbe a WAN spanning New York to Chicago. But
suggests that the tracks interconnect at differentindividually each office is a LAN in its own right. One
points. And a computer network interconnectsLAN in New York and one LAN in Chicago. This is
computers.why we say that strictly speaking a WAN
By far the most famous computer network in theinterconnects LANs.
world is the Internet. The Internet is, in fact, aA description of how the network is wired together
collection of smaller networks that are interconnectedcan be provided using a physical network topology.
together - a network of networks if you can imagineNetwork topologies are used to describe the
that.different ways to connect computers together. A
But computer networks don't necessarily have to bebus topology, for example, describes computers
large or complex. By definition, the smallest possibleconnected across a common wire in a linear fashion.
computer network would include just twoA star topology describes computers connected to a
interconnected computers. The interconnection cancommon central device such as a switch. Other types
be achieved using a cable or by wireless technology.of common topologies include ring topology as well as
Whatever the medium, as long as the computers canmesh and partial mesh topology.
communicate together they are part of a network.But possibly the most important working components
Surprisingly, the Information Technology industryof a computer network are the protocols. A protocol
doesn't define networks by size, rather, by location.is a set of rules. In order to communicate correctly,
Computers that are interconnected in a smallcomputers must talk the same protocol so that they
geographical location such as a home or an office areunderstand what is being received and know how to
said to be in a LAN (Local Area Network). A LAN cansend information in return. The IT industry has
have two computers or two thousand computers.successfully established TCP/IP as the dominant
Conversely, computers that are connected across anetwork protocol across the world. The
wide geographical area such as between cities orstandardization of TCP/IP in computers has allowed
countries are said to be in a WAN (Wide Areathe internet to thrive because is provides a common
Network). Strictly speaking a WAN actuallylanguage that computers can use to communicate
interconnects LANs. Five computers in a New Yorkwith each other.