CH1: Intro to Networks Flashcards
What is a network?
Two or more connected computers that can share resources
Local Area Network (LAN)
Spans specific geographical area
- building
- department
- home office
- best practice split LAN into smaller work groups = admin easier
- router connects LANs
Workstations
powerful computers that run more than one CPU
Servers
- at service of network, provide services to hosts/clients
- run specialized software = network os to maintain/control network
- must have superior CPU, hard drive space, memory
- better performance if servers are dedicated
- file server
- mail server
- web server
- etc
Hosts
Any device with an IP address
Metropolitan Area Network (MAN)
metro area used to interconnect various buildings/facilities
Wide Area Network (WAN)
- internet
Characteristics - router
- large areas and connect disparate areas
- usually slower (than LAN)
- can choose how long to connect to WAN (LAN is all or nothing) [kinda like choosing to connect to the internet]
Internet
distributed WAN - made up of interconnected computers located in different areas
Internetwork - type of LAN/WAN that connects different logical networks
— made possible by routers
Personal Area Network (PAN)
close proximity connections
- bluetooth, infrared, zigbee
- usb, ethernet
Campus Area Network (CAN)
typically interconnects LANs on campus area
Storage Area Network (SAN)
exclusively for storage systems, interconnect servers to storage arrays
- found in data centers
Software-defined WAN
virtual WAN architecture
Multiprotocol Label Switching (MPLS)
one most popular WAN protocols
- physical layout flexibility
- prioritize data
- redundancy
- one-to-many connections
switching mechanism that imposes labels (#) on data and uses labels to forward data
Multipoint Generic Routing Encapsulation
protocol that dynamically creates and terminates connections
- no pre-configurations needed
-encap user data
-creates VPN connection
Main types of network architecture?
Peer-to-peer
Client-server