Chapter 1 Introduction to Networks Flashcards
Local Area Network (LAN)
Just as the name implies, a local area network (LAN) is usually restricted to spanning a particular geographic location such as an office building, a single department within a corporate office, or even a home office.
WorkGroups
In a typical business environment, it’s a good idea to arrange your LAN’s workgroups along department divisions; for instance, you would create a workgroup for Accounting, another one for Sales, and maybe another for Marketing—you get the idea. Figure 1.2 shows two separate LANS, each as its own workgroup.
all you need to know at this point:: is that hubs and switches are devices that connect other devices together and routers connect networks together.
Use routers to reach and share resources with other LANS
Workstations
Workstations is a general purpose computer that is small enough and inexpensive enough to reside at a persons work area for his exclusive use .
Servers
Servers are also powerful computers. They get their name because they truly are “at the service” of the network
a COMPUTER THAt shares its resources, such as printers and files with other computers on the network.
Here’s a list of common dedicated servers:
List of Servers:
File Server:: Stores and dispenses filesFile Server Stores and dispenses files
Mail Server:: The network’s post office; handles email functions
Print Server:: Manages printers on the network
Web Server:: Manages web-based activities by running Hypertext Transfer Protocol (HTTP) for storing web content and accessing web pages
Fax Server:: The “memo maker” that sends and receives paperless faxes over the network
Application Server:: Manages network applications
Telephony Server Handles the call center and call routing and can be thought of as a sophisticated network answering machine
Proxy Server Handles tasks in the place of other machines on the network, particularly an Internet connection.
More about servers:
I want to make sure you know that servers must have considerably superior CPUs, hard-drive space, and memory—a lot more than a simple client’s capacity—because they serve many client machines and provide any resources they require. Because they’re so important, you should always put your servers in a very secure area. My company’s servers are in a locked server room because not only are they really pricey workhorses, they also store huge amounts of important and sensitive company data, so they need to be kept safe from any unauthorized access.
Hosts
In TCP/IP-speak, host means any network device with an IP address.
WAN (WIDE AREA NETWORK)
**Internet is a WAN
WAN networks are what we use to span large geographic areas and truly go the distance.
Difference between WAN and LAN
Here’s a list of some of the important ways that WANs are different from LANs:
WANs usually need a router port or ports.
WANs span larger geographic areas and/or can link disparate locations.
WANs are usually slower.
We can choose when and how long we connect to a WAN. A LAN is all or nothing— our workstation is either connected permanently to it or not at all, although most of us have dedicated WAN links now.
WANs can utilize either private or public data transport media such as phone lines.
MPLS
(Multiprotocol Label Switching (MPLS) can give priority to voice data over standard data
One of the most popular WAN protocols in use today
MPLS has become one of the most innovative and flexible networking technologies on the market, and has some key advantages over other WAN technologies:
Physical layout flexibility
Prioritizing of data
Redundancy in case of link failure
One-to-many connection
MPLS is a switching mechanism that imposes labels (numbers) to data and then uses those labels to forward data when it arrives at the MPLS network,
The labels are assigned on the edge of the MPLS network, and forwarding inside the MPLS network (cloud) is done solely based on labels through virtual links instead of physical links. Prioritizing data is a huge advantage; for example, voice data could have priority over basic data based on the labels. And since there are multiple paths for the data to be forwarded through the MPLS cloud, there’s even some redundancy provided as well.
NETWORKING
We’ve developed networking as a way to share resources and information
(2) types of Network Architecture:
Peer-to-Peer or Client-Server
Peer-to-Peer Networks (network architecture)
A network in which each machine can act as either a client or server.
Computers connected together in peer-to-peer networks do not have any central, or special, authority—they’re all peers, meaning that when it comes to authority, they’re all equals. The authority lies with the computer that has the desired resource being requested from it to perform a security check for proper access rights.
Client-Server Networks
A network that has dedicated server machines and client machines.
Client-server networks are pretty much the polar opposite of peer-to-peer networks because in them, a single server uses a network operating system for managing the whole network.
Serious advantages.
First, because the network is much better organized and doesn’t depend on users remembering where needed resources are, it’s a whole lot easier to find the files you need because everything is stored in one spot—on that special server.
Your security also gets a lot tighter because all usernames and passwords are on that specific server, which is never ever used as a workstation. You even gain scalability—client-server networks can have legions of workstations on them. And surprisingly, with all those demands, the network’s performance is actually optimized—nice!