Test 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:24 AM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

LAN

Local Area Network, enables users to access the network

2
New cards

Distribution Layer

aka building backbone network, aggregation point for switches on different floors / at the access layer (Network arch comp)

3
New cards

Core Layer

like the real backbone, where all other network layers other than access are connected, expensive switches as switching is faster than routing, connects all buildings on campus (Network arch comp)

4
New cards

Data Center Layer

where servers are located, like a LAN for servers, servers grouped in server farms or clusters (Network arch comp)

5
New cards

WAN

Wide Area Network, private network we pay for, connects main and downtown campus (part of the enterprise edge) (Network arch comp)

6
New cards

Internet Access Component

Our connectivity to the internet, seperate router for internet and WAN (part of the enterprise edge) (Network arch comp)

7
New cards

E-commerce Edge

External servers that get their own section dedicated to them, servers that customers are hitting, used differently, handled differently, and managed differently than internal servers (part of the enterprise edge) (Network arch comp)

8
New cards

3 Phases of building block network design

needs analysis ( understand why the network is being built and what users and applications it will support), tech design (assess tech that fits users needs), cost assesment (relative cost of tech considered)

9
New cards

Capacity planning

estimating size and type of network circuits for each type of network (slow day vs. black friday)

10
New cards

bottleneck

circuit that is filled almost to capacity, critical point that determines quality of response time for users

11
New cards

Costs to consider in network projects

circuit costs, network devices, hardware costs, software costs, network management costs, test and maintenance costs, costs for Internet and WAN leased from carriers

12
New cards

RFP

Request For Proposal, specify equipment, software, and services desired and ask vendors to provide their best price

13
New cards

6 basic LAN components

client computer, server, NIC, network circuits, hubs/switches/APs, network OS (firewall NOT on list)

14
New cards

WLAN

Wireless LAN, use radio transmissions to send data between the NIC and the AP

15
New cards

2.4 vs. 5 GHz

2.4 further distance but slower, 5 faster but shorter range

16
New cards

Wireless AP

play the same role as a switch in a wired network

17
New cards

Switch

Data link layer, has a forwarding table, learns what MAC address connected to which port, after table built doesnt need to ask who's where but can just send traffic

18
New cards

CSMA/CD

Carrier Sense Multiple Access with Collision Detection, collision based contention technique that wired ethernet uses

19
New cards

CSMA/CA

Carrier Sense Multiple Access with Collision Avoidance, Wi-Fi attempts to completely avoid collision

20
New cards

Network security protocols

WEP -> WPA -> WPA2

21
New cards

When to do cableing for ethernet

easiest and cheapest during construction of building

22
New cards

Wi-Fi controller

manages multiple managed APs, reports devices attached to them and how busy each AP is, decides what AP devices connect to

23
New cards

Load balancer

aka load balancing switch, acts as a router at the front of the server farm

24
New cards

Routers

operate at network layer, perform more processing on a msg than switches so slower

25
New cards

VLAN switches

combo of layer 2 switches and routers, often called layer 3 switch

26
New cards

MDF (Main Distribution Facility)

rack of network equipment , devices connected using short cables called patch cables, primary hub of a network's cableing system

27
New cards

Chassis switch

key advantage is their flexibility, enables users to plug modules directly into switch

28
New cards

Redundancy

every piece of hardware after the access layer switch should have redundancy (especially core router which the picture left out)

29
New cards

VLAN

computers in different locations can be put in the same subnet using software rather than hardware

30
New cards

Drawbacks of VLANs

cost and management complexity

31
New cards

ACL (Access Control List)

specifies what traffic router should allow

32
New cards

6 Factors of WANs

cost,reliability, security, speed, redundancy, support

33
New cards

Ring architecture

connects all computers in closed loop with each computer linked to the next in a circle, messages can take a long time

34
New cards

Star architecture

connects all computers to one central computer, easy to manage, most susceptible to traffic problems

35
New cards

Full-Mesh architecture

every computer connected to every other computer, very expensive, not used much

36
New cards

Partial-Mesh architecture

many but not all computers connected to eachother, very common

37
New cards

T1 vs. T3 speeds

1.5 Mbps vs 44 Mbps

38
New cards

3 Types of packet-switched services

frame relay (very old), MPLS (newer, most common), Ethernet (very new, not fully implamented)

39
New cards

Site-to-site VPN

Provides virtual circuits between orgs offices over the internet

40
New cards

Remote access VPN

Uses software to connect to a VPN device at an office and enables employees to access an orgs network remotely

41
New cards

VPN adv and disadv

adv = low cost and flexibility, disadv = only as reliable as the internet connection, and security is a concern although most VPNs use encryption.

42
New cards

4 benefits of SDWAN (Software Defined WAN)

provides centralized management, reduces cost, provides more visibility over network traffic, good security

43
New cards

Improving WAN performance

increase computer or device performance, increase circuit capacity, or reduce network demand (unrealistic)

44
New cards

Server virtualization

process of creating several logically separate
servers on the same physical computer

45
New cards

Routed backbones

move packets along the backbone on the basis of their network layer address

46
New cards

Users path to core

User -> access layer -> distribution layer -> core