hanselman.com

Website:https://www.hanselman.com
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (27)

1

0 Thumbs up   0 Thumbs down

iaas


Infrastructure as a Service. This means I want the computers in my closet to go away. All that infrastructure, the boxes, network switches, even software licenses are a maintenance headache. I want to [..]
Source: hanselman.com

2

0 Thumbs up   0 Thumbs down

paas


Platform as a Service. This means Web Servers and Web Frameworks in the cloud, SQL Servers in the cloud, and more. If you like Ruby on Rails, for example, you might write software against Engine Yard's platform and run it on Azure. Or you might write iOS apps and have them talk to back end Mobile Services. Those services are your platform and [..]
Source: hanselman.com

3

0 Thumbs up   0 Thumbs down

saas


Software as a Service. Like Office 365, SharePoint, Google Docs or Adobe Creative Cloud, you pay a subscription and you always get the latest and greatest.
Source: hanselman.com

4

0 Thumbs up   0 Thumbs down

scale up


Get more CPUs, more memory, more power. Same computer, but bigger. Like, one 8-processor machine with 128 gigs of RAM, big. Gulliver.
Source: hanselman.com

5

0 Thumbs up   0 Thumbs down

scale out


More computers, perhaps lots of them. Maybe eight 1-processor machine with 2 gigs of RAM. No, maybe 32. More little machines, like Lilliputians working as a team to move Gulliver.
Source: hanselman.com

6

0 Thumbs up   0 Thumbs down

compute


If a computer is working for you, its CPU is working and that's compute. If it's a Virtual Machine or a Web Server it doesn't matter. You get charged pennies per hour, more for larger CPUs.
Source: hanselman.com

7

0 Thumbs up   0 Thumbs down

iops


Input/Output Operations Per Second, pronounced "eye-ops." This is unit of measurement used to describe the maximum number of reads and writes to a disk or storage area.
Source: hanselman.com

8

0 Thumbs up   0 Thumbs down

queue


Just like a Queue in computer science, it's a holding place that lets you store messages and read them back asynchronously.
Source: hanselman.com

9

0 Thumbs up   0 Thumbs down

content delivery network


Taking binary blobs within storage and caching them nearest where the content is request. If your customers are in Asia, serve the file from a data center in Asia.
Source: hanselman.com

10

0 Thumbs up   0 Thumbs down

web sites


Web Sites are "PAAS," that's platform as a service. It's the IIS Web Server in the sky. This is the "Easy Button" as Jon Galloway says. You can take virtually any website and move them up to Azure using Azure Web Sites. You can run ASP.NET, PHP, node.js and lots more
Source: hanselman.com


To view all 27 definitions, please sign in.