Found 1627 Articles for Computer Network

What are the Network Layer Design issues?

Ginni
Updated on 14-Sep-2023 21:36:56

5K+ Views

The network layer design issues contain the services position to the transport layer, routing packets over the subnet, congestion control, and connection of multiple networks together.The design issues of the network layer are as follows −It is the network layer's goals to support logical services to several users linked to multiple networks. Hence, the services supported should be autonomous of the basic technology. In this way, the client's use of the service requires inconvenience with the network's physical execution to send their messages.The transport layer at the host device should not require knowing how the broadcasting connection with the destination ... Read More

What is Point-to-Point Protocol (PPP)?

Ginni
Updated on 05-May-2021 06:53:20

1K+ Views

PPP is a protocol that is generally used to provide similar functionality as SLIP. It is the best robust protocol that can transfer different types of packets also along with IP Packets. It can also be needed for dial-up and hired router-router lines. It generally supports the framing techniques to represent frames. It can transfer diagrams across a serial connection to transfer IP traffic over the point-to-point connection as an encapsulation protocol.It can provide the responsibility and executive of IP addresses, asynchronous and bit-oriented synchronous encapsulation, network protocol multiplexing, link configuration, etc. It can support an extensible Link Control Protocol (LCP) ... Read More

Explain the HDLC Operational and Non-Operational Modes

Ginni
Updated on 05-May-2021 06:52:42

472 Views

A mode in HDLC is the realigning between two machines contained in a network. The mode describes who controls the link. HDLC determines three types of stations such as primary, secondary, and combined.A primary station is a controlling station on a connection. It controls the secondary stations on the connection and handles data flow and error recovery.A secondary station as existing on a connection where there is a primary station. The secondary station is contained by the primary station and has no explicit authority for maintaining the connection.A combined station is a combination of primary and secondary stations.HDLC Operational ModesThere ... Read More

What is High-Level Data Link Control (HDLC)?

Ginni
Updated on 05-May-2021 06:51:11

2K+ Views

The HDLC process is regulated by the International Organization for Standardization (ISO). This is possible for high-speed communication of a high amount of information. The necessary control process cannot support this communication.The HDLC process has been regulated and established on the SDLC. In addition to the characters, bit strings of the acquired length can also be sent through this process. The unit of data communication is known as a frame.HDLC Frame StructureTo provide support for all options in the mode and configuration, HDLC defines three types of frames.Information Frames (IF)The I-Frame is as follows −FlagAddressControl  User Information   FCS Flag        ... Read More

What are Synchronous Protocols?

Ginni
Updated on 09-Dec-2022 10:50:57

2K+ Views

Synchronous protocols take the whole bitstream and drop it into the character of equal size. It is a data transfer approach in which it is a continual flow of information signals followed by computing signal. These protocols facilitate the provision that the broadcaster and the receiver are integrated. This transmission approach is mainly used when vast amounts of record are needed to be moved from one area to another. There are two types of synchronous protocol which are as follows − Character Oriented Protocols It is also called as the byte-oriented protocol to interpret a transition frame or packet as ... Read More

Explain the Hamming Codes in Error Correction

Ginni
Updated on 05-May-2021 06:49:16

2K+ Views

The Hamming code can be used to the data units of any length when we consider the two codewords which have the same length. The Hamming distance between two codewords is represented as the number of positions in which their specific item differs.ExampleHamming Distance is 3.Hamming code is also known as linear block code. The family of (n, k) hamming codes for m  is defined.Block length n=2m-1.The number of message bits k=2m-m-1.Number of Parity Bits = n-k=m.Where m≥3Minimum distancemin=3.Code rate = Code efficiency = $\frac{k}{n} = \frac{2^{m}-m-1}{2^{m}-1} = 1 - \frac{m}{2^{m}-1}$ of m>> 1then, code rate r=1 where k is ... Read More

What is Error Correction?

Ginni
Updated on 05-May-2021 06:46:10

548 Views

In the detection method, only the error can be detected. Still, in the error correction method, the errors are corrected automatically at the receiver end and no need for re-transmission.  The burst error correction is very limited to 2 bits only.Each kbit block of data is added with redundant bits that make a codeword of n bits (n > k). A forward error correction encoder is used on the transmission end. Then, the codeword is transmitted. The signal is demodulated to make a bit string equivalent to the initial codeword to include the errors at the receiver.If no bit error, ... Read More

Explain the Cyclic Redundancy Checks (CRCs)

Ginni
Updated on 02-Sep-2023 11:33:35

65K+ Views

The Cyclic Redundancy Checks (CRC) is the most powerful method for Error-Detection and Correction. It is given as a kbit message and the transmitter creates an (n – k) bit sequence called frame check sequence. The out coming frame, including n bits, is precisely divisible by some fixed number. Modulo 2 Arithmetic is used in this binary addition with no carries, just like the XOR operation.Redundancy means duplicacy. The redundancy bits used by CRC are changed by splitting the data unit by a fixed divisor. The remainder is CRC.Qualities of CRCIt should have accurately one less bit than the divisor.Joining ... Read More

What is Parity Bit?

Ginni
Updated on 05-May-2021 06:37:58

1K+ Views

Parity Bit is the simplest and frequently used method for detecting an error. In this method, we have to join a parity bit to the end of the data structure. The bit is so chosen that the weight of codeword is either even or odd of, i.e. V is the cost of this bit is chosen therefore that the character has an even number of 1's called even parity or an odd number of 1's known as odd parity.For Example,  If the transmitter is transmitting 1110001 and using odd parity. It willappend 1 in sorting. The receiver determines the received ... Read More

What is the effect of errors in Error Detection?

Ginni
Updated on 05-May-2021 06:36:13

432 Views

There are a few effects of errors which are as follows −Attenuation: Due to error, the signal may get attenuated, i.e., the data may be costly in the extreme case.Delay Distortion: Due to this error at the receiving end, the wave is distorted due to a delay in transmission.Interference in voice communication can occur due to an error in the signal.Echo can be produced because the sender cannot hear the receivers answer or voice.Cross talk can occur because of the error in the broadcasted signal. Due to this, the faint voice of another party may disturb your signal.Data Error Rate:  (P10):Probability that ... Read More

Advertisements