Networking (Chapter 5) Flashcards
Describe LAN
Local Area Network
Connects computers in a single area
Describe WAN
Wide Area Network
Connects the LANs together across large geographical areas
Describe PAN/WPAN
Wireless Personal Area Network
Its just Bluetooth.
What is a defining characteristic of WPAN/Bluetooth?
Its temporary in nature. The networks are formed on an ad hoc basis, meaning two close devices can connect with eachother without a central communication standpoint.
Describe MAN
Metropolitan area network
Generally defined as a network that spans a city or large campus. Similar to WAN, but the difference comes down to who manages it. An IT dept. manages the MAN, and telecommunications the WAN.
Describe SAN
Storage area network
Holds nothing but networked storage devices. It wont have any clients or other servers on it.
What are the biggest advantages to having a SAN?
- Uses block storage (small, manageable, invidividual file chunks)
- They relieve network loads
- Offer fast data access (thanks to fiber)
- Easily expandable
Describe WLAN
Like a LAN but its wireless
May connect through WAPs (wireless access points)
What are the three major components of a network?
Servers
Clients/workstations
Resources
What does a server do?
Provides a link to resources
What is a dedicated server?
A server assigned to provide specific applications or services for the network and nothing else. They require less resources because of this.
What is a non-dedicated server?
A flexible server assigned to provide one or more network services AND local access. They can be used as a frontend workstation for an administrator to work with other applications or services.
An office workgroup server is an example.
How is a workstation defined?
A computer that accesses resources on the network
What is a resource?
Any item that can be used on a network
What is a NOS?
Network operating system
It controls the communication with resources and the flow of data across the network. It runs on the server (Windows Server 20xx).
What are the two resource access models?
Peer-to-peer
Client-server
What roles does a computer play in a peer-to-peer network?
It acts as both the service provider and requestor
What is peer-to-peer model good for?
Small and inexpensive networks
its also called a workgroup!
What is a defining characteristic of a peer-to-peer network?
They have no centralized administration or control
Lacks security
What is the client-server model?
A network that uses one or more dedicated, centralized servers. Administrative tasks and resource sharing occur from this point.
Requires more resources but provides security
Also called domains
What is a defining, beneficial characteristic of a server-based network?
Security is centrally administered
What is a domain controller?
The server that handles login request security
How does account authorization compare between P2P and C-S models?
P2P models require different credentials locally for each machine. C-S models store accounts on the server/domain, so users can login on any machine.
What are the advantages and disadvantages of a bus topology?
+: Cheap, easy to install
-: Difficult to reconfigure, a break disables the entire network