Bhanu Priya has Published 1449 Articles

What is pass band transmission in Computer networks?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2021 08:05:03

2K+ Views

Digital Modulation is the process of converting between bits and signals.Transmission MechanismsThe various modulation schemes result in various transmission mechanisms which are as follows −Baseband transmission.Passband transmission.Multiplexing TechniquesSharing of a transmission channel by various signals is called multiplexing. The different multiplexing techniques are as follows −Time division multiplexing.Frequency division multiplexing.Code ... Read More

What is baseband transmission in computer networks?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2021 08:03:04

6K+ Views

Digital Modulation is the process of converting between bits and signals.Transmission MechanismsThe various modulation schemes result in various transmission mechanisms which are as follows −Baseband transmission.Passband transmission.Multiplexing TechniquesSharing of a transmission channel by various signals is called multiplexing. The different multiplexing techniques are as follows −Time division multiplexing.Frequency division multiplexing.Code ... Read More

What are wireless networks?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2021 08:01:30

3K+ Views

Digital wireless communication is not a new idea. Earlier, Morse code implemented the wireless network. Now-a-days, the modern digital systems use wireless systems of the same idea as Morse code as implemented but with better performance.Categories of Wireless NetworksWireless Networks are divided into three categories as explained below −System InterconnectionIt ... Read More

What are the different types of Castings in computer networks?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2021 07:58:29

6K+ Views

Transmitting the data in the form of packets over the internet is called casting.Types of CastingsThe different types of casting are as follows −Unicast − Transmitting data from one host to another host (one-one)Broad cast − Transmitting data from one host to many host (one-all)Multicast − Transmitting data from one ... Read More

What are Computer Networks and IP addresses?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2021 07:53:39

2K+ Views

Computer network is a group of computers or nodes that are linked to each other to share information and resources. Whereas, IP addresses are generally represented by a 32-bit unsigned binary value. It is represented in a dotted decimal format.For example, 9.250.7.5 is a valid IP address.The IP address consists ... Read More

What are the classifications of classful IP addresses?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2021 07:38:23

2K+ Views

IP addresses are generally represented by a 32-bit unsigned binary value. It is represented in a dotted decimal format. For example, 9.250.7.5 is a valid IP address.The IP address consists of a pair of numbers −IP address = Class-based IP addressesThe first bits of the IP address specify how the ... Read More

What are different types of data in C language?

Bhanu Priya

Bhanu Priya

Updated on 03-Sep-2021 07:05:41

1K+ Views

Datatype is the declaration of memory location or variable. Data can be of different types and some of the examples of data types in C language are as follows −Integers, rational numbers, whole numbers, real numbers, complex numbers, vectors, characters etc.Coming to the machine hardware, the data is everything encoded ... Read More

What are different types of computers according to their size in C?

Bhanu Priya

Bhanu Priya

Updated on 03-Sep-2021 07:03:18

1K+ Views

Computer is an electronic device which can used to store data and to perform operations, based on the size of computer, the computer may be divided into four types they are −Micro-computer (small)Mini-computer (medium)Mainframe computer (large)Supercomputer (very large)Micro-computerThe CPU used in micro-computer is microprocessor, it originated in the late 1970’s. ... Read More

C program to insert a node at any position using double linked list

Bhanu Priya

Bhanu Priya

Updated on 03-Sep-2021 06:58:12

2K+ Views

Linked lists use dynamic memory allocation and are collection of nodes.Nodes have two parts which are data and link.Types of Linked ListsThe types of linked lists in C programming language are as follows −Single / Singly linked lists.Double / Doubly linked lists.Circular single linked list.Circular double linked list.Double linked listThe ... Read More

C program to display numbers in reverse order using single linked list

Bhanu Priya

Bhanu Priya

Updated on 03-Sep-2021 06:54:01

800 Views

Linked lists use dynamic memory allocation and are collection of nodes.Nodes have two parts which are data and link.Types of Linked ListsThe types of linked lists in C programming language are as follows −Single / Singly linked listsDouble / Doubly linked listsCircular single linked listCircular double linked listSingle linked listThe ... Read More

Advertisements