Chapter 6: Networking Fundamentals Flashcards
Why are stand-alone PCs inferior from networked PCs?
Small hard-drive capacities
To print you must have a printer attached locally
Sharing files with other PCs is difficult.
Electronic communication of any sort is impossible.
Network
Links two or more computers together to communicate and share resources.
LAN
Local Area Network
Connect computers in a single office or building.
WAN
Wide Area Network
Expands a LAN to include networks outside of the local environemtn. Allows users to distribute resources across long distances.
Often thought of as multiple, disbursed LANs, networked together.
PAN
Personal Area Network
Small-scalle network designed around a single person.
Usually referrs to networks that use Bluethooth to communicate, like a bluethooth earpiece and a phone.
MAN
Metropolitian Area Network
A network that spans a large geographic distance but is connected using LAN-style architecture, not a WAN.
Best to think of this in terms of its utility – The Googleplex or a large University campus can’t possibley operate with a single LAN. Multiple LANs are built up around the campus and connected to each other, creating a MAN.
The first PC LAN technology was called ____, introduced in the ’80s by Novell
ShareNet
The largest WAN in the world
The Internet
Bluetooth SIG
Bluetooth Special Interest Group
Consortium of companies that participate in developing Bluetooth standards to unit disparate tech industries to allow communication among different devices.
How did Bluetooth get its name?
Named for Harald Blatand (Harold Bluetooth in English) who united several factions in areas of Norway, Sweeden, and Denmark.
Membership of the Bluetooth SIG includes
Microsoft
Intel
Apple
IBM
Toshiba
and several cell phone manufactuerers
Technical Specification that describes a WPAN (wireless personal area network) based on Bluetooth
IEEE 802.15.1
A Bluetooth WPAN is _____ in nature, which makes it unique among other network architectures
Temporary and decentralized
You don’t need a central device to connect. Two devices that are close enough will start communicating.
Piconet
The dynamically created Bluetooth network created when two or more devices are within range of each other.
Maximum number of devices in a piconet
7
Scatternet
One or more devices connect two piconets.
Wireless hotspots, spread throughout a city but connected with the same network infrastructure is an example of a
MAN
What’s the primary difference between a WAN and a MAN?
It’s implied that WANs use publically available communication lines (Telephone network, fiber network of an ISP, etc) to connect.
MANs connect using communication lines owned by the same entity that owns the endpoints that are connected by those lines.
Three primary network components
Servers
Clients / Workstations
Resources
Dedicated Server
Assigned to provide specific applications or services for the network, and nothing else.
Specializes in a single task, like a file server or a print server.
Nondedicated Servers
Assigned to provide one or more network service and/or local access for a user.
Example: Direct network traffic, serve files, and serve as a front-end for the network administrator to manage the network.
Workstations
Computers on which network users do their work.
Everyday computers connected to a network that offers additional resources.
NIC
Network Interface Card
Expansion cad that allows the PC to connect to a network.
What differentiates a server from a workstation
While some would expect this to be hardware, form factor, and whether or not the equipment is rack-mounted, this boils down to:
What role it plays on the network
Network Resource
Any item that can be used on a network.
This can include printers, disk storage, file access, applications
NOS
Network Operating System
Controls the communication with resources and the flow of data across the network.
Examples: UNIX, Linux, and MS’s Windows Server
Peer-to-peer network
Computers act as both service providers and service reqeuestors with each other.
What companies would operate well with a peer-to-peer network?
Small businesses that expect to remain small, do not require a great deal of security.
Client-Server Resource Model
As opposed to peer-to-peer, a client/server model centralizes administrative control and functions from one or more dedicated servers
Name this network model.
Peer-to-peer
Name this network model:
Client / Server
Client/Server-based networks, where security is centrally administored, are known as ____
Domains
When you log into a domain, the login you use is sent to the ______ to determine what network resources to give you access to.
Domain Controller
How do peer-to-peer networks, which do not have domain controllers, determine who has access to what network resources?
On a peer-to-peer network, individual PCs on the network determine whether a user on a different workstation can access files on that PC.
Name the five primary network topologies
Bus
Star
Ring
Mesh
Hybrid
Name this topology:
Bus topology
Bus Topology
Simplest topology. Consists of a trunk cable that every workstation connects to.
Cheap - Requires little cabling
Easy to install
Diffiuclt to reconfigure (like adding a new workstation). A break in the bus disables the entire network.
Name this network topology:
Star Topology
Star Topology
All devices connect to a central hub/switch.
Easy to add/remove workstations
Fault tolerant - If a single workstation goes down, the entire network doesn’t go down.
More expensive to install - more cable and a central device is needed
Single Point of failure - The central hub goes, the entire network goes.
Name this network topology:
Ring topology
Describe the ring topology
Each computer connects to two other computers, joining them in a circle and creating a unidirection path where messages move from workstation to workstation.
Easy to install
Difficult to add new computers
The entire network will go down if a single workstation goes down.
Name this network topology:
Mesh Topology
Describe the mesh topology
Every device is connected to every other device.
Most complex physical design.
Every expensive to install and maintain
Highest fault tolerance.
Describe hybrid topology
A mix of one or more topologies.
Example: PCs connected to a central hub is a star topology.
Change the hub to a switch, which isolates each PC to its own collission domain, and now you have a star topology made up of many bus topologies.
OSI Model
A theoretical networking model
IEEE
The Institute of Electrical and Electronics Engineers
The committee of the IEEE to create standards for types of networks.
802
802.2
Logical Link Control
802.3
CSMA/CD (Ethernet) LAN
Defines eithernet communication.
Also defines a collission detection protocol, preventing network hosts from all talking at the same time.
802.5
Token Ring LAN