Difference between HTTP and HTTPS
Answers were Sorted based on User's Feedback
If you're going to run an online store or ecommerce Web
site, you should be aware of HTTPS - or HyperText Transfer
Protocol with Secure Sockets Layer. HTTPS is a protocol to
transfer encrypted data over the Web.
There are two primary differences between an HTTPS and an
HTTP connection work:
* HTTPS connects on port 443, while HTTP is on port 80
* HTTPS encrypts the data sent and received with SSL,
while HTTP sends it all as plain text
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / prerna
http is hyper text transfer protocol -its a protocol which
pass the information back and forth between webservers and
clients http:// means that the website is talking with your
broswer using the regular "unsecure" language.
where as https is hyper text transfer protocol "secure"
https:// means that
your computer is talking to the website in a secure code
that no one can eavesdrop on.
| Is This Answer Correct ? | 8 Yes | 1 No |
How do you do Data Base Testing?
What are the meetings conducted your company? Briefly Explain those Meetings(discussions on which topics)?
I have working in Manual testing domain in past 1.5years exp. now im looking for Automation testing how can i shift?
Can anybody provide me links for the ISTQB certification materials?
How can you use technology to solve problem?
Can u please explain the regression testing criteria? we are having 1000 testcases, outof 1000 TC'S 800 defects we find,whose priority and seviority is high . in this situation how we can done the regression testing?
1. fault based testing is reversed of which testing? option.1 conventional software testing Option 2Operations and classes that are critical or suspect Option 3 Use-case validation Option 4White-box testing of operator algorithms 2. Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism 3. Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning 4.Client/server architectures cannot be properly tested because network load is highly variable. Option 1 true Option 2 false 5. Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security Option 4 time 6.Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure 7.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products. Option 1 true Option 2 false 8.Static testing requires...? Option 1 Binaries Option 2 Source code Option 3 Product Option 4 Executables 9.etesting is testing the application with multiple sets of data is called retesting Option 1 true Option 2 false
What is a good requirement and bad Requirement
what is meant by alpha testing?
what is the Test completion Criteria?
How integration testing performed in organization
Smoke testing is also called sanity testing? Why?