Data Communication and Computer Networks IPv6: Understanding its Development, Architectural Enhancements, and Current Adoption IPv6, the latest version of the Internet Protocol, was specifically designed to address the limitations of IPv4, particularly the shortage of IP addresses.
C++ Creating UPD Asynchronous Client Server in C++ using Boost.Asio A UDP (User Datagram Protocol) connection is a lightweight, connectionless communication protocol that operates without establishing a direct connection between sender and receiver.
Data Communication and Computer Networks Adaptive and Non-Adaptive Routing Algorithms In this article at OpenGenus, we have explored the concept of Adaptive and Non-Adaptive Routing Algorithms along with examples for both types.
Data Communication and Computer Networks 6 Different Network Topology in Computer Network In this article, we will discuss about the 6 different types of topologies that exist in a computer network.
Data Communication and Computer Networks FTP and SFTP In this article, we have covered the concept of FTP (File Transfer Protocol) and SFTP (Secure File Transfer Protocol) along with different types of FPT session and its use-cases.
Data Communication and Computer Networks 100+ Key terms in Computer Network This article list and explain the critical components, key terms and topics of Computer Network. We have covered over 100+ terms.
Data Communication and Computer Networks Web Sockets vs HTTP In this article, we will dive deep into the world of 2 protocols that are the base communication of a lot of websites nowadays, what is a web socket? What is HTTP/HTTPS? What is the difference between web sockets and HTTP? How and where should I use them?
Data Communication and Computer Networks How Canada's Internet went down? On 10th July 2022, Canada's internet was DOWN. People were flocking to coffee shops/libraries for internet. I could not get in touch with my friends. How can complete country's internet go down like a house of cards ? Let's dissect it through our technical lenses.
Data Communication and Computer Networks Switching Modes in Computer Networks In this article at OpenGenus, we will be discussing about the various switching modes in a Computer Network. But before we do that let us first understand what a switch is in detail.
Data Communication and Computer Networks Different types of Firewall Before we learn about the different types of a firewall, we should first understand what is a firewall? Back in the day when the Internet was first created, we did not need anything like firewalls.
Data Communication and Computer Networks Distance Vector in Computer Network In this article, we have covered the idea of Distance Vector in Computer Network in depth along with Routing and Distance Vector Routing protocol.
Data Communication and Computer Networks Error Detection in Computer Network In this article, we are going to explore about error detection in computer networks. We will be seeing some standard error detecting codes which help in detecting errors.
Data Communication and Computer Networks Network Layer Protocols In this article, we will discuss about the functions of network layer and the protocols that are linked with it.
Data Communication and Computer Networks Types of Error correcting codes in Computer Network In this article we are going to explore about error correcting codes in computer network. We will be discussing various types of error correcting codes, how they work, what are their applications etc.
Data Communication and Computer Networks Physical Layer in OSI model In this article, we have explored Physical Layer in OSI model in depth along with functions and significance of Physical Layer.
Software Engineering Introduction to TCP (Transmission Control Protocol) We will talk about TCP or Transmission Control Protocol (TCP), which is one of the elementary topics in Computer Networking. We will discuss about the TCP model, it's uses, need and further analyze it.
Data Communication and Computer Networks Understanding Internet using ISO OSI model In this article, we will understand how the Internet works using the ISO OSI model of networking. We will begin by understanding the ISO OSI model followed by an example.