Skip to content

PrepBytes Blog

ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING

Log In

Log Out

Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String

Sign in to your account

Forgot your password?

New User? Create Account

Login via OTP

We will send you an one time password on your mobile number

New User? Create Account

Login via OTP

An OTP has been sent to your mobile number please verify it below

Resend OTP in 30 sec
Resend
New User? Create Account

Register with PrepBytes

I agree to the terms and conditions.
Already have a account? Login Here

Category: Computer Network

Computer Network

Aloha in Computer Networks

PrepbytesMarch 28, 2023
In a computer network, "Aloha" simply signifies "hello." A data-link layer multiple access protocol called Aloha explains how various devices can access the medium without obstructing or competing with one...
Computer Network

Modes of Data Communication

PrepbytesMarch 20, 2023
Data communication is the process of communicating data from one location to another using various modes or ways. The efficiency and reliability of the communication mode chosen are critical to...
Computer Network

Framing in Computer Networks

PrepbytesMarch 16, 2023
In computer networks, the data is transferred from one device to another user using various technologies and protocols. The data has to go through many layers and each layer performs...
Computer Network

Difference between Active Attack and Passive Attack

PrepbytesMarch 15, 2023
The origin of active attack and passive attack can be found within the roots of cybersecurity, where both are the types of attacks that attackers perform to expose any form...
Computer Network

Transmission Media in Computer Networks

PrepbytesMarch 14, 2023
Computer networking is the term for a network of connected computers that may communicate and share resources. These networked devices transmit data through wireless or physical technologies using a set...
Computer Network

DNS in Computer Network

PrepbytesMarch 14, 2023
All computers on the Internet, from your smartphone or laptop to the servers that serve content for large retail websites, use numbers to find and communicate with one another. These...
Computer Network

Circuit Switching in Computer Networks

PrepbytesMarch 14, 2023
Circuit Switching is considered one of the earliest technology used for network communication. This technique of Circuit Switching has been widely used in the implementation the telephone networks. Although with...
Computer Network

Packet Switching in Computer Networks

PrepbytesMarch 14, 2023
Our world is running on data and organizations have to transfer the data on a regular basis. Packet switching in computer networks transfers data over a network. The primary data...
Computer Network

Bridge in Computer Networks

PrepbytesMarch 14, 2023
A bridge is a networking device that links two or more network segments and allows them to communicate with each other. A Bridge is a very important component in a...
Computer Network

Pros and Cons of Computer Networking

PrepbytesMarch 13, 2023
Remote work and online classes grew in popularity during the COVID-19 pandemic, which required many people to work and learn from home. And working from home is only possible because...
Computer Network

Fragmentation in Computer Networks

PrepbytesFebruary 28, 2023
The term fragmentation in computer networks refers to the breaking up of a data packet into smaller pieces in order to fit it through a network with a smaller maximum...
Computer Network

Application Layer Protocols in Computer Networks

Harsh YadavFebruary 21, 2023March 2, 2023
The Application layer protocols in computer networks are a set of standards and rules that govern the communication between end-user applications over a network. These protocols provide a specific services...
Computer Network

Carry Look Ahead Adder

PrepbytesFebruary 20, 2023February 20, 2023
Everyone is aware that everything in modern technology is digitalized, and digital systems are created using basic configurations like AND, OR, and NOT gates. There are several network architectures that...
Computer Network

OSI Model in Computer Network

Naman KukrejaFebruary 17, 2023March 2, 2023
Since mid 90’s the data transfer became very popular and is one of the emerging needs of technology expansion as we have to not only transfer the data but also...
Computer Network

Difference Between IPv4 and IPv6 Protocol

NeerajFebruary 16, 2023March 2, 2023
The Internet Protocol (IP) is the primary communication protocol used for transmitting data over the internet. Over the years, two versions of IP have been developed: IPv4 and IPv6. While...
Computer Network

Cryptography and Its Types

Harsh YadavFebruary 15, 2023March 2, 2023
Every human activity nowadays revolves around computer systems. This computing technology is used in a variety of applications, including healthcare, education, banking, software, and marketing. However, you may be wondering...

Pages

  • ALGORITHMS
  • ARRAY
  • BACKTRACKING
  • C PROGRAMMING LANGUAGE
  • C++ PROGRAMMING LANGUAGE
  • CAPGEMINI
  • CIRCULAR LINKED LIST
  • COMPANY PLACEMENT PROCEDURE
  • COMPETITIVE CODING
  • COMPUTATIONAL GEOMETRY
  • CSE SUBJECTS
  • DATA STRUCTURE
  • DOUBLY LINKED LIST
  • DYNAMIC PROGRAMMING
  • GAME THEORY
  • GRAPHS
  • GREEDY ALGORITHM
  • HASHING
  • HEAP
  • INTERVIEW PREPARATION
  • INTERVIEW TIPS
  • JAVA PROGRAMMING LANGUAGE
  • JAVASCRIPT PROGRAMMING LANGUAGE
  • Languages
  • LINKED LIST
  • LINKED LIST USING C
  • MATHEMATICS
  • OPERATING SYSTEM
  • POINTERS
  • PYTHON PROGRAMMING LANGUAGE
  • QUEUE
  • RECURSION
  • SEARCHING
  • SEGMENT TREE
  • SORTING
  • STACK
  • STRING
  • TREES

Recent Articles

  • 1
    March 30, 2023

    Self Referential Structure in C

  • 2
    March 30, 2023

    What is Nested Structure in C

  • 3
    March 30, 2023

    typedef in C

  • 4
    March 30, 2023

    strcpy() Function in C

  • 5
    March 30, 2023

    Operating System Architecture & Diagram

  • 6
    March 30, 2023

    Difference between Sequence and Series

Close
Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String
FOLLOW US
CONTACT US
+91-8800 2588 17
contact@prepbytes.com
QUICK LINKS
Interview NotesMock TestsPlacement ProgrammeCoding CoursesMock InterviewAbout UsBlog