what is communication channel security? [closed] - security

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I have searched in google and didnt find any.

Communication Channel Security
The communication channel used depends on different cases[3]
* Front end and application server uses RFC
* Application server and application server uses RFC
* SAP J2EE Engine and application server uses RFC
* SAP router and application server uses RFC
* Connection to database uses RFC
* Web browser and application server uses HTTP, HTTPS, and SOAP
hope that helps

Related

Integrate nodeJS with codeigniter [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi i am planning to integrate real time commenting system and chat with nodejs in codeigniter..
But how to achieve that can anybody help me out???
Thanks
Use Node.JS and Socket.IO to get your live data at your clients browser. And also you can use this along with your codeigniter or PHP site.
Only important thing is how do you build your socket.io server & emit data as you need to client browser.
Happy Exploring :-)
For more details on Node.JS Socket.IO package click here

Setting up of Linux Server for web applications (Apache) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi is there anyone out there that could tell me how to set up a Linux server (running CetOS 6)
to host some web apps? I want to be able to deploy to the server and update the apps by a re-deploy.
Thanks
Will
You can probably start from here:
http://www.lifelinux.com/how-to-setup-a-lamp-server-on-centos-6-0/
The LAMP software package was created for exactly that purpose. It comes with all software and installation/setup instructions you could ever need. Look at the external links in the referenced Wikipedia page.

Why do I need SSL for my website? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
What does SSL do and what are the bad things that can happen if I omit SSL for my website?
SSL prevents man-in-the-middle attackers from seeing or modifying data as it's sent through the internet.
Any page which contains or asks for sensitive information, or any page which involves code that executes with elevated privileges (eg, browser addins or software downloads) should use SSL for all requests.
In theory, a signed SSL certificate also indicates that the signatory has verified the identity of the site, but that doesn't mean much.
Basically everything in HTML is sent in plain text formats, meaning if intercepted it could be ready very easily.
SSL makes all the plain text into encrypted mumojumbo that is extremely difficult to decrypt and read.

Code sample socket.io on iisnode and azure [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can someone please post a working code sample of a node.js app that uses socket.io running on iisnode and azure.
It seems that IIS doens't play nicely with socket.io and any code sample I've found don't run on iisonde/azure...
When I try to connect vie socketio to http://mysite:8080 azure returns a HTTP 500 error...
thanks
socket.io does not work with IIS. You have to use Worker Role with node.js in order to use socket.io. Check out the following blog posts and pay attention to the worker role part:
http://nodeblog.cloudapp.net/running-socket-io-on-windows-azure-web-and-worker-roles
http://blog.ntotten.com/2011/09/27/running-processes-in-windows-azure/

Bing.com core technology? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
We all know bing.com is a Microsoft site, hence it's technology is built upon Microsoft stuck (I can hardly imaging something different). Does any one have an idea about what technologies are used in Bing.com (for serving the pages, for indexing the web, for searching the database.. etc)?
/* Strange question you say?! C'mon it's StackOverflow, we can get a good answer ;-) */
Any web search engine uses a web crawler to travel and index web pages and their content. Bing uses a crawler called Msnbot which, in the past, has been often criticized for being too slow.
Msnbot should appear this way in your server's log:
msnbot/2.0b (+http://search.msn.com/msnbot.htm)
Also, Microsoft has a FAQ page about Msnbot.
Java & oracle on linux boxes :)
Seriously, it is asp.net & sql server on windows.

Resources