• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back

Topology

The physical arrangement/layout of the nodes and connection media of a network

Star network

All nodes are connected individually to a central connection point eg. switch/router/WAP/hub

Mesh network

All nodes are connected to every other node, many redundant connection lines. Every node not only sends signals but relays data from other nodes.


Can either be partial or full

Hardware vs Software

Client server/peer 2 peer = software


Star/mesh topolgies = hardware

Star pro/cons

Pros:


Add/remove devices easily


Less network traffic/collisions


If one node fails, all devices still work


Cons:


Dependent on central connection point


Expensive due to cabling

Mesh pro/cons

Pros:


Data transmitted simultaneously


If one route fails there is an alternative


It can manage high data traffic


Cons:


Very expensive due to more cabling+switches


Difficult to manage as continuous supervision is required

Encryption

Encryption means scrambling transmitted data so that it makes sense ONLY to the intended recipient.



Plain text is encrypted into CIPHER TEXT and then decrypted into PLAIN TEXT



You must also know:


WEP


WPA


WPA2 (CURRENT)


WiFi

WiFi is the standard for wireless networks.


It uses two radio frequency bands 2.4GHz and 5GHz.


WiFi performance is impacted by interference between networks using adjacent channels.

2.4GHz vs 5GHz

2.4GHz:


14 channels


Longer range


Slower


More common


Can go through dense material easily


5GHz:


50 channels


Shorter range


Faster


Struggles to travel through dense materials


Less common


More non over lapping channels so less interference

Ethernet (very important)

A set of network standards and protocols that controls how data is transmitted over a LAN


Hardware:


UTP cables (unshielded twisted pair)


Cable plugs/ connecters (RJ45)


Hub/switch


Software:


Protocols (TCP/IP stack)/Rules


Frames

Ethernet Frame

Data is packaged and sent between nodes using frames.



Destination MAC address


To


Source MAC address


To


Data/packet


To


Checks

MAC

Media access control


A unique identifier for a NIC (network interface card)


They are unique and can't be changed


They are made up of hexadecimal digits (6 octets long)


Hardware


(AB:20:30:19:FE:1B)

IP

Internet protocol


Addresses for nodes when sending/recieving information on TCP/IP networks


IPV4 (192.168.2.17)


IPV6 (hexadecimal)


Software


Static IP = can't change permanent/expensive


Dynamic IP = can change, be reused


Every device has an IP address and a MAC address


Protocol

Set of rules for how devices should communicate and how data must be transmitted

TCP + IP

TCP/IP (most common set of protocols)


TCP = Transmission control protocol = sets rules for how a device connects, how data is split into packets and checking that data was sent/recieved correctly


IP = Internet protocol = responsible for packet switching between nodes

HTTP

HyperText transfer protocol


(Make sure the T is capital and HyperText is one word)



Used by web browsers to access websites and communicate with web sources

HTTPS

A more secure version of HTTP that encrypts all info being sent and received.


HTTP + SSL

FTP

File transfer protocol


It is used to access, transfer, edit and make files

POP3

Post office protocol 3


Used to retrieve emails from an email server. Message is held on the server till you download it and then it is deleted.

IMAP

Internet message access protocol


Used to retrieve emails from the mail server, you download a copy, and the original stays on the server till you delete it.

SMTP

Simple mail transfer protocol


Used to send emails

LAYERS

Application layer:


Data


HTTP/HTTPS (browser)


IMAP/POP3/SMTP (mail client)


FTP (file manager)


data origin



Transport layer:


TCPUDP header


TCPUDD data


Uses TCP


Packetized



Network/Internet layer:


IP header


IP data


Uses IP


Each packet given address



Link layer:


Frame header


Frame data


Frame header link


Uses Ethernet


Converted into binary and sent

Packet

Packets are small equal sized units of data used to transfer files over networks.


Uses in network layer unlike frames which are used in the link layer.



Dest. IP + source IP + DATA = PACKET

Packet switching

A packet/string if packets travels from one node to another via different switches and connection medium and they rarely travel directly.