Found 1625 Articles for Computer Network

Explain the Token Ring Network (IEEE Standard 802.5) in Computer Network.

Ginni
Updated on 04-May-2021 12:27:26

11K+ Views

In a token ring, a special bit pattern, known as a token, circulates around the ring when all the stations are idle. Token Ring is formed by the nodes connected in ring format, as shown in the diagram below.The principle used in the token ring network is that a token is circulating in the ring, and whichever node grabs that token will have the right to transmit the data.Whenever a station wants to transmit a frame, it inverts a single bit of the 3-byte token, which instantaneously changes it into a normal data packet. As there is only one token, ... Read More

What is GSM in the Computer Network?

Ginni
Updated on 04-May-2021 12:25:42

1K+ Views

GSM stands for Global System for Mobile communication. GSM is a mobile communication modem; it stands for global system for mobile communication (GSM). The idea of GSM was developed at Bell Laboratories in 1970.It is a widely used mobile communication system in the world. GSM is an open and digital cellular technology used for transmitting mobile voice and data services operating at the 850MHz, 900MHz, 1800MHz, and 1900MHz frequency bands.There are various cell sizes in a GSM system, such as macro, micro, pico, and umbrella cells. Each cell varies as per the implementation domain. There are five different cell sizes ... Read More

Differentiate between CIFS and NFS in Computer Network.

Ginni
Updated on 04-May-2021 12:23:28

603 Views

CIFSCIFS stands for Common Internet File System. It is also known as Server Message Block. It is a network protocol whose most general use is sharing documents on a Local Area Network (LAN). The protocol allows a user to manipulate files just as if they were on the local computer.Operations such as read, write, create, delete, and rename are all supported. The only difference is that the files are not on the local computer and are actually on a remote server.NFSNFS stands for Network File System. It is a type of file system mechanism that enables data storage and retrieval ... Read More

What is iSCSI in the Computer Network?

Ginni
Updated on 04-May-2021 12:22:22

281 Views

iSCSI represents Internet Small Computer Systems Interface. It is a transport layer protocol that works on top of the Transport Control Protocol (TCP). It enables block-level SCSI data transport between the iSCSI initiator and the storage target over TCP/IP networks. iSCSI supports encrypting the network packets and decrypts upon arrival at the target.There are multiple means of transports that can be used for iSCSI. The most common is TCP/IP over Ethernet, but Remote Direct Memory Access (RDMA) can also be used with iSER, which is iSCSI Extensions for RDMA. If using iSER, the transport is RoCE or InfiniBand, and the ... Read More

What is DAS in the Computer Network?

Ginni
Updated on 04-May-2021 12:21:33

698 Views

DAS stands for Direct-attached storage. It is computer storage that is connected to one computer and not accessible to another. The System of DAS is attached directly to the computer through the HBA (Host Bus Adapter).As compared to NAS devices, its device attaches directly to the server without the network. The modern systems of this storage device include the integrated controllers of a disk array with advanced features.TypesThere are two types of DAS which are as follows −Internal DASIn internal DAS design, the storage device is privately linked to the server through a serial or parallel bus.External DASIn external DAS ... Read More

What is the Stop and Wait Protocol in Computer Network?

Ginni
Updated on 04-May-2021 12:20:40

22K+ Views

It is the simplest flow control method. In this, the sender will transmit one frame at a time to the receiver. The sender will stop and wait for the acknowledgement from the receiver.This time (i.e. the time joining message transmitting and acknowledgement receiving) is the sender’s waiting time, and the sender is idle during this time.When the sender gets the acknowledgement (ACK), it will send the next data packet to the receiver and wait for the disclosure again, and this process will continue as long as the sender has the data to send.While sending the data from the sender to ... Read More

Differentiate between I2C and SPI Protocol in Computer Network.

Ginni
Updated on 04-May-2021 12:19:07

4K+ Views

I2C ProtocolI2C stands for the inter-integrated controller. It is a serial communication protocol that can connect low-speed devices. It is a master-slave communication in which we can link and control multiple slaves from a single master. In this, each slave device has a specific address.SPI ProtocolSPI is an interface that enables the serial (one bit at a time) exchange of data between two devices, one called a master, and the other called a slave. In this protocol, devices are linked in the master-slave relationship.The major differences between I2C protocol and SPI protocol are as follows −I2C ProtocolSPI ProtocolThere are two ... Read More

What is a SPI Protocol in the Computer Network?

Ginni
Updated on 04-May-2021 12:15:44

1K+ Views

SPI stands for the Serial Peripheral Interface. SPI is a general-objective synchronous serial interface. During an SPI transfer, send and receive data is simultaneously shifted out and in serially. It was created by Motorola in the mid-1980 for inter-chip communication. The SPI is used to authorise a microcontroller to communicate with peripheral devices such as E2PROMs.SPI devices transmitted using a master-slave relationship. Because of its lack of built-in device addressing, SPI needs more effort and more hardware resources than I2C when more than one slave is involved. But SPI tends to be easier and more efficient than I2C in point-to-point ... Read More

What is a Sliding Window Protocol in Computer Network?

Ginni
Updated on 14-Sep-2023 14:15:54

28K+ Views

A sliding window is also known as windowing. A sliding window is a method for controlling sending data packets between two network devices where dependable and sequential delivery of data packets is needed, such as using the Data Link Layer (OSI model) or Transmission Control Protocol (TCP).In the sliding window technique, each data packet (for most data link layers) and byte (in TCP) includes a unique consecutive sequence number used by the receiving computer to place data in the correct order. The objective of the sliding window technique is to use the sequence numbers to avoid duplicate data and to ... Read More

What is the MQTT protocol in Computer Network ?

Ginni
Updated on 04-May-2021 12:08:41

647 Views

MQTT represents Message Queuing Telemetry Transport. It is a highly lightweight and publish-subscribe messaging transport protocol. This protocol is helpful for the connection with the remote location where the bandwidth is a premium. These features make it useful in multiple situations, including a stable environment such as communication machine to machine and the internet.MQTT was initially invented and developed by IBM in the late 1990s. Its original application was to link sensors on oil pipelines with satellites. It is a messaging protocol that provides asynchronous communication between parties. An asynchronous messaging protocol decouples the message sender and receiver in both ... Read More

Advertisements