General Cards (IT Level 3) Flashcards
TCP
Port: 445 / Reliable / Ensures packet arrives before sending next.
UDP
Port: 53 / Best Effort / Keeps sending packets as it makes them, no checking if packets arrived.
Name all the common VPN types.
PPTP (Point-to-point tunneling protocol) L2TP (Layer 2 tunneling protocol) / IPsec SSTP (Secure socket tunneling protocol) IKEv2 (Internet Key Exchange version 2) OpenVPN.
Pros and cons of PPTP
Point-to-point tunneling protocol- Pros: - Client built into most platforms - Easy to setup Cons: -Insecure -Compromised by NSA -Easily blocked
Pros and cons of L2TP
Layer 2 tunneling protocol- Pros: -Considered secure -Easy to setup -Available on most modern platforms -Faster than OpenVPN Cons: -Can struggle with restrictive firewalls -Often setup badly
Pros and cons of SSTP
Secure socket tunneling protocol - Pros: -Very secure -Integrated into windows -Microsoft support -Can bypass most firewalls Cons: -Proprietary standard owned by Microsoft
Pros and cons of IKEv2
Internet Key Exchange version 2 - Pros: -Fast -Stable -Secure -Easy to setup on client devices -Support on Blackberry devices Cons: -Not supported on many platforms -Implementing on server side is tricky
Pros and cons of OpenVPN
OpenVPN - Pros: -Very secure -highly configurable -Open source -Can by-pass firewalls -Need third party software Cons: -?
Name 3 ciphers
- Blowfish (32-448bits)
- AES (256 bits)
- Camellia (128-256bits)
How does a HUB send data?
It broadcasts it to all devices on the network.
How does a Switch send data?
It sends data to devices based on the MAC address.
How does a Router send data?
It sends data to devices based on the IP address.
Name the 3 ways a wireless network transmits data.
Omni-Directional - All directions over a wide area.
Semi-Directional - Transmits in a single direction providing a strong long-range signal in a specific direction.
Highly Directional - Transmits a narrow focused signal in a single direction, used in point-to-point systems.
What does IEEE stand for?
the Institute of Electrical and Electronics Engineers
What does IEEE 802.11 cover?
Implementation of wireless local area networks.