<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:1368  Sort:Rank

NAT Algorithm and Connection Tracking Table
What is NAT Algorithm and its Connection Tracking Table? When a private network with multiple private IP addresses connects to the Internet with a single shared public IP address, router has to perform NAT (Network Address Translation) tasks using the following algorithm. Let's use the following dia...
2021-05-16, 779🔥, 0💬

What Is IP Gateway
What Is IP (Internet Protocol) Gateway? An IP (Internet Protocol) gateway is a special host that is connected to two or more IP local networks and performs IP routing task. For example, the following diagram represents 3 hosts connected into 2 local networks. IP Gateway - Intersection of Networks (t...
2021-05-16, 656🔥, 0💬

"ipconfig" and "ifconfig" Commands
What Is "ipconfig" and "ifconfig" Commands? "ipconfig" command is a tool on Windows systems to display IP configurations of networking interfaces. The example below shows IP configurations of 2 networking interfaces on a single host: fyicenter&gt; ipconfig /all 0 Ethernet adapter : Description ....
2021-05-16, 638🔥, 0💬

Private IP vs. Public IP
What are the differences between private IP addresses and public IP addresses? How a private IP network is mapped to a single public IP? Private IP addresses are IP addresses reserved for building private networks within an organization. Private IP addresses are listed below: Class Private IP Range ...
2021-05-16, 602🔥, 0💬

What Is IP Routing
What Is IP (Internet Protocol) Routing? IP (Internet Protocol) Routing is a technology that allows a message to be delivered from one local network to another network over an IP network. IP (Internet Protocol) Routing consists of the following components. 1. Host IP Configuration - Each host on an I...
2021-05-16, 575🔥, 0💬

Use SAS® University Edition
How to Use SAS® University Edition? If you have SAS® University Edition VM (Virtual Machine) started and running on the VirtualBox, its functionalities are provided through a Web portal. You use use them with a Web browser as shown in this tutorial. 1. Make sure your SAS® University Edition VM star...
2021-05-04, 2503🔥, 0💬

SAS® University Edition Shared Folder
How to set up a shared folder with SAS® University Edition? If you are using SAS Studio Web portal provided by the SAS® University Edition VM (Virtual Machine), you can save source code files and data files on the VM device with no problem. But the VM device will not be accessible from the VM's pare...
2021-05-04, 2411🔥, 0💬

SAS Program Structure
What is the high level structure of a SAS program? A SAS program consists multiple statement blocks of 2 block types: DATA and PROC: DATA - To create a data set that will be used by subsequent statement blocks. PROC - To perform analysis on given data sets. Here is an example of a SAS program that h...
2021-05-04, 1929🔥, 0💬

SAS Language Basics
Where to find answers to frequently asked questions on understanding SAS language basic concepts? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on understanding SAS language basic concepts: SAS Program Structure SAS DATA Statement SAS PRINT Procedure S...
2021-05-04, 1853🔥, 0💬

What Is Card Game FreeCell
What Is card game FreeCell? FreeCell is a card solitaire game played with a single deck. The key to victory lies in the four free cells in the corner of the table—hence the name! The Object Create four stacks of 13 cards, one per suit in each of the four home cells. Each stack must be built from ...
2021-04-30, 3276🔥, 1💬

💬 2021-04-30 Zaveer Poole: Hello Sir thanks for sharing such a great information, it really prove helpful for us

IP Routing Table on Linux
How to display IP Routing Table on Linux Systems? You can use the "network -rn" command to display the IP routing table a Linux system. Here is an example: fyicenter$ netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eno1...
2021-04-30, 686🔥, 0💬

IP Routing Table on macOS
How to display IP Routing Table on macOS Systems? You can use the "network -rn" command to display the IP routing table a macOS system. Here is an example: fyicenter$ netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.1.1 UGSc 16 14 en0 127 127.0.0.1...
2021-04-30, 678🔥, 0💬

"traceroute" - Trace Routing on Linux
How to use the "traceroute" command to Trace Routing on Linux systems? "traceroute" command allows you to trace IP routing on Linux systems. The output lists the interface IP address of each gateway reached by a dummy message fired from the local host to the specified destination. If "traceroute" co...
2021-04-30, 621🔥, 0💬

IP Routing Table on Windows
How to display IP Routing Table on Windows Systems? You can use the "network -rn" or "route print" command to display the IP routing table a Windows system. Here is an example: fyicenter&gt; netstat -rn ============================== ============================== ===============Interface List 3....
2021-04-30, 620🔥, 0💬

"tracert" - Trace Routing on Winndows
How to use the "tracert" command to Trace Routing on Winndows systems? "tracert" command allows you to trace IP routing on Windows systems. The output lists the interface IP address of each gateway reached by a dummy message fired from the local host to the specified destination. For example, the lo...
2021-04-30, 532🔥, 0💬

Mimehandler and Plugin Processes of Google Chrome
What are Mimehandler and Plugin Processes of the Google Chrome program on Windows? Mimehandler and Plugin Processes are additional processes (also called tasks) initiated by Google Chrome to display content of Web content of the specific MIME types. This tutorial gives you a good example of the PDF ...
2021-04-27, 10084🔥, 1💬

💬 2021-04-27 Avlynn: instead it DIED the adds...

Install SAS® University Edition
How to Install SAS® University Edition? Installing SAS® University Edition is also very simple as shown in this tutorial. 1. Make sure your Oracle VirtualBox Manager is running as shown in the last tutorial. 2. Go to SAS® University Edition Website . 3. Scroll down and click "Windows", "Mac OS X", ...
2021-04-15, 3312🔥, 0💬

SAS® University Edition
What is SAS® University Edition? SAS® University Edition is a free edition for academic and noncommercial use. SAS University Edition includes SAS Studio, Base SAS, SAS/STAT, SAS/IML, SAS/ACCESS and several time series forecasting procedures from SAS/ETS. SAS® University Edition is offered as a sin...
2021-04-15, 2305🔥, 0💬

Installing SAS
Where to find answers to frequently asked questions on installing different SAS tools on different computer platforms? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on installing different SAS tools on different computer platforms: What Is SAS (Statist...
2021-04-15, 2067🔥, 0💬

What Is SAS (Statistical Analysis Software)
What is SAS (Statistical Analysis Software)? SAS (Statistical Analysis Software) is an integrated system of software solutions that enables you to perform the following tasks: Data entry, retrieval, and management Report writing and graphics design Statistical and mathematical analysis Business fore...
2021-04-15, 2037🔥, 0💬

Install Oracle VirtualBox on Windows
How to Install Oracle VirtualBox on Windows? Installing Oracle VirtualBox on Windows is very simple as shown in this tutorial. 1. Go to Oracle VirtualBox download Website . 2. Click the "Windows hosts" link under the latest "VirtualBox 6.1.18 platform packages" section. You see installation file, Vi...
2021-04-15, 2011🔥, 0💬

SGPLOT - HEATMAP Graph
How to generate HEATMAP Graphs with SAS SGPLOT procedure? The HEATMAP Graph of the SGPLOT procedure can be used to resent X-Y pair data and the frequency of each pair. Here is an example on the data set, sashelp.cars, provided in the SAS University Edition: proc sgplot data=sashelp.heart; heatmap x=...
2021-04-10, 2624🔥, 0💬

SGPLOT - Polynomial Regression with REG
How to do Polynomial Regression with REG graph using SAS SGPLOT Procedure? If you want to do Polynomial Regression with REG graph using SAS SGPLOT Procedure, you need to specify the "degree=n" option as shown in this example with the sample data set, sashelp.cars: proc sgplot data=sashelp.cars(where...
2021-04-10, 2554🔥, 0💬

SAS - Frequently Asked Questions
Where to find answers to frequently asked questions on SAS (Statistical Analysis Software)? I want to know how to know how to install SAS and use it to some statistical analysis tasks. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team about SAS (Statistica...
2021-04-10, 2285🔥, 0💬

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:1368  Sort:Rank