infosec-info-and-interview-questions

A collection of interview questions and answers I created while studying for interviews.

View on GitHub

Networking Concepts

Communication

TCP

UDP

HTTP/S

Traffic Basics

Firewall

A packet isn’t getting to your server either way, but filtering is just one tiny extra step to make a hacker’s job harder.

Traceroute

Send a UDP (Linux) or ICMP (Windows) transmission with a TTL of 1. Until you get a destination unreachable or echo reply, increment the TTL and send a new transmission each time you get a time exceeded message. Not every router will send a packet back but many will.

Misc Info

HTTP Codes