Terminology Flashcards
Workgroup (when talking of a LAN)
An administrative segment of a LAN to make it easier to manage.
Workgroup (when talking of a domain)
A set of devices with no security association with one another.
Workstation
Powerful computer, possibly with more than one CPU, whose resources are available to other users on the network.
Don’t provide resources to the huge number of users that a server does.
Server
Provide resources to the users on a network, often very specialised, and running a network operating system.
Client
Any device on a network that can ask for access to resources.
Hosts
A very loosely used term. For the exam think of them as network devices with IP addresses. Could be servers, workstations or clients.
LAN
Local Area Network, usually restricted to a particular geographic location, like a building, department, floor or home office.
MAN
Metropolitan Area Network. Covers a metropolitan area, something like a concentrated MAN.
WAN
Wide Area Network. Typically uses routers and joins disparate locations and networks using telco links. The internet is a WAN.
PAN
Personal Area Network. Usually bluetooth, infrared, zigbee etc. Range just a few meters.
CAN
Campus Area Network. Connects a group of buildings such as a campus or business park
SAN
Storage Area Network. Typically only found in data centres, use specific protocols for data storage.
SDWAN
Software-Defined Wide Area Network. A virtual WAN that uses software to to manage connectivity.
MPLS
Multi Protocol Label Switching
What are 4 advantages of MPLS?
- Physical layout flexibility
- Prioritising of data
- Redundancy in case of link failure
- One-to-many connections
mGRE
Multipoint Generic Routing Encapsulation
used to create point-to-multipoint tunnels
DMVPN
Dynamic Multipoint VPN
used to create dynamic VPN networks with multiple sites without needing to re-configure multiple endpoints
Peer-to-peer networks (what are their main characteristics)?
- Do not have central authority
- Security is the responsibility of each user, not centralised
- Each host can be both a client and a server
- No network operating system
Client-Server networks (what are the main characteristics)?
- Uses a network operating system
- Central management
- Easy scalability
- Tighter security, uniform password management
Another name for a star topology?
hub and spoke topology
Ring Topology - to remember for exam
Unless they specify, when they say a ring topology, they mean FDDI, and FDDI has redundancy (two rings operating in different directions)
How to calculate links in a mesh topology?
Where n is number of endpoints:
n(n-1)/2
5 things to consider when selecting a network topology?
- Cost
- Ease of installation
- Ease of maintenance
- Fault-tolerance requirement
- Security requirement
Network backbone (very loose definition)
What all the segments and servers connect to
Network segment (very loose definition)
A small piece of the network that can be connected to, but isn’t a piece of the backbone.
Generally used to organise departments, workgroups etc.
NFV
Network Function Virtualisation
OSI
Open Systems Interconnection
List the 7 layers of the OSI model, from layer 1 to layer 7
- Physical
- Data Link
- Network
- Transport
- Session
- Presentation
- Application
5 functions of the OSI application layer
File,
print,
message,
database,
application services
3 functions of the OSI presentation layer
Data Encryption,
compression,
translation services
Function of the OSI session layer
Dialog control
Function of the OSI transport layer
End-to-end connection
Function of the OSI network layer
Routing
Function of the OSI Data-Link layer
Framing
Function of the OSI physical layer
Physical topology
“Reliable networking” (as when TCP is involved), means what three things will be used?
- acknowledgements
- sequencing
- flow control
TCP establishes a ____ ____
virtual circuit
What does TCP do to establish a virtual circuit?
A three-way handshake
What else do the two TCP processes agree during the three-way handshake
The amount of information that will be sent in either direction
What do we call the cost of setting up a virtual circuit?
overhead