Chapter 1 Introduction to Networks Flashcards Preview

SYBEX CompTIA Network+ Study Guide, Third Edition (Exam N10-006 ) > Chapter 1 Introduction to Networks > Flashcards

Flashcards in Chapter 1 Introduction to Networks Deck (33)
Loading flashcards...
1
Q

Local Area Network (LAN)

A

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.

2
Q

WorkGroups

A

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.

3
Q

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.

A

Use routers to reach and share resources with other LANS

4
Q

Workstations

A

Workstations is a general purpose computer that is small enough and inexpensive enough to reside at a persons work area for his exclusive use .

5
Q

Servers

A

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:

6
Q

List of Servers:

A

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.

7
Q

More about servers:

A

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.

8
Q

Hosts

A

In TCP/IP-speak, host means any network device with an IP address.

9
Q

WAN (WIDE AREA NETWORK)

A

**Internet is a WAN

WAN networks are what we use to span large geographic areas and truly go the distance.

10
Q

Difference between WAN and LAN

A

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.

11
Q

MPLS

(Multiprotocol Label Switching (MPLS) can give priority to voice data over standard data

A

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.

12
Q

NETWORKING

A

We’ve developed networking as a way to share resources and information

13
Q

(2) types of Network Architecture:

A

Peer-to-Peer or Client-Server

14
Q

Peer-to-Peer Networks (network architecture)

A

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.

15
Q

Client-Server Networks

A

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!

16
Q

Physical Network Topologies

A
Bus
Star
Ring
Mesh
Point-to-point
Point-to-multipoint
Hybrid
17
Q

(BUS): Physical Network Topologies

A

A network topology that uses a single bus cable that connects all the computers in a line, Bus topology must be terminated to prevent signal reflection.
NO FAULT TOLERANCE
Resembles a bus, but a BUS CRASH! haha

18
Q

Fault Tolerance

A

fault tolerance is the capability of a computer or a network system to respond to a condition automatically, often resolving it, which reduces the impact on the system. I

if fault-tolerance measures have been implemented correctly on a network, it’s highly unlikely that any of that network’s users will know that a problem ever existed at all.

19
Q

ring topology

A

a ring topology connects all computers on the network with a ring of cable. NO FAULT TOLERANCE

The problem is, the ring topology has a lot in common with the bus topology because if you want to add to the network, you have no choice but to break the cable ring, which is likely to bring down the entire network!

20
Q

Star Topology

A

Star Topology uses a cenral connection box for all the computers on the network,
HAS FAULT TOLERANCE

**Remember, a star topology really shines when it comes to making additions to the network, moving things around, and making any kind of changes happen quickly, efficiently, and cost effectively.

21
Q

Mesh Topology

A

IN a Mesh Topology every computer connects to every computer via two or more routes.

That’s a lot of connections—in fact, the mesh topology wins the prize for “most physical connections per device”! You won’t find it used in LANs very often, if ever, these days, but you will find a modified version of it known as a hybrid mesh used in a restrained manner on WANs, including the Internet.

A full mesh physical topology is least likely to have a collision, which happens when the data from two hosts trying to communicate simultaneously “collides” and gets lost.

22
Q

Point-to-Point Topology

A

Point-to-Point network is when two computers or routers connect directly together with no need for a central device.

23
Q

Point-to-Multipoint Topology

A

Point-to-Multipoint Network ***SIMILIAR TO MESH, Point to multipoint requires an intelligent device in the center

24
Q

Hybrid

A

a combination of two or more types of physical or logical network topologies working together within the same network.

25
Q

What are the three basic LAN topologies?

A

Bus, ring, and star

26
Q

What common WAN topology often results in multiple connections to a single site (leading to a high degree of fault tolerance) and has one-to-many connections?

A

Multiprotocol Label Switching (MPLS)

27
Q

What is the term for a device that shares its resources with other network devices?

A

Server

28
Q

What network model draws a clear distinction between devices that share their resources and devices that do not?

A

Client-Server

29
Q

Which network topology or connection type can be implemented with only two endpoints?

A

Point to Point

30
Q

What device is generally implemented as a star topology?

A

Hub or Switch

31
Q

What does MPLS stand for?

A

Multiprotocol Label Switching

32
Q

Will a computer that shares no resources most likely be connected to the backbone or to a segment?

A

A segment

33
Q

Which LAN topology is characterized by all devices being daisy-chained together with the devices at each end being connected to only one other device?

A

Bus