Network - Traffic

Card Puncher Data Processing

About

The network traffic is all network packet that goes through a certain interface in the network.

Management

Control

tc

Traffic Control

tc qdisc add dev eth0 root netem delay 2000ms
  • Remove the rule
tc qdisc add del eth0 root netem





Recommended Pages
74hc00 Circuit
Device - Network Router

Router are devices that allow traffic to be exchanged subnetworks
HTML - Integrity attribute

integrity is an attribute of the fetch elements. Its value is a digest that controls that the file was not altered in transit. It's a data integrity functionality. If the calculation output with...
Windows Internet Properties Proxy
HTTP - Forward Proxy

A forward proxy is a proxy application that is configured to intercept and forward every internal Http request to an destination website, hence the name Forward Proxy. It's also known as man-in-the-middle...
HTTP - Proxy

An proxy is an application that re-route the network traffic server. It sits between the client and the origin server. A proxy may reroute: http: (ie http request and http response) or network packet...
Card Puncher Data Processing
Man in the middle

A computer will get the traffic of the client and forward it to the the server. This way, it's possible to inspect all network traffic. Arp spoofing Wi-Fi automatic association techniques (including...
Card Puncher Data Processing
Network - Firewall

The firewall analyzes network traffic and decides whether to ACCEPT or DROP IP packets. At this layer we are talking : packets and port numbers not applications or sockets. OS
Card Puncher Data Processing
Network - Latency Calculation (Transfer time)

Rule of thumb to calculate a transfer time of a 20 Gigabyte file over an IP connection with bandwidth that is less than Gigabit. Number of raw data in bits: GBtraffic “”“” When the raw...
Card Puncher Data Processing
Network - Load Balancer (NLB, ALB, CLB)

A Load Balancer distributes incoming traffic across targets, such as VM or container. A load balancer also monitors the health of its registered targets and ensures that it routes traffic only to healthy...
Windows Qos
Network - Quality of Service (QoS)

Management of network bandwidth via QoS on Windows Two key QoS controls that are used to manage network traffic: DSCP value - Packet Priority (By default, Windows traffic has a DSCP value of 0.)...
Card Puncher Data Processing
Network - Trace (Capture|Sniffer|Analyzer) Tool (Packet Analysis)

Network traffic measurement can be done by: sniffing SNMP, WMI or local agents to measure bandwidth used on individual machines and routers. See also: Packet AnalysisNetmonMicrosoft...



Share this page:
Follow us:
Task Runner