List 5 IP protocols
IPv4
IPv6
TCP
UDP
ICMP
What is IPv4?
Is the IP address
192.168.10.150
an example of IPv4 or IPv6
IPv4
What is IPv6?
Is the IP address
002:0bd6:0000:0000:0000:ee00:0033:6778
an example of IPv4 or IPv6?
IPv6
What are some technical differences between IPv4 and IPv6?
IPv6 has built in QoS (Quality of Service)
IPv6 has built in network security layer (IPSec)
IPv6 eliminates NAT(Network Address Translation) and allows end-to-end connectivity at IP layer
IPv6 has larger packet headers (2x size of IPv4)
Multicasting is part of base spec in IPv6 but optional in IPv4
What is Multicasting?
Multicasting allows for the transmission of a packet to multiple destinations in a single operation
What is TCP?
Transmission Control Protocol
What OSI Layer is TCP?
OSI Layer 4: Transport
What is UDP?
User Datagram Protocol
- Communications protocol that establishes low-latency and loss-tolerating connections between applications on the internet
- UDP speeds up transmissions by not formally establishing a connection before data is transferred
What OSI Layer is UDP?
OSI Layer 4: Transport
What is ICMP?
Internet Control Message Protocol
- Used by devices like routers, to communicate with data packet source about transmission issues.
—- if a datagram isn’t delivered, ICMP will report back to the host with details to find out where the transmission went wrong.
What OSI Layer is ICMP?
OSI Layer 3: Network
What is 10/100/1000 BaseT?
To break down 10/100/1000 ethernet - we get 10 Megabits, 100 Megabits, and 1000 Megabits
1000BASE-T is Gigabit ethernet. 100BASE-T is Fast ethernet.
What are implications of Cat5, 5e, 6, 7 Ethernet Cables?
Implications: A strong magnet near a cable can interfere communications. We can also do cable splicing on a cable to preform man-in-the-middle attacks.
What is Cat 5/Fibre?
What is CAT5e?
What is CAT6?
What is a Token Ring network?
What is a token?
A token is a frame of data transmitted between network points
What is wireless 802.11?
Technical standard for wireless local area network.
IEEE 802.11 uses various frequencies including, but not limited to, 2.4 GHz, 5 >GHz, 6 GHz, and 60 GHz frequency bands.
What is VLAN?
Virtual Local Area Network
What are some security implications of shared media, switched media and VLANs?
Advanced settings can allow some cross communication/
What tool and command would be used to analyse the output after mapping the route between engagement point and number of targets?
Nmap
nmap <target_ip></target_ip>
netcat or telnet can talk directly to the port to confirm scan results