Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (2024)

'; //initialize panel if(responseObj.length == 0){ panel +='

'; panel += '

'; panel += '

'; } else{ //this will appear in the first search //generate pagination / number of pages pagination += '« Prev'; pagination += '1'; if(number_of_pages>1){ pagination += '...'; for (var i = 2; i < number_of_pages; i++) { pagination += ''+i+''; } pagination += '...'; pagination += ''+number_of_pages+''; } pagination += number_of_pages == 1? 'Next »' : 'Next »'; //end of generate pagination //for showing 1-n.. records // pagination += currentPageId.value == number_of_pages ? ' Showing '+(((currentPageId.value-1)*limit)+1)+'-'+responseObj.length+'':' Showing '+(((currentPageId.value-1)*limit)+1)+'-'+currentPageId.value * limit+'' panel +='

'; for (var i = (currentPageId.value-1)*limit; i < (currentPageId.value * limit) && responseObj[i] != null; i++) { panel += '

'; panel += ''; panel += ''; panel += responseObj[i]["title"]+' - '+responseObj[i]["url_score"]+'/'+responseObj[i]["title_score"]+'/'+responseObj[i]["keyword_score"]+'/'+responseObj[i]["description_score"]+'/'+responseObj[i]["rating_score"]; panel += ''; panel += ''; panel += ''; panel += responseObj[i]["description"]+''; panel += ''+responseObj[i]["url"]+''; panel += ''; panel += ''; panel += '

'; } panel += '

'; panel += '

'; } Array.prototype.forEach.call(document.getElementsByClassName("search-container"), function(el) { el.classList.add("search-container-lg"); }); document.getElementById("searchPopup").classList.add("searchPopup-lg"); document.getElementById("resultsContainer").classList.add("results-container-lg"); resultsContainer.innerHTML = panel; document.getElementsByClassName("pagination")[0].innerHTML = pagination; //end of this will appear in the first search document.getElementById('leftDot').classList.add("page-hidden"); if(number_of_pages > 10){ for (var k = 8; k < number_of_pages; k++) { document.getElementById(k).classList.add("page-hidden"); } } else{ document.getElementById('rightDot').classList.add("page-hidden"); } //page pagination click event for (var k = 1; k <= number_of_pages; k++) { document.getElementById(k).addEventListener("click", function(){ document.getElementById("resultsContainer").scrollTop = 0; if(number_of_pages > 10){ if(currentPageId.value <7){ document.getElementById("leftDot").classList.add("page-hidden"); document.getElementById("rightDot").classList.remove("page-hidden"); for(var i=2; i < number_of_pages; i++){ document.getElementById(i).classList.add("page-hidden"); } for(var j=1; j <= 7; j++){ document.getElementById(j).classList.remove("page-hidden"); } document.getElementById(number_of_pages).classList.remove("page-hidden"); } else if((currentPageId.value >=7) && (currentPageId.value

number_of_pages-5) && (currentPageId.value <= number_of_pages)){ for(var i=2; i <= number_of_pages; i++){ document.getElementById(i).classList.add("page-hidden"); } for(var j=number_of_pages; j >= number_of_pages-5; j--){ document.getElementById(j).classList.remove("page-hidden"); } document.getElementById("rightDot").classList.add("page-hidden"); document.getElementById("leftDot").classList.remove("page-hidden"); } } if(number_of_pages > 1){ document.getElementById('prev').classList.remove("prev-next-disable"); document.getElementById('next').classList.remove("prev-next-disable"); } panel=""; pagination = ""; for (var i = (currentPageId.value-1)*limit; i < (currentPageId.value * limit) && responseObj[i] != null; i++) { panel += ''; panel += ''; panel += ''; panel += responseObj[i]["title"]+' - '+responseObj[i]["url_score"]+'/'+responseObj[i]["title_score"]+'/'+responseObj[i]["keyword_score"]+'/'+responseObj[i]["description_score"]+'/'+responseObj[i]["rating_score"]; panel += ''; panel += ''; panel += ''; panel += responseObj[i]["description"]+''; panel += ''+responseObj[i]["url"]+''; panel += ''; panel += ''; panel += ''; } if(currentPageId.value == 1){ document.getElementById('prev').classList.add("prev-next-disable"); } else if(currentPageId.value == number_of_pages){ document.getElementById('next').classList.add("prev-next-disable"); } document.getElementsByClassName("header")[0].innerHTML = '

There are '+responseObj.length+' result for "'+searchString+'".

'; document.getElementsByClassName("result")[0].innerHTML= panel; document.getElementById("showing").innerHTML = currentPageId.value == number_of_pages ? 'Showing '+(((currentPageId.value-1)*limit)+1)+'-'+responseObj.length+'':' Showing '+(((currentPageId.value-1)*limit)+1)+'-'+currentPageId.value * limit; smoothScroll("brand-container"); }); } //end of pagination click event //prev pagination click event document.getElementById("prev").addEventListener("click", function(){ document.getElementById("resultsContainer").scrollTop = 0; if(number_of_pages > 10){ if(currentPageId.value <7){ document.getElementById("leftDot").classList.add("page-hidden"); document.getElementById("rightDot").classList.remove("page-hidden"); for(var i=2; i < number_of_pages; i++){ document.getElementById(i).classList.add("page-hidden"); } for(var j=1; j <= 7; j++){ document.getElementById(j).classList.remove("page-hidden"); } document.getElementById(number_of_pages).classList.remove("page-hidden"); } else if((currentPageId.value >=7) && (currentPageId.value number_of_pages-5) && (currentPageId.value <= number_of_pages)){ for(var i=2; i <= number_of_pages; i++){ document.getElementById(i).classList.add("page-hidden"); } for(var j=number_of_pages; j >= number_of_pages-5; j--){ document.getElementById(j).classList.remove("page-hidden"); } document.getElementById("rightDot").classList.add("page-hidden"); document.getElementById("leftDot").classList.remove("page-hidden"); } } if(number_of_pages > 1){ document.getElementById('prev').classList.remove("prev-next-disable"); document.getElementById('next').classList.remove("prev-next-disable"); } var newPage = currentPageId.value > 1 ? currentPageId.value - 1 : 1; currentPageId.value = newPage; panel=""; for (var i = (newPage-1)*limit; i < (newPage * limit) && responseObj[i] != null; i++) { panel += ''; panel += ''; panel += ''; panel += responseObj[i]["title"]+' - '+responseObj[i]["url_score"]+'/'+responseObj[i]["title_score"]+'/'+responseObj[i]["keyword_score"]+'/'+responseObj[i]["description_score"]+'/'+responseObj[i]["rating_score"]; panel += ''; panel += ''; panel += ''; panel += responseObj[i]["description"]+''; panel += ''+responseObj[i]["url"]+''; panel += ''; panel += ''; panel += ''; } if(currentPageId.value == 1){ document.getElementById('prev').classList.add("prev-next-disable"); } document.getElementsByClassName("header")[0].innerHTML = '

There are '+responseObj.length+' result for "'+searchString+'".

'; document.getElementsByClassName("result")[0].innerHTML= panel; document.getElementById("showing").innerHTML = currentPageId.value == number_of_pages ? 'Showing '+(((currentPageId.value-1)*limit)+1)+'-'+responseObj.length+'
':' Showing '+(((currentPageId.value-1)*limit)+1)+'-'+currentPageId.value * limit; Array.prototype.forEach.call(document.getElementsByClassName("page"), function(el) { el.classList.remove("page-active"); }); document.getElementsByClassName("page")[newPage-1].classList.add("page-active"); smoothScroll("brand-container"); }); //end of prev pagination click event //next pagination click event document.getElementById("next").addEventListener("click", function(){ document.getElementById("resultsContainer").scrollTop = 0; if(number_of_pages > 10){ if(currentPageId.value <6){ document.getElementById("leftDot").classList.add("page-hidden"); document.getElementById("rightDot").classList.remove("page-hidden"); for(var i=2; i < number_of_pages; i++){ document.getElementById(i).classList.add("page-hidden"); } for(var j=1; j <= 7; j++){ document.getElementById(j).classList.remove("page-hidden"); } document.getElementById(number_of_pages).classList.remove("page-hidden"); } else if((currentPageId.value >=6) && (currentPageId.value number_of_pages-5) && (currentPageId.value <= number_of_pages)){ for(var i=2; i <= number_of_pages; i++){ document.getElementById(i).classList.add("page-hidden"); } for(var j=number_of_pages; j >= number_of_pages-5; j--){ document.getElementById(j).classList.remove("page-hidden"); } document.getElementById("rightDot").classList.add("page-hidden"); document.getElementById("leftDot").classList.remove("page-hidden"); } } if(number_of_pages > 1){ document.getElementById('prev').classList.remove("prev-next-disable"); document.getElementById('next').classList.remove("prev-next-disable"); } var newPage = currentPageId.value < number_of_pages ? (parseInt(currentPageId.value)+1) : number_of_pages; currentPageId.value = newPage; panel=""; for (var i = (newPage-1)*limit; i < (newPage * limit) && responseObj[i] != null; i++) { panel += ''; panel += ''; panel += ''; panel += responseObj[i]["title"]+' - '+responseObj[i]["url_score"]+'/'+responseObj[i]["title_score"]+'/'+responseObj[i]["keyword_score"]+'/'+responseObj[i]["description_score"]+'/'+responseObj[i]["rating_score"]; panel += ''; panel += ''; panel += ''; panel += responseObj[i]["description"]+''; panel += ''+responseObj[i]["url"]+''; panel += ''; panel += ''; panel += ''; } if(currentPageId.value == number_of_pages){ document.getElementById('next').classList.add("prev-next-disable"); } document.getElementsByClassName("header")[0].innerHTML = '

There are '+responseObj.length+' result for "'+searchString+'".

'; document.getElementsByClassName("result")[0].innerHTML= panel; document.getElementById("showing").innerHTML = currentPageId.value == number_of_pages ? 'Showing '+(((currentPageId.value-1)*limit)+1)+'-'+responseObj.length+'
':' Showing '+(((currentPageId.value-1)*limit)+1)+'-'+currentPageId.value * limit; Array.prototype.forEach.call(document.getElementsByClassName("page"), function(el) { el.classList.remove("page-active"); }); document.getElementsByClassName("page")[newPage-1].classList.add("page-active"); smoothScroll("brand-container"); }); //end of next pagination click event } } smoothScroll('nav-2'); return false; } //function for active pagination function numPaginate(e){ document.getElementById("currentPageId").value = e; Array.prototype.forEach.call(document.getElementsByClassName("page"), function(el) { el.classList.remove("page-active"); }); document.getElementsByClassName("page")[e-1].classList.add("page-active"); } // document.getElementById("resultsContainer").onscroll=function(){ // // var elementTarget = document.getElementById("resultsContainer"); // console.log(elementTarget.scrollTop); // if(elementTarget.scrollTop > 721){ // document.getElementsByClassName("pagination")[0].classList.add("pagination-bottom"); // } // else if(elementTarget.scrollTop < 715){ // document.getElementsByClassName("pagination")[0].classList.remove("pagination-bottom"); // } // }

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (6) Saltwater fish can't survive in freshwater because their bodies are highly concentrated of salt solution (too much for freshwater). The water would flow into their body until all their cells accumulate so much water that they bloat and die eventually.

On the other hand, freshwater fish can't survive in the ocean or saltwater because the seawater is too salty for them. The water inside their bodies would flow out their cells, and they wiil die of dehydration.

Both processes are called Osmosis. But how exactly this process happens and why?

What is Osmosis?

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (7) Before knowing the process on why saltwater fish can't live in freshwater and freshwater fish can't live in the ocean, you must first understand the process of osmosis. Osmosis is the movement of liquid molecules through a semipermeable membrane (like the thin film inside of an egg) from a low concentrated solute to a high concentrated solute.

A semipermeable membrane is a barrier that has small holes big enough to let liquid molecules enter, but small enough to block the flow of salt, sugar or other concentrated content. The membrane of a cell is semipermeable which means it blocks larger molecules and lets smaller molecules (like water molecules) pass through.

For example, if you try submerging a raisin in fresh water, it will swell up; this is because the raisin has higher sugar concentration than the freshwater and water will keep flowing in. But, if you put a raisin in supersaturated salt water, the raisin shrinks even more because the water flows out. The supersaturated salt water has higher content concentration than the raisin.

Osmotic Pressure and Tonicity

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (8) Osmotic pressure is the applied pressure to counteract the flow of water molecules across the semipermeable membrane. As water moves across a semipermeable membrane to a higher concentrated solution, the osmotic pressure increases. If the solution concentration is equal on both sides of the membrane, there is no need for water to move across. Therefore, no osmotic pressure takes place.

Tonicity is the measure of osmotic pressure. There are three classifications of tonicity that you should know to understand better why fishes only survive in specific bodies of water. The three classifications of tonicity are:

  • Hypertonicity
  • Isotonicity
  • Hypotonicity

What are Hypertonic, Hypotonic, and Isotonic

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (9) Let us use cells for example.
Hypertonicity is caused by a higher content concentration outside the cell than inside of it, and this results in the cell shrinking because water flows out of the cell to dilute the content outside.

Hypotonicity, on the other hand, is caused by the high content concentration inside the cell, making the cell bloat and burst because water keeps flowing in to dilute the cell's solution.

Isotonicity is the balance of solute concentration inside and outside the cell. There is no change in cell volume and no movement of water between the membrane. One example for isotonicity is red blood cells in plasma solution.

Do fishes drink water? Do fishes pee?

Yes! Due to osmosis, fishes need to osmoregulate, the process of maintaining a right amount of water in their bodies. Some fishes need to drink water, but all have to urinate frequently. Freshwater fish and saltwater fish survive according to how much salinity their body can sustain.

Seawater is hypertonic to the fishes living in the ocean, which means that water is continually being sucked out of their bodies. To survive, saltwater fishes continually drink lots of water to compensate for water loss caused by osmosis. They filter out excess salt from their bloodstream through their gills and kidneys by urinating.

For the freshwater fish, they don't need to drink water, but they do have to urinate. Because freshwater is hypotonic to the fishes living in it, water is continually entering their bodies through their gills, skin, or their mouths when they eat. To balance the amount of water in their bodies, all they have to do is urinate frequently.

Wait! What? Does it mean than seawater fishes just have to pee more to live in freshwater?
Yes, but no! The cells of the seawater fish will be saturated faster than it is able to pee (or faster than its kidneys can handle).

Fresh and salty water fishes

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (10) However, there are certain species of fishes who can survive in both freshwater and saltwater. The species of fish, called euryhaline fish, can tolerate and migrate in both bodies of water at or for a certain amount of time. There are two types of euryhaline fish: anadromous and catadromous.

Anadromous fishes are born in freshwater, but spend most of their lives in the ocean, only returning to freshwater to lay their eggs. Examples of these fishes include striped bass, sturgeon, smelt, and salmon.

Catadromous fishes, on the other hand, live in freshwater but have to enter the sea through rivers to spawn. An example of a catadromous fish is the European Eel.

Saltwater Fish vs Freshwater Fish Researches and References

If you want to know more about saltwater and freshwater fishes, take a look at some of our references below.

Images we use are from Wikimedia commons, Patrice Laborda, Paul Cowell, and the Osmosis Draws and montage are from Marrielle Ferrer.

Speaking about fish, now I want to dive...

Last, but not Least

If you would like to receive interesting content like this in your email Inbox, subscribe to our newsletter.
In addition to our monthly newsletter, we will send you our weekly e-Bulletin with one fascinating topic, like today's article above. There will be no advertising nor sales pitch.
As always we want to thank Youtube and Wikipedia commons for some amazing images and/or videos on this page!

Thanks for reading, and if you wish, see you next week!

The Research and Media Team at Scotty's.

More Pictures About Saltwater and Freshwater Fishes

Do Fishes Pee

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (11)

Freshwater Fish

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (12)

Hypertonic Osmosis Draw Explanation

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (13)

Hypotonic Osmosis Draw Explanation

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (14)

Osmotic Pressure And Tonicity

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (15)

Saltwater Fish

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (16)

Saltwater School Of Fishes

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (17)

Why Cant Saltwater Fish Live In Freshwater And Vice Versa

Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (18)

Discover Our Articles

Boat Sides Names
A Free eDive Log with Cloud
Goldfish Myths and Facts
Why Saltwater Fish Cannot Live In Freshwater And Vice Versa (2024)
Top Articles
Latest Posts
Article information

Author: Rubie Ullrich

Last Updated:

Views: 6092

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rubie Ullrich

Birthday: 1998-02-02

Address: 743 Stoltenberg Center, Genovevaville, NJ 59925-3119

Phone: +2202978377583

Job: Administration Engineer

Hobby: Surfing, Sailing, Listening to music, Web surfing, Kitesurfing, Geocaching, Backpacking

Introduction: My name is Rubie Ullrich, I am a enthusiastic, perfect, tender, vivacious, talented, famous, delightful person who loves writing and wants to share my knowledge and understanding with you.