What's the meaning of `circuit level gateway`?In which OSI/TCP-IP model layers do BGP, RIP protocols belong?SOCKS Proxy, what is it ? what is the addition of using it with VPNWhat is the physical representation of the OSI model?Dependency between IEEE 802 and OSI modelWhy are proxies implemented on the application level of the OSI model?Is a gateway both a router and a NAT?Does a gateway need to be designated?Is a gateway a bi-directional or uni-directional concept?Is “gateway” a concept between two or more networks or a concept belonging to just one network?Can you tell whether a device is a gateway or not from its routing table?

Developers demotivated due to working on same project for more than 2 years

Why weren't the bells paid heed to in S8E5?

Why are solar panels kept tilted?

Will a coyote attack my dog on a leash while I'm on a hiking trail?

Fixed width with p doesn't work

Is it possible to create different colors in rocket exhaust?

Was the dragon prowess intentionally downplayed in S08E04?

What information do scammers need to withdraw money from an account?

Extract the characters before last colon

Segmentation fault when popping x86 stack

Are there any established rules for splitting books into parts, chapters, sections etc?

How to disable Two-factor authentication for Apple ID?

Why does SSL Labs now consider CBC suites weak?

How to not get blinded by an attack at dawn

Were any toxic metals used in the International Space Station?

How to cope with regret and shame about not fully utilizing opportunities during PhD?

Extract vertices QGIS 3

Meaning of "work with shame"

Wireless headphones interfere with Wi-Fi signal on laptop

Can I say: "When was your train leaving?" if the train leaves in the future?

Formal Definition of Dot Product

Why do the lights go out when someone enters the dining room on this ship?

Is it safe to use two single-pole breakers for a 240v circuit?

Do Grothendieck universes matter for an algebraic geometer?



What's the meaning of `circuit level gateway`?


In which OSI/TCP-IP model layers do BGP, RIP protocols belong?SOCKS Proxy, what is it ? what is the addition of using it with VPNWhat is the physical representation of the OSI model?Dependency between IEEE 802 and OSI modelWhy are proxies implemented on the application level of the OSI model?Is a gateway both a router and a NAT?Does a gateway need to be designated?Is a gateway a bi-directional or uni-directional concept?Is “gateway” a concept between two or more networks or a concept belonging to just one network?Can you tell whether a device is a gateway or not from its routing table?













1
















The proxy server is an important security function provided by the Internet "circuit level gateway". Its work is mainly at the session layer of the Open Systems Interconnection (OSI) model, which acts as a firewall.




how to understand this sentence?

what's the circuit level gateway?

why the proxy server is mainly works at the session-layer?




EDIT-01



the session layer is the (5/7 of OSI)










share|improve this question
























  • In the real world, the session layer doesn't actually exist. The OSes have grouped the session, presentation, and application layers all together in the application layer. It is up to an application to do sessions. Rather than create a session with a server, the application creates a session with a proxy that then stands in for the application.

    – Ron Maupin
    May 3 at 7:15















1
















The proxy server is an important security function provided by the Internet "circuit level gateway". Its work is mainly at the session layer of the Open Systems Interconnection (OSI) model, which acts as a firewall.




how to understand this sentence?

what's the circuit level gateway?

why the proxy server is mainly works at the session-layer?




EDIT-01



the session layer is the (5/7 of OSI)










share|improve this question
























  • In the real world, the session layer doesn't actually exist. The OSes have grouped the session, presentation, and application layers all together in the application layer. It is up to an application to do sessions. Rather than create a session with a server, the application creates a session with a proxy that then stands in for the application.

    – Ron Maupin
    May 3 at 7:15













1












1








1









The proxy server is an important security function provided by the Internet "circuit level gateway". Its work is mainly at the session layer of the Open Systems Interconnection (OSI) model, which acts as a firewall.




how to understand this sentence?

what's the circuit level gateway?

why the proxy server is mainly works at the session-layer?




EDIT-01



the session layer is the (5/7 of OSI)










share|improve this question

















The proxy server is an important security function provided by the Internet "circuit level gateway". Its work is mainly at the session layer of the Open Systems Interconnection (OSI) model, which acts as a firewall.




how to understand this sentence?

what's the circuit level gateway?

why the proxy server is mainly works at the session-layer?




EDIT-01



the session layer is the (5/7 of OSI)







osi proxy gateway






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 3 at 7:29







aircraft

















asked May 3 at 4:37









aircraftaircraft

651112




651112












  • In the real world, the session layer doesn't actually exist. The OSes have grouped the session, presentation, and application layers all together in the application layer. It is up to an application to do sessions. Rather than create a session with a server, the application creates a session with a proxy that then stands in for the application.

    – Ron Maupin
    May 3 at 7:15

















  • In the real world, the session layer doesn't actually exist. The OSes have grouped the session, presentation, and application layers all together in the application layer. It is up to an application to do sessions. Rather than create a session with a server, the application creates a session with a proxy that then stands in for the application.

    – Ron Maupin
    May 3 at 7:15
















In the real world, the session layer doesn't actually exist. The OSes have grouped the session, presentation, and application layers all together in the application layer. It is up to an application to do sessions. Rather than create a session with a server, the application creates a session with a proxy that then stands in for the application.

– Ron Maupin
May 3 at 7:15





In the real world, the session layer doesn't actually exist. The OSes have grouped the session, presentation, and application layers all together in the application layer. It is up to an application to do sessions. Rather than create a session with a server, the application creates a session with a proxy that then stands in for the application.

– Ron Maupin
May 3 at 7:15










1 Answer
1






active

oldest

votes


















3














A gateway is a device that can send traffic to a different network. The gateway operates on the same data-link LAN as the source device, which sends traffic destined to a different LAN to the gateway.



The OSI model doesn't have a "dialogue layer." I presume the quote means the application layer.



Typically, a proxy server is for an application (usually web browsing, but not limited to that). You would have your web browser (or other application) configured to use the proxy server instead of the default gateway for the host, and the application traffic is then sent to the proxy server that stands in (proxies) for the host when communicating to a web server. The proxy server can then be configured to perform security functions such as denying unsafe web sites, data inspection for malware, etc.




I'm not sure of the source of you quote, but it seems to use its own, non-standard terminology, so I would look for a different learning source.






share|improve this answer

























  • The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

    – YLearn
    May 3 at 4:49











  • Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

    – YLearn
    May 3 at 4:54






  • 1





    @YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

    – Ron Maupin
    May 3 at 5:01











  • @YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

    – Ron Maupin
    May 3 at 5:29











  • So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

    – aircraft
    May 3 at 7:15











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "496"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58877%2fwhats-the-meaning-of-circuit-level-gateway%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














A gateway is a device that can send traffic to a different network. The gateway operates on the same data-link LAN as the source device, which sends traffic destined to a different LAN to the gateway.



The OSI model doesn't have a "dialogue layer." I presume the quote means the application layer.



Typically, a proxy server is for an application (usually web browsing, but not limited to that). You would have your web browser (or other application) configured to use the proxy server instead of the default gateway for the host, and the application traffic is then sent to the proxy server that stands in (proxies) for the host when communicating to a web server. The proxy server can then be configured to perform security functions such as denying unsafe web sites, data inspection for malware, etc.




I'm not sure of the source of you quote, but it seems to use its own, non-standard terminology, so I would look for a different learning source.






share|improve this answer

























  • The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

    – YLearn
    May 3 at 4:49











  • Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

    – YLearn
    May 3 at 4:54






  • 1





    @YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

    – Ron Maupin
    May 3 at 5:01











  • @YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

    – Ron Maupin
    May 3 at 5:29











  • So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

    – aircraft
    May 3 at 7:15















3














A gateway is a device that can send traffic to a different network. The gateway operates on the same data-link LAN as the source device, which sends traffic destined to a different LAN to the gateway.



The OSI model doesn't have a "dialogue layer." I presume the quote means the application layer.



Typically, a proxy server is for an application (usually web browsing, but not limited to that). You would have your web browser (or other application) configured to use the proxy server instead of the default gateway for the host, and the application traffic is then sent to the proxy server that stands in (proxies) for the host when communicating to a web server. The proxy server can then be configured to perform security functions such as denying unsafe web sites, data inspection for malware, etc.




I'm not sure of the source of you quote, but it seems to use its own, non-standard terminology, so I would look for a different learning source.






share|improve this answer

























  • The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

    – YLearn
    May 3 at 4:49











  • Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

    – YLearn
    May 3 at 4:54






  • 1





    @YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

    – Ron Maupin
    May 3 at 5:01











  • @YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

    – Ron Maupin
    May 3 at 5:29











  • So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

    – aircraft
    May 3 at 7:15













3












3








3







A gateway is a device that can send traffic to a different network. The gateway operates on the same data-link LAN as the source device, which sends traffic destined to a different LAN to the gateway.



The OSI model doesn't have a "dialogue layer." I presume the quote means the application layer.



Typically, a proxy server is for an application (usually web browsing, but not limited to that). You would have your web browser (or other application) configured to use the proxy server instead of the default gateway for the host, and the application traffic is then sent to the proxy server that stands in (proxies) for the host when communicating to a web server. The proxy server can then be configured to perform security functions such as denying unsafe web sites, data inspection for malware, etc.




I'm not sure of the source of you quote, but it seems to use its own, non-standard terminology, so I would look for a different learning source.






share|improve this answer















A gateway is a device that can send traffic to a different network. The gateway operates on the same data-link LAN as the source device, which sends traffic destined to a different LAN to the gateway.



The OSI model doesn't have a "dialogue layer." I presume the quote means the application layer.



Typically, a proxy server is for an application (usually web browsing, but not limited to that). You would have your web browser (or other application) configured to use the proxy server instead of the default gateway for the host, and the application traffic is then sent to the proxy server that stands in (proxies) for the host when communicating to a web server. The proxy server can then be configured to perform security functions such as denying unsafe web sites, data inspection for malware, etc.




I'm not sure of the source of you quote, but it seems to use its own, non-standard terminology, so I would look for a different learning source.







share|improve this answer














share|improve this answer



share|improve this answer








edited May 3 at 5:06

























answered May 3 at 4:42









Ron MaupinRon Maupin

70.3k1371130




70.3k1371130












  • The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

    – YLearn
    May 3 at 4:49











  • Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

    – YLearn
    May 3 at 4:54






  • 1





    @YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

    – Ron Maupin
    May 3 at 5:01











  • @YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

    – Ron Maupin
    May 3 at 5:29











  • So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

    – aircraft
    May 3 at 7:15

















  • The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

    – YLearn
    May 3 at 4:49











  • Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

    – YLearn
    May 3 at 4:54






  • 1





    @YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

    – Ron Maupin
    May 3 at 5:01











  • @YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

    – Ron Maupin
    May 3 at 5:29











  • So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

    – aircraft
    May 3 at 7:15
















The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

– YLearn
May 3 at 4:49





The quote could also be referring to some sort of "transparent" firewall/security device, operating at L2.

– YLearn
May 3 at 4:49













Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

– YLearn
May 3 at 4:54





Random thought, I wonder if the text was generated from a speech-to-text application? "Dialogue" could be a result of improper enunciation of "data link"? Purely hypothetical though.

– YLearn
May 3 at 4:54




1




1





@YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

– Ron Maupin
May 3 at 5:01





@YLearn, I kind of wondered the same thing, but it does have "link-level" in it. In any case, it seems a poor source (at least in English). I have recently seen a lot of things that simply make up different terminology, presumably to make it easier to understand, but it seems to confuse the situation even more.

– Ron Maupin
May 3 at 5:01













@YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

– Ron Maupin
May 3 at 5:29





@YLearn, I was certain that the recent trend to use the term "packages" instead of "packets" on the SE technology sites was due to translations, but I was browsing in a bookstore a couple of weeks ago, and I ran across a book in English that used that term. I suppose it is possible the book started out in a different language and was mistranslated, but the people who buy it will not know that.

– Ron Maupin
May 3 at 5:29













So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

– aircraft
May 3 at 7:15





So, do you mean the link-level gateway is the gateway we usually said? but why the proxy server is mainly works at the session-layer?

– aircraft
May 3 at 7:15

















draft saved

draft discarded
















































Thanks for contributing an answer to Network Engineering Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58877%2fwhats-the-meaning-of-circuit-level-gateway%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos