Found 826 Articles for Network

Explain the Error Reporting Messages in ICMP Protocol

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

5K+ Views

The error-reporting message defines that the router encounters a problem when it processes an IP packet, then it reports a message. Error messages are continually transmitted to the original source because the only data possible in the datagram around the route is the source and destination IP addresses.The error reporting messages are generally classified into the following types−When a router cannot route a datagram, or a host cannot transfer a datagram, the datagram is rejected, and the router or the host share a destination-unreachable message back to the source host that proposed the datagram.Destination unreachable messages with codes 2 or ... Read More

What is ICMP Protocol?

Ginni
Updated on 05-May-2021 10:44:07

4K+ Views

The ICMP represents Internet Control Message Protocol. It is a network layer protocol. It can be used for error handling in the network layer, and it is generally used on network devices, including routers. IP Protocol is a best-effect delivery service that delivers a datagram from its original source to its final destination. It has two deficiencies−Lack of Error ControlLack of assistance mechanismsIP protocol also lacks a structure for host and management queries. A host needs to resolve if a router or another host is alive, and sometimes a network manager needs information from another host or router.ICMP has been ... Read More

What is Reverse Address Resolution Protocol (RARP)?

Ginni
Updated on 05-May-2021 10:41:58

9K+ Views

Reverse Address Resolution Protocol (RARP) is a network-specific standard protocol. It is described in RFC 903. Some network hosts, such as a diskless workstation, do not know their own IP address when they are booted. To determine their own IP address, they use a mechanism similar to ARP, but now the hardware address of the host is the known parameter, and the IP address is the queried parameter.The reverse address resolution is performed the same way as the ARP address resolution. The same packet format is used for the ARP.An exception is the operation code field that now takes the ... Read More

What is Address Resolution Protocol (ARP)?

Ginni
Updated on 05-May-2021 10:41:33

9K+ Views

Address Resolution Protocol (ARP) is a network-specific standard protocol. The Address Resolution Protocol is important for changing the higher-level protocol address (IP addresses) to physical network addresses. It is described in RFC 826.ARP relates an IP address with the physical address. On a typical physical network such as LAN, each device on a link is identified by a physical address, usually printed on the network interface card (NIC). A physical address can be changed easily when NIC on a particular machine fails.The IP Address cannot be changed. ARP can find the physical address of the node when its internet address ... Read More

What is the IPv6 Protocol in Computer Network?

Ginni
Updated on 05-May-2021 10:36:40

9K+ Views

Internet Protocol version 6 (IPV 6) is the replacement for version 4 (IPV 4). The phenomenal development of the Internet has begun to push IP to its limits. It provides a large address space, and it contains a simple header as compared to IPv4.Features of IPV6There are various features of IPV6, which are as follows−Larger address space: An IPV6 address is 128 bits long. It is compared with the 32-bit address of IPV4. It will allow for unique IP-addresses up to 3.4 x 1038 whereas IPV4 allows up to 4.3 x 108 unique address.Better Header format: New header form has ... Read More

What is the Function of Protocol?

Ginni
Updated on 05-May-2021 10:34:33

8K+ Views

Protocol suites are collecting protocols that act at different layers of the network model to ensure successful communication. There is the various function of the protocol, which are as follows−Connection Establishment/ReleaseA data transfer can be a communication-oriented transfer or connectionless transfer. The connectionless services are the most unreliable services. Most of the protocols provide connection-oriented services. If a large volume of data transfer is required, connectionoriented services are always better.EncapsulationA protocol defines how the data is encapsulated in the frame or packet. Each packet in all PDUs contains three fields for control information along with the data field. There are ... Read More

What is Data Encryption in the Computer Network?

Ginni
Updated on 05-May-2021 10:32:58

2K+ Views

Encryption is a technique to hide data from unauthorized persons by encoding data not to be viewed and modified. Data encryption involves converting the data into encrypted data called cipher text using a mathematical formula called an algorithm.These algorithms generate a key and then encapsulate the message with this key. There are two types of encryptions as asymmetric and symmetric, are in vogue.The presentation layer deals with the translation, encryption/decryption, authentication and compression, which are explained below−TranslationIt changes the complex data structures used by an application string, integers, structures, etc., into a byte stream that may be transmitted across the ... Read More

What is Multimedia in the Computer Network?

Ginni
Updated on 05-May-2021 10:32:36

8K+ Views

Multimedia is a set of more than one media element used to produce a concrete and more structured communication method. In other words, multimedia is the simultaneous use of data from different sources. These sources in multimedia are known as media elements.Multimedia is the holy grail of networking. It brings vast technical challenges in providing (interactive) video on demand to every home and equally immense profits out of it. Multimedia is just two or more media. Generally, the term multimedia means the combination of two or more continuous media. In practice, the two media usually are audio and video.Elements of ... Read More

What is Quality of Service (QOS)?

Ginni
Updated on 05-May-2021 10:32:07

17K+ Views

Quality of Service (QOS) determines a network's capability to support predictable service over various technologies, containing frame relay, Asynchronous Transfer Mode (ATM), Ethernet, SONET IP-routed networks. The networks can use any or all of these frameworks.The QOS also provides that while supporting priority for one or more flows does not create other flows fail. A flow can be a combination of source and destination addresses, source and destination socket numbers, session identifier, or packet from a specific application or an incoming interface.The QOS is primarily used to control resources like bandwidth, equipment, wide-area facilities etc. It can get more efficient ... Read More

What is Congestion Control Algorithm?

Ginni
Updated on 01-Nov-2023 06:04:30

41K+ Views

Congestion causes choking of the communication medium. When too many packets are displayed in a method of the subnet, the subnet's performance degrades. Hence, a network's communication channel is called congested if packets are traversing the path and experience delays mainly over the path's propagation delay. There is two congestion control algorithm which is as follows: Leaky Bucket The leaky bucket algorithm discovers its use in the context of network traffic shaping or rate-limiting. The algorithm allows controlling the rate at which a record is injected into a network and managing burstiness in the data rate. ... Read More

Advertisements