Archive

Archive for March 18th, 2011

Using TCP Flags to filter 3-Way Handshake using TCPDUMP / Wireshark

March 18th, 2011 No comments

Matching TCP traffic with particular flag combinations can be a useful way of examining TCP conversations.  Refer to the TCP State Machine to understand the context of these flags: Read more…

Categories: linux Tags: ,

Hyperthreading Technology

March 18th, 2011 No comments

Modern processors can only handle one instruction from one program at any given point in time. Each instruction that is sent to the processor is called a thread. Even though it seems as if you’re multitasking with your computer (running more then one program at a time) you’re really not . Read more…

Categories: Computer Architecture Tags: