Objective 1.7 Differentiating between common network infrastructures. Flashcards
What’s the difference between topology, architecture, and infrastructure?
Topology is physical/logical arrangement of network assets
Architecture is the design of network assets, the blueprint so to speak. For both hardware and software.
The implemented architecture is the infrastructure. The actual assets themselves.
Wired Network Infrastructures
The first network Infrastructure is the LAN. An area of high-speed connectivity contained within a single location.
Internetwork: multiple LAN segments separated by routers.
Intranet: Resources shared internally throughout the LAN(sometimes MAN and WAN too) Sharepoint is a good example of this.
WAN
Two or more LANs that use a service provider to establish network connectivity.
Business almost always leases the WAN from a service provider
Usually a good distance between sites
The internet is an example of a world wide public WAN.
LAN
Typically a network where the company is responsible for day to day operations of the network assets and actively owns them. Usually contained in one location.
MAN
Metropolitan Area Network
Larger internetwork that spans buildings or multiple sites in the same city
Campus Area Network
Because a service provider is involved, a MAN is really a WAN
Medianet
Cisco technology built into some of their routers and switches that support quality of service(QOS) for video voice and data.
QoS Network engineers can prioritize certain types of traffic above others.
Medianet is way to deploy prioritizations to traffic. Such as reserving bandwith for videos.
SIP
Defacto internet protocol for VoIP. Voice over IP. It stands for Session Initiation Protocol.
Visualroute
Useful tool for visually mapping out tracert
Wireless Network Infrastructures
WLAN Wireless local area network.
Very common. It’s in your own house.
IEEE 802.11 standard
IEEE standard for Wi-Fi is defined under the 802.11 standard.
Hotspot
Wireless access point. Receives incoming connections.
Antenna
Key to WLAN design.
- Interference
- Range
Double NAT problem
Network address translation problem.
Nat is when you have a private IP that is being translated to public.
The more layers of NAT you have the more overhead, so the slower the connection.
Configuring your WAP for bridge mode where it passes all incoming traffic in to the router.
PAN
Personal Area Network
Special type of wireless network that uses NFC(near field communications)
Bluetooth: Short-wavelength radio-based communications; range betwween 1-100m. Line of sight not necessary.
Infdrared Data Association(IrDA) Uses light and requires line-of-sight. Remote controls for TV use this. They send a pulse of light and receiver in the tv sees it.
Special-Purpose Network Infrastructure
ICS
SCADA
DCS
RTU
PLC
SCADA HMI
Industrial Control System
Supervisory Control and Data Acquisition
A way to aggregate data across different industrial devices and systems. Potentially across WAN’s.
Distributed Control System
Method for programming RTU/PLC
Remote Terminal Unit
Programmable Logic Controller
Human Machine Interface