Questions tagged [osi]
For questions about the Open Systems Interconnect (OSI) model defined by the International Organization for Standardization (ISO).
187 questions
4
votes
5
answers
1k
views
In a network operating on layer 3 of the OSI model, why is the destination MAC address needed if the target host is in another network?
I am studying the OSI Model, and to my understanding: a MAC address is needed to transmit a message to a node within the same physical network or to a switch/router. IP addresses are used for globally ...
1
vote
1
answer
134
views
Data link layer and transport layer differences/relationships
Hi I am a network engineering beginner learning about the TCP/IP stack in the context of using web services on an embedded system (processor connected to LTE cellular module).
I am struggling to ...
0
votes
1
answer
120
views
How to calculate or specify these terms Throughput, Data rate, Bandwidth? [duplicate]
The term "throughput" clearly refers to the actual data received in a system. For instance, with a bandwidth of 5MHz and a channel capacity (data rate) of 10Mbps, if the received data is ...
1
vote
2
answers
166
views
point-to-point or broadcast network : concrete case
What concrete rule or layer of the OSI model should be used to decide whether a network is a point-to-point network or a broadcast network?
A general definition (*) seems clear, but in practice it ...
0
votes
0
answers
22
views
Clarification of relation between IPv6 and TCP [duplicate]
I thought IPv6 and TCP could be used independently, but IP does not need TCP at all, whereas TCP usually needs IP to function. Is my understanding correct? Does IPv6 need TCP to function? Looking at ...
0
votes
1
answer
197
views
What happens when the sender sends more data then the advertised window by the receiver?
I am relatively new to networking. I am doubting what happens when the sender sends more data than the advertised window by the receiver. I mean that the receiver advertises the window size based of ...
0
votes
1
answer
472
views
What are different encoding schemes used in gigabit ethernet?
I was reading about digital transmission, there are many steps namely:
Analog to Digital conversion
Source coding
Channel coding
Line coding
Pulse shaping
Modulation
Multiple access techniques
...
-1
votes
1
answer
128
views
Alternative to the Internet for a local network
Suppose we are designing a network and we want to isolate it from the Internet. Are there any alternatives to the Internet for a local network?
1
vote
1
answer
877
views
IP and Ethernet endianness
I'm completely new to the topic, I've read that Ethernet sends Bytes in a Big-Endian way, but that bits are sent with Little-Endian. I've also read that IPv4 uses Big_endian order. So my question is, ...
1
vote
0
answers
35
views
Why are connected switches not a good substitute for the network layer? [duplicate]
Unless I am missing something, because switches can be chained together, I am not sure why the network layer is needed. Theoretically, one can dedicate a frame to any MAC address, and assuming there ...
2
votes
1
answer
137
views
Why is MPLS label added between layer 2 header and layer 3 header of OSI model and not between headers of layer 3 and 4 of OSI model?
Is there a possibility to use any other two OSI model layers' middle positions? What is the basic concept of switching of packets with MPLS on layer 2.5 of OSI Reference model?
1
vote
2
answers
804
views
How Network layer routing actually works in the physical world
This is my first question here, It might be a vague or off topic, I apologise in advance, but I am happy to improve it
Basically I have a somewhat decent theoretical understanding of the OSI model. ...
9
votes
7
answers
3k
views
session layer in OSI model
I'm wondering to know how session layer works. In my understanding session layer is to establish active communication sessions between two devices. Based on the OSI layer model, it works layer by ...
1
vote
1
answer
98
views
Is there a term for application layer protocols that are responsibilities of network engineers?
In studying network engineering, it is usually taught that network engineers are responsible from physical layer up to transport layer, that is, layer 1-4 only.
Obviously, HTTP or HTTPS are off-topic ...
0
votes
2
answers
248
views
What does the network layer do at the receiver
My book (Andrew S. Tanenbaum, “Computer Networks”, Fifth Edition.) mentions while explaining the network layer that the key issue with a network layer is
determining how packets are routed from ...