Found 78 Articles for Server

What is a Proxy Server?

Bhanu Priya
Updated on 21-Mar-2022 11:37:12

765 Views

A proxy server is a computer that offers a service to allow clients to make indirect network connections to the other network services. A client connects to the proxy server, and then requests a connection, file, or other resource available on a different server.Then the proxy provides the required resource either by connecting to the specified server or by obtaining through its cache.AdvantagesThe advantages of a proxy server are as follows −It helps the clients to protect their important information from getting hacked by hackers.The proxy server is also used to enhance the security and privacy level of the client's ... Read More

What is a Distributed Component Object Model (DCOM)?

Bhanu Priya
Updated on 21-Mar-2022 11:27:41

2K+ Views

DCOM is an extension of the Component Object Model (COM). Component Object Model explains how components and their clients interact. This interaction is the way the client and the component can connect without the need of any intermediary system component.Suppose when client and component are present on different machines, DCOM replaces the local Inter-process communication with a network protocol.Neither the client nor the components are aware that the wire that connects them has just become a little longer.The COM run-time provides object-oriented services to clients and components and uses RPC and the security provider to generate standard network packets that ... Read More

What is early token release and delayed token release?

Bhanu Priya
Updated on 21-Mar-2022 11:22:57

416 Views

Token ring is a physical unidirectional ring, where the systems are connected to the ring through some interface.In the token ring a special frame is called a token which is always circulated on the ring. If a system has to transmit then it needs to acquire the token without a token no system can transmit. Only one system can transmit at a time. Hence it is collision free protocol.The token ring source is responsible for removing the frame from the ring. In normal token ring operation, a station sending information holds the token until the sending data circles the entire ... Read More

What is a Network and process of Network Communications?

Bhanu Priya
Updated on 21-Mar-2022 11:17:20

1K+ Views

Network is a connection of two or more systems which are used to share resources and information.Network CommunicationFlow of information among the group of members is a communication network. Network helps managers to establish contacts in different patterns through communication flows.The network depends on the magnitude of the organisation, nature of communication channels in the organisation and the number of persons involved in the process. There can be many patterns of communication networks.Function of Communication devicesThe functions of communication networks include the following −It is the way of coordinating the activities of individuals, relationships, groups and other sub-units within the ... Read More

What are the differences between Firewall and Proxy Server?

Bhanu Priya
Updated on 21-Mar-2022 11:10:57

4K+ Views

To begin with, let us learn the concepts of firewall and proxy server.FirewallIt is used to provide security, mostly from external networks such as the Internet. It is the combination of software and hardware to allow, deny, monitor, and block any and all data transmissions occurring from a specified internal network.Firewalls evaluate, allow, or deny network traffic based on certain predefined rules set-up based on IP addresses or its range, port numbers, protocols, and few other factors. It provides good traffic management.Firewalls defend against external threats refusing or denying unauthorized requests, transmissions, and connections to the router, network, application software, ... Read More

What are the differences between Border Gateway Protocol (BGP) and Routing Information Protocol (RIP)?

Bhanu Priya
Updated on 17-Mar-2022 07:18:16

1K+ Views

Let us learn the concepts of Routing Information Protocol (RIP) and Border Gateway Protocol (BGP).Routing information protocol (RIP)This protocol employs the port 520 and the routers utilize it for sharing the information over a network and avert the routing loops.It sustains the routing table for elucidating the ultimate effective manner in order to route the data.Often permits the data to result over an immersive speed in lesser duration.It determines the best route by employing the hop count.It permits the hop count around 15.If it exceeds more than 15 then the network elucidates a network is taken as unreachable.A path containing ... Read More

Difference Between Streaming and Downloading

Kiran Kumar Panigrahi
Updated on 22-Aug-2022 14:03:23

1K+ Views

Streaming refers to the act of viewing the content held on a remote server, whereas Downloading is the process in which all of the data is transferred completely, and then viewed.Read through this article to find out more about Streaming and Downloading and how they are different from each other.What is Streaming?Streaming is the process of viewing the content that is stored on a remote system (server) rather than on a client workstation.In media and application streaming, the media bitstream is broken into discrete chunks (i.e., packets) and sent individually.In media and application streaming, the media bitstream is broken into ... Read More

Difference between Ant and Maven.

Himanshu shriv
Updated on 09-Sep-2020 12:08:29

2K+ Views

Ant and maven both are build tools.They both can be used for compile, pulling dependence from repository and for creating war or ear files. Both are provided by the Apache.Ant is a tool and it doesn't have formal conventions. If you are using Ant then you have to tell what to do in XML files therefore it can't be used in different types of project setup.Maven is framework and it can also  act as a dependency management tool. It is declarative build tool so everything we can define in the pom.xml. Sr. No.KeyMavenAnt1BasicMaven is a build automation framework based on the ... Read More

Difference between SMTP and POP3

Kiran Kumar Panigrahi
Updated on 04-Aug-2022 08:26:39

3K+ Views

SMTP and POP3 are message protocols which are required for sending and receiving the messages between the mail servers. In this article, we are going to compare and contrast the various features of SMTP and POP3 based on the tasks for which these two protocols have been designed. What is SMTP? The Simple Mail Transfer Protocol (SMTP) is an Internet communication protocol for sending and receiving electronic mail. SMTP is used to transmit and receive mail messages by mail servers and other message transfer agents. User-level email clients usually utilize SMTP exclusively to transmit messages to a mail server for ... Read More

How to Access your Computer Files from Anywhere

Samual Sam
Updated on 28-Jan-2020 10:22:05

8K+ Views

Do you wish to access your personal documents remotely, or music / videos, photos stored on your personnel computer, or on your mobile phone while you are travelling or when you are in office? The simplest solution is to copy all your data from the source to a portable hard drive and then carry it around. However, this is a cumbersome approach as you would require syncing manually the home computer with your portable disk.There are many other innovative ways these days. In this article, let us explore to see some technologies, tools to make this job easier whenever & ... Read More

Advertisements