server Articles

Page 2 of 7

Difference between Client/Server and Distributed DBMS

Pranavnath
Pranavnath
Updated on 26-Apr-2023 3K+ Views

Database system Database Management System is used to manage the user information or files and to perform operations like create, edit, share, delete, backup, retrieve, etc. The data stored in the database are organized as tables, rows, columns, and key values which are useful for retrieving relevant information. This database system can be classified based on the number of users and the location of the database on computer devices. Single and multi-users can function on the database depending on the configuration made. MySQL, Oracle DB, mongo DB, cloud DB, and SQL server are a few databases used to store and ...

Read More

Understanding Novell NetWare: A Comprehensive Introduction to Network Directory and Server Basics

sudhir sharma
sudhir sharma
Updated on 14-Apr-2023 2K+ Views

Introduction Novell NetWare is a powerful network operating system that offers essential features like user management, file sharing, and data security. This comprehensive introduction will guide you through the basics of this innovative system and show you how understanding NetWare can enhance your organization's network operations. So grab your cup of coffee or tea and let's dive into the world of Novell NetWare together! Understanding Novell NetWare Server Basics Novell NetWare servers require specific hardware and software requirements, with the need to manage user accounts and permissions, and a file server that plays a vital role in network operation Server ...

Read More

Traditional TCP

Pranavnath
Pranavnath
Updated on 28-Mar-2023 7K+ Views

In this article, we will understand the concept of the Traditional TCP. It is a wired network connection for communication. The Open System Interconnection (OSI) model has seven layers that include the functions of communication over any network. The OSI is considered one of the standard models for much network communication. In the Seven layers, TCP comes under the Fourth layer which is called the Transport layer. TCP/IP model was designed before the development of the OSI model. The TCP always comes along with the IP, the so-called TCP/IP. The main function of TCP/IP is transferring the data using the ...

Read More

Difference between Client and Server

Md. Sajid
Md. Sajid
Updated on 02-Mar-2023 24K+ Views

In a client-server architecture, clients request services from a server. Servers provide the requested service to their clients. However, clients and servers are separate programs running on different machines. A client is a piece of software that runs on a device and gives the user access to a server. The server provides the requested services upon request from the customer. A web browser, like Google Chrome or Mozilla Firefox, is a customer that asks a web server for webpages. A server is a piece of software that runs on a device and makes services available to other devices which ...

Read More

SQL Server Query to Find All Permissions/Access for All Users in a Database

Bharti Kumari
Bharti Kumari
Updated on 27-Jan-2023 46K+ Views

Introduction In SQL Server, permissions are used to control access to database objects, such as tables and views. Each user in a database has a set of permissions that determine what they are able to do within the database, such as SELECT, INSERT, UPDATE, DELETE, and EXECUTE. To view the permissions that a user has been granted in a database, you can use the sys.database_permissions view. This view provides information about the permissions that have been granted or denied on database-level securables for a specific database. The sys.objects view contains information about all the objects in a database, and the ...

Read More

H.323 and Associated Protocols

Satish Kumar
Satish Kumar
Updated on 09-Jan-2023 1K+ Views

H.323 Protocol Explained H.323 is a set of standards for real-time communication over IP networks, such as the internet. It was developed by the International Telecommunication Union (ITU) in the late 1990s as a way to enable voice, video, and data communication over IP networks. H.323 is a suite of protocols that includes a number of different components, including − H.225 − This protocol is used for signaling, which is the process of establishing and maintaining communication sessions. H.225 uses the Remote Procedure Call (RPC) model to send and receive messages between devices. H.245 − This protocol is used ...

Read More

Real Time Streaming Protocol (RTSP)

Satish Kumar
Satish Kumar
Updated on 09-Jan-2023 9K+ Views

What is Real Time Streaming Protocol (RTSP)? Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communication systems to control streaming media servers. The protocol is used to establish and control media sessions between endpoints, and it can support the transmission of video, audio, and other types of data. RTSP is similar to HTTP, but it is specifically designed for the control of streaming media. It allows a client to issue commands to a server, such as "play, " "pause, " and "record, " and it can also be used to negotiate the ...

Read More

Difference between Web Server and Application Server

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 30-Nov-2022 22K+ Views

A Server is a central place where information and programs are stored and accessed by applications over the network. A Web Server is a server which accepts a request for data and sends the relevant document in return, whereas an Application Server contains an EJB container component as well to run the enterprise applications. In this article, we will discuss the important differences between web server and application server. But before that, let’s have a look into their basics so that it will be easy to understand the differences. What is a Web Server? A Web Server is ...

Read More

Difference Between Streaming and Downloading

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 22-Aug-2022 2K+ 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 IP Address and MAC Address

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 22-Aug-2022 4K+ Views

Both MAC Address and IP Address are used to identify a computer on a network or on the Internet. MAC address is provided by NIC Card's manufacturer and gives the physical address of a computer. IP address is provided by the Internet Service Provider and is called the logical address of a computer connected on a network.Read through this article to find out more about IP address and MAC address and how they are different from each other.What is an IP Address?Every unique instance linked to any computer communication network employing the TCP/IP communication protocols is given an IP address.When ...

Read More
Showing 11–20 of 65 articles
« Prev 1 2 3 4 5 7 Next »
Advertisements