Network Basics Flashcards
Computer Networks
Networks are used to make connections between machines.
Purpose of Networks
To make connections between machines.
Network Traffic Examples
- File sharing
- Video chatting
- Surfing the web
- Social Media
- Streaming Video
- E - mail
- Messaging
- VoIP
Network components
- Client
- Server
- Hub
- Wireless Access Point
- Switch
- Router
- Media
- WAN Link
Client
Device end-user use to access the network.
Can be any device that connects to the network.
Server
Provides resources to the rest of the network.
Different servers provide different functions.
There can be dedicated server hardware/software.
Converged Networks
Combines multiple types of traffic like data, video, and voice in a single network.
Hub
- Can be interconnected to provide more ports, but leads to increased
network errors - Receives information in one port and rebroadcasts it out all the other
ports
Wireless Access Point (WAP)
- Device that allows wireless devices to connect into a wired network
- Commonly used in the home, small business, and even some large enterprise
networks - Acts as a wireless hub
Switch
- Connects networked devices such as clients and servers (like a hub)
- Switches learn what devices are on which switch ports
- Switches only forward traffic received from a port to the destination port
based on the device’s MAC address - Provides more security and efficiently uses available bandwidth
Router
- Connect two different networks together
- Intelligently forwards traffic to and from a network based on its logical
address - Most modern routers use Internet Protocol (IP) address to determine
routing of traffic
Media
- Connect two devices or a device to a port
- Made from copper cable, fiber optic cable, or radiofrequency waves
(WiFi) - Each type has strengths and limitations, such as its available bandwidth,
capacity, distance that can be covered, and cost to install and
Wide Area Network (WAN) Link
- Physically connects networks together
- Numerous WAN links are available: leased lines, DSL, Cable, Fiber Optic, Satellite, Cellular, Microwave,…
- Connects internal network to external networks, such as a SOHO network to the internet
Client/Server Model
- Uses a dedicated server to provide access to files, scanners, printers, and
other resources - Administration and backup are easier since resources are located on a
few key servers
Client /Server Benefits
- Centralized administration
- Easier management
- Better scalability
Client/Server Drawbacks
- Higher cost
- Requires dedicated resources
- Requires network operating system
Peer-to-Peer Model
- Peers (PCs) share resources (files/printers) with each other directly
- Administration and backup are more difficult e since resources are located
on many PCs which adds to the administrative burden- Higher cost
Peer-to-Peer Benefits
- Lower cost
- No dedicated resources required
- No specialized operating system required
Peer-to-Peer Drawbacks
- Decentralized management
- Inefficient for large networks
- Poor scalability
Personal Area Network (PAN)
- A small type of wired or wireless network
- Covers the least amount of area (few meters)
- Examples: Bluetooth, USB hard drive, firewire
Local Area Network (LAN)
- Connects components in a limited distance
- Limited to short distances, 100 meters with CAT5
- Consist of Ethernet (IEEE 802.3) or WiFi networks (IEEE 802.11)
Campus Area Network (CAN)
- Connects building-centric LANs across a university, industrial park, or business park
- Covers many square miles and buildings
- Example: College campus, Business Parks, Military base
Metropolitan Area Network (MAN)
- Connects scattered locations across a city
- Larger than CAN, but smaller than a WAN
- Covers up to a 25-mile radius
- Examples: City department (like police), Community College with multiple Campuses
Wide Area Network (WAN)
- Connects geographically disparate internal networks
- Consist of leased lines or Virtual Private Networks tunneled over the Internet
- Covers distances around the country or around the world
- Examples: Internet, Privat corporate networks
Bus Topology
- Uses a cable running through the area that required network connectivity
- “taps” into the cable using either a T connector or vampire Tap
- not commonly used, devices on cable form single collision domain
Ring Topology
- Uses a cable running in a circular loop
- each device connects to the ring, but data travels in a singular direction
- FDDI (Fiber networks) used two counter-rotating rings for redundancy
- token ring network waits for a turn to communicate on the ring
Star Topology
- Most popular Physical LAN topology
- Connects to a single point
- If the central device fails, the entire network fails
Hub-and-Spoke Topology
- Used to connecting multiple sites
- Similar to Star, but uses WAN links
- not redundant, if central office fails, the whole network can fail
Full-Mesh Topology
- Most redundant topology
- Every node connects to every other node
- Optimal routing is available
- Expensive to maintain and operate
- Number of connections: x=n(n-1) / 2