Computer Science Articles

Page 9 of 53

Standard Access List

Satish Kumar
Satish Kumar
Updated on 10-Jul-2023 2K+ Views

Introduction Network security is a top priority for any organization that wants to protect its data and infrastructure from unauthorized access. Cyber threats come in many forms, such as viruses, malware, and hackers, and it's crucial to have a comprehensive security plan in place to mitigate these risks. One key component of an effective security strategy is the use of access control lists (ACLs). In particular, standard access lists are a commonly used tool for filtering traffic on a network. Definition of Standard Access List A standard access list is a type of ACL used ...

Read More

SSH Port Forwarding

Satish Kumar
Satish Kumar
Updated on 10-Jul-2023 660 Views

Introduction SSH Port Forwarding is one of the most powerful and versatile features of Secure Shell (SSH). It enables users to securely access remote resources over an encrypted channel by forwarding TCP/IP traffic through a secure tunnel. SSH Port Forwarding, also known as SSH tunneling, is a technique that allows users to create a secure connection between their local computer and a remote server. It enables users to securely access remote resources, such as databases, web pages, or other network services that are not directly accessible from their local computer. Understanding SSH Port Forwarding How SSH ...

Read More

SSH Meaning in Computer Network

Satish Kumar
Satish Kumar
Updated on 10-Jul-2023 1K+ Views

Introduction Computer networks have become an integral part of our lives, connecting us to endless sources of information and facilitating communication around the world. From small businesses to large corporations, computer networks are crucial for organizations to function efficiently and effectively. In today's interconnected world, nearly every aspect of modern life depends on the proper functioning of computer networks. What is SSH? Secure Shell (SSH) is a network protocol that provides secure, encrypted communication between two computers. It is used to access remote devices over a network securely. SSH provides a way to establish an ...

Read More

Most respected Machine Learning researchers and their contributions

Devang Delvadiya
Devang Delvadiya
Updated on 12-Jun-2023 561 Views

Machine learning is only possible with all great minds. You should read the works of the top experts in machine learning if you want to learn more and widen your views. Learning from the brightest minds in science is fascinating. Many different types of influential people, educators, and business owners are among them. Their knowledge has the potential to improve the planet. Here is a list of all the people your machine learning research career needs you to know. Gain knowledge and be motivated to seek out new information. Mr. Geoffrey Hinton Who else would be at the top of ...

Read More

Is Machine Learning reaching a Plateau?

Devang Delvadiya
Devang Delvadiya
Updated on 12-Jun-2023 521 Views

Machine learning is an artificial intelligence (AI) method that trains computers to improve over time by "learning" from their mistakes. However, worries are growing that as the field reaches a plateau, progress in machine learning will slow or stop. This article explores the possibility that machine learning has reached a plateau and the possible outcomes if this is the case. The Current State of Machine Learning The recent fast growth of machine learning may be credited with several significant scientific advances, and deep Learning is one of the most revolutionary concepts. It uses neural networks to understand complex data patterns. ...

Read More

Semaphore Introduction

Shubhi Rastogi
Shubhi Rastogi
Updated on 15-May-2023 1K+ Views

Semaphores are assorted data types with 2 areas set of procedures and non-negative integers within a waiting list. It is utilized to explain precarious section drawbacks, and through utilizing 2 processes, it shall be explained. Pause and signal are utilized for the technical organization. It may be a variable utilized to control access to a shared supply by manifold threads and escape critical segment drawbacks in a system like a multitasking process. Semaphores permit a random resource count is known as calculating semaphores. Levels of the Operation There are the levels that come with life that may assist with accepting ...

Read More

What is Time-To-Live (TTL)?

Pranavnath
Pranavnath
Updated on 12-Apr-2023 1K+ Views

Time to Live (TTL) is a term used in computer science to describe how long a network packet will contain data. It is a value inside the packet header that represents the most router hops a packet may make before being dropped. When a packet travels through a network, it is forwarded from one router to another until it arrives at its final destination. The packet header's TTL value decreases with each router it passes through. The packet is dropped and not transmitted any further when the TTL is 0, halting its endless circulation. Time to Live (TTL) The TTL ...

Read More

Difference between Deep Learning and Reinforcement Learning

Pradeep Kumar
Pradeep Kumar
Updated on 04-Apr-2023 3K+ Views

Our level of artificial intelligence (AI) maturity, as well as the types of challenges that AI might be able to assist us in resolving, grows in tandem with the ever-increasing volume of data that we produce. This data, along with the incredible computing power that is now available for a price that is affordable, is what is fuels the tremendous growth that has been seen in AI technologies, and it is also what makes deep learning and reinforcement learning possible. In this article, I will explain the difference between Deep Learning and Reinforcement Learning by providing definitions that are clear ...

Read More

Difference between CRT and LCD

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 05-Jan-2023 18K+ Views

CRT and LCD are both display devices. CRT is an old technology whereas LCD is modern one. One major difference between CRT and LCD is in the technology used for image formation. The CRT display produces an image by using an electron beam, while LCD display produces an image on the screen using liquid crystal display. What is a CRT? CRT stands for Cathode Ray Tube. CRT displays produce an image on the screen by using a sharp beam of electrons that is highly focused to hit a phosphor screen present in front of the tube. The important components of ...

Read More

Introduction to Big O Notation in Data Structure

Sohail Tabrez
Sohail Tabrez
Updated on 21-Dec-2022 4K+ Views

Introduction One of the most essential mathematical notations in computer science for determining an algorithm's effectiveness is the Big O notation. The length of time, memory, other resources, as well as a change in input size required to run an algorithm can all be used to evaluate how effective it is. Data structure's Big O Notation provides information about an algorithm's performance under various conditions. In other words, it provides the worst-case complexity or upper-bound runtime of an algorithm. Big O Notation in Data Structure A change in input size can affect how well an algorithm performs. Asymptotic notations, such ...

Read More
Showing 81–90 of 521 articles
« Prev 1 7 8 9 10 11 53 Next »
Advertisements