Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
814 views

I've been learning about client server communication and read that according to OSI there are several layers where protocols are implemented. For example, TCP happens at layer 4 and HTTP at layer 7. ...
Juan Perez's user avatar
0 votes
1 answer
354 views

I'm trying to write a simple python server that accepts a connection from whatever and digests the entire frame, down to the ethernet headers. The server will not maintain a connection or care about ...
CD1210's user avatar
  • 1
0 votes
1 answer
315 views

Its clear that the physical and data link is covered by CAN. But does all of the upper layers covered by CANopen? Should it cover all? What confuses me more that there are sewveral CiA documents (such ...
kitaprak's user avatar
-1 votes
1 answer
193 views

According to the OSI model, data is encapsulated from layer 7 down to layer 1. Since normally a setup would be PC(layer7, 6, 5, 4) > switch(layer 2) > Router(layer 3) > Modem(layer 1) it ...
A Lone Loser's user avatar
0 votes
1 answer
657 views

I am trying to simply get and process my ethernet frame in python to do it i wrotte this simple code in python (helped by a tutorial): import socket import struct def ethernet_frame_fct(data): ...
X0-user-0X's user avatar
-3 votes
1 answer
176 views

I know this question may not make sense to many of you, but I still want to learn. I want to know that when we want to send a message from one device to another device from another network, are all ...
Mohammed Hassan's user avatar
0 votes
1 answer
254 views

A question about how network data traverses through the internet. I'm wondering whether the encapsulation/de-capsulation process happens at each hop while a request is being sent through the internet. ...
Mze's user avatar
  • 13
0 votes
1 answer
1k views

I was just going through some Udemy AWS exam questions. There was a use case where a consumer vpc wants to connect to a service provider VPC via a vpc endpoint service. Therefore, we must use a ...
Mze's user avatar
  • 13
0 votes
0 answers
61 views

Been Googling without success sadly. As I understand it at the moment, data passes down the OSI Model from Transport into Network into Datalink, IP Header is added with the Source/Destination IP ...
ICSOTSecurityEngineer's user avatar
0 votes
1 answer
279 views

I was studiyng those protocols, and I even understand the basis of each layer they have, but I can't understand how they work in practice. For example: When an application make a request, isn't it the ...
Rafael Santiago Altoé's user avatar
-1 votes
1 answer
236 views

I am having a tough time understanding the network layer or layer 3 in the OSI model. Could anyone please help me with my questions 1)correct me if I am wrong, from my understanding the basic task of ...
Ryuzakii's user avatar
-2 votes
1 answer
2k views

All the 7 layers of the OSI model work together to define to the endpoint what is the type of machine he is dealing with. But I wonder why can't I detect a OSI packet with an software like wireshark? ...
André Chrisostomo's user avatar
1 vote
1 answer
688 views

If a server is indicating that it is accepting connections, via fping (IP address indicating "is alive") is this layer 7 Application in the OSI Model or is this a layer 3 Network? At What ...
Anyl Pascal's user avatar
0 votes
2 answers
712 views

If tcp in the transport layer creates for us a session , so why we need the session layer to create for us a session?
quora my's user avatar
30 votes
3 answers
16k views

From what I understood, MAC addresses are physical addresses only used in LAN to identify a device. However, local IP addresses can also identify a device on a local network as it is unique. So why do ...
Segfolt's user avatar
  • 358

15 30 50 per page
1
2 3 4 5
8