Network Flashcards
Server
A software app that provides a service to other computer systems connected to the same network
Client
A software app that requests a service from a server connected to the same network
Hub
Connection point for devices on a single network(via Ethernet or wireless)
Switch
Same thing as a hub but can identify which device is connected to which port
Router
Used to join multiple networks and serve as an intermediary between networks
Internet
A global WAN connecting millions of computer of computer systems (computer network can to the internet through an ISP)
Internet of Things
Anything that can connect to the in internet(has an assigned IP address)
Extranet
Computer network that uses the internet to allow controlled access by specific users to a specific LAN or WAN(require authorisation and anyone with the correct authorisation can connect)
Intranet
A private network with internet with internet protected by a firewall(no one without registration of the network can’t access)
P2P
Computers are clients and servers at the same time
OSI: Application Layer
Provides abstraction functions for apps to use (Example: http, https, SMTP, POP3 etc.)
OSI: Presentation Layer
Ensures the received data s in the correct format for the specific OS (Example: ASCII to UniCode, Big Endian Library, Little Endian Library)
OSI: Session Layer
Sets up and manages sessions (‘conversations’) between network nodes/users
OSI: Transport Layer
Breaks data into packets and handles their delivery and also performs error checking
OSI: Network Layer
Handles addressing of network nodes/users(by IP) and the routing data between them
OSI: Data Link Layer
Actually sends the packets between each node/user
OSI: Physical Layer
Computer data is translated into physical signals (light pulse, electrical signals etc.). In other words, it is the actually physical connection between them
Secure VPN
All traffic on the VPN must be encrypted, authenticated and then sent along virtual tunnels
VPN Type: Internet Protocol Security (IPSec)
NAME?
VPN Type: Secure Socket Layer (SSL) or Transport Layer Security (TLS)
NAME?
Trusted VPN
All traffic on the VPN relies on the security of the provider’s network to protect the network
Hybrid VPN
SECURE + TRUSTED VPNs
Site-to-Site VPN
NAME?
Remote Access VPN
Connect individual hosts to private networks and FACILITATES TELEWORKERS
Use of a VPN
NAME?
Protocol
NAME?
Data Packet
Portion of data that is transmitted through a network (contains checksum, parity bit, destination address etc.)