Found 1301 Articles for MCA

What is the HTTP in the Computer Network?

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

12K+ Views

HTTP represents "Hypertext Transfer Protocol." HTTP is the protocol that can transfer information over the network. It is the Internet protocol suite method and defines commands and functions used for sharing web page data.HTTP uses a server-client model. A client, for example, maybe a laptop or telephone device. The HTTP server is frequently a web host running web server software, such as Apache or IIS.HTTP also represents commands such as GET and POST, which are used to handle submissions on websites. The CONNECT command can act as a fast connection that is encrypted using a secure socket layer (SSL).HTTP is ... Read More

What is an IMAP Protocol in the Computer Network?

Ginni
Updated on 05-May-2021 10:45:24

2K+ Views

IMAP stands for Internet Message Access Protocol. It is a standard protocol for creating email on a small server from a local user. It is an application-layer Internet Protocol utilizing the basic transport layer protocols to create host-to-host communication services for applications. This enables the use of a remote mail server. The well-known port location for IMAP is 143.The IMAP architecture allows users to send and receive emails through a small server without support from a specific device. This type of email access is the goal for travelers receiving or answering emails from their home desktop or office system.This method ... Read More

What is Parallel Transmission in Computer Network?

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

7K+ Views

The parallel transmission defines a transmission structure that shares multiple data bits at a similar time over separate media. In general, parallel transmission can be used with a wired channel that uses multiple, separate wires.The figure given below shows the concept and shows why engineers use the term parallel to characterize the wiring.The figure omits two important elements. First, in addition to the parallel wires that each hold data, a parallel interface generally includes other wires that enable the sender and receiver to coordinate. Second, to create installation and troubleshooting simply, the wires for a parallel transmission system are located ... Read More

Explain the Orthogonal Frequency Division Multiplexing in Computer Network.

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

863 Views

Frequency Division Multiplexing (FDM) is a technology that transmits multiple signals simultaneously over a single transmission path, such as cable or wireless system. Each carrier is modulated by the data such as text, voice, video etc. Orthogonal FDM spread spectrum technique distributes the data over a large number of carriers that are spaced apart at precise frequencies. This spacing provides the “orthogonality.” This technique, which avoids the demodulators from seeing frequencies other than their own.The basic approach of OFDM is shown in the figure below −The benefit of OFDM is high spectral efficiency, resiliency due to RF interference and lower ... Read More

What is Bluetooth in the Computer Network?

Ginni
Updated on 05-May-2021 10:39:59

2K+ Views

Bluetooth is a proprietary open wireless technology measure for exchanging information over short areas (using short-wavelength radio channels in the ISM band from 2400-2480 MHz) from permanent and mobile devices.It can be creating personal area networks (PANs) with high levels of security. It was made by telecoms vendor Ericsson in 1994, and it was initially conceived as a wireless method to RS-232 data cables. It can connect multiple devices, overcoming issues of synchronization.Bluetooth is handled by the Bluetooth Special Interest Group, which has more than 14, 000 member companies in telecommunication, computing, networking, and used electronics. Bluetooth is a free ... Read More

What is the TCP Protocol in Computer Network?

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

2K+ Views

TCP represents Transmission Control Protocol. It is a transport layer protocol that facilitates the transmission of packets from source to destination. It is a connectionoriented protocol that defines it creates the connection before the communication that appears between the computing devices in a network.TCP organizes information so that it can be sent between a server and a user. It maintains the integrity of the information being communicated over a network. Before it sends data, TCP creates a connection between a source and its destination, which it provides remains live until communication starts. It then divides huge amounts of information into ... Read More

What is Transmission Control Protocol (TCP) in Computer Network?

Ginni
Updated on 05-May-2021 10:37:22

896 Views

TCP represents Transmission Control Protocol. It provides reliable data transmission in an IP environment comparable to the OSI model’s Transport layer. The TCP includes stream data transfer dependability, effective flow control, full-duplex services & multiplexing. TCP brought an unordered flow of bytes recognized by sequence number at the destination with current data transfer. This service doesn’t chop data into blocks but groups bytes into segments before handing it to IP for delivery.TCP provides adequacy by supporting the connection-oriented end to end adequate packet delivery by internetwork. It sequences the bytes with a promoting acceptance number that denotes the destination to ... Read More

What is Link State Routing in Computer Network?

Ginni
Updated on 10-Sep-2023 08:30:25

31K+ Views

Link state routing is a method in which each router shares its neighbourhood’s knowledge with every other router in the internetwork. In this algorithm, each router in the network understands the network topology then makes a routing table depend on this topology.Each router will share data about its connection to its neighbour, who will, consecutively, reproduce the data to its neighbours, etc. This appears just before all routers have constructed a topology of the network.In LSP, each node transmits its IP address and the MAC to its neighbor with its signature. Neighbors determine the signature and maintain a record of ... Read More

What is the Shortest Path Routing in Computer Network?

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

28K+ Views

In this algorithm, to select a route, the algorithm discovers the shortest path between two nodes. It can use multiple hops, the geographical area in kilometres or labelling of arcs for measuring path length.The labelling of arcs can be done with mean queuing, transmission delay for a standard test packet on an hourly basis, or computed as a function of bandwidth, average distance traffic, communication cost, mean queue length, measured delay or some other factors.In shortest path routing, the topology communication network is defined using a directed weighted graph. The nodes in the graph define switching components and the directed ... Read More

What is an Adaptive Routing Algorithm in Computer Network?

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

1K+ Views

This Algorithm changes its routing persistence to pursue changes within the topology and traffic also. Routing decisions are often changed when network topology and load change. Adaptive routing aims to assist avoid packet delivery failure, improve network performance and relieve network congestion.Adaptive routing can generate nodes to develop into overloaded because of the complex processing decisions they create. Because routers send data about the network topology, adaptive routing is often less ensure than non-adaptive routing processes and needed more bandwidth.It is equivalent to GPS, which uses data about road conditions to redirect drivers, adaptive routing uses data about network congestion ... Read More

Advertisements