-
I love gdb
I love gdb. GDB is a tool, by which an engineer able to narrow down the issues with the help of features provided by GDB(The GNU Project Debugger). Most of engineers in triage the critical bugs, they must be used gdb. lot of features, various options helping the engineer in trival time. that’s why we…
-
vlan
src: https://www.networkacademy.io/ccna/ethernet/vlan-concept “Virtual” means not physically existing but appear to exist physically. IEEE 802.1q standard and VLAN tagging and trunking basics. IEEE 802.1q, often referred to as Dot1q, is the networking standard that supports VLANs on the Ethernet network. VLAN’s are local to each switch and VLAN info is not passed between two switches. q).what…
-
dnsperf
q).What is dnsperf ? ans). *.dnsperf is a DNS server performance testing tool. q).
-
Icmp
ICMP Internet control message protocol q). Why we use ICMP? ans). *.The IPV4 provides unreliable and connectionless datagram delivery. It was designed this way to make efficient use of network resources. *.The IP protocol is a best-effort delivery service that delivers a datagram from its original source to its final destination. *.However, it has two…
-
http/2
q).what is http/2 or h2? ans). *.HTTP/2 was developed to address the limitations of HTTP/1.1 and improve the performance of web applications. *.HTTP/2, also called h2 for simplicity. RFC 7540 *.Potential move to serving over TLS (HTTPS).
-
getting started with http
q).what is http? *. HTTP = a protocol used to transfer information over the world wide web. *.It is the foundation of data communication on the Internet. q).will http use UDP? *.No, HTTP protocol that is typically run on top of the TCP or sometimes on top of a secure SSL/TLS connection. It is not…