Cyberbirds Meeting #2
February 28th
Meeting Outline
Networks
Review (videos 1 & 2)
What is a host?
What is a host?
Types of Hosts: Clients/Servers
Host - any device that can send or receive traffic (another word for data)
Client
Server
Initiates requests
Receives a request and provides a response (serves)
Ex: Web browser requesting a webpage
Ex: Website server providing HTML/other associated files
IP Addresses
10101010010100011111111100000000
IP Addresses
10101010010100011111111100000000
10101010 01010001 11111111 00000000
IP Addresses
10101010010100011111111100000000
10101010 01010001 11111111 00000000
170 81 255 0
IP Addresses
How IP Addresses are used
Client
Server
101010100101000101010101010101001
When a client sends a request – aka a packet of data — the packet is stamped with a IP Address
Source IP Address: 74:45:226:31
Destination IP Address: 123:21:91:21
How IP Addresses are used
Client
Server
010010100101010101010110101010
When a server sends a response the packet is still stamped with a IP Address so it can be correctly routed back to the client
Source IP Address: 123:21:91:21
Destination IP Address: 74:45:226:31
Networks
Network: A logical grouping of hosts that require similar connectivity
A line signifies communication
Networks
Each of these is a network. All are made up with devices containing similar connectivity. Each of the devices communicate with each other.
Networks can contain other networks (subnetting)
Networks are connected via the internet
Connecting Hosts Doesn’t Scale…
The amount of connections required increases greatly as hosts are added
The Solution: Switches
Switch: Device that learns which hosts are connected to certain ports. It then uses that info to facilitate communication within a network
Home wifi network - example
Routers
Protocols: DNS
Protocols: ARP
An example of CTF challenge DEMO
(steganography)