Hi everybody im a little bit confused about how routers (ethernet and wireless) and data cables such as RJ45 could handle and manage the huge data and requests at same time thank u for answering ^^ !
Ghost0s 0 Light Poster
Recommended Answers
Jump to PostWireless and cables are PHYsical components. They deal with transferring bits directly; there is a specific process for each medium.
The networking stack itself is made of layers (PHY, LINK, NET, TRANSPORT, APPLICATION in the TCP/IP model). Each layer is responsible for managing its own view of a connection.
In …
Jump to PostWhen multiple applications try to send/receive data at the same time over the same network link/connection, the network driver will mostly queue them in FIFO (First In, First Out) order. The network hardware will send/receive until it has reached its performance limit, which with modern hardware ports, is as much …
All 6 Replies
L7Sqr 227 Practically a Master Poster
Ghost0s 0 Light Poster
L7Sqr 227 Practically a Master Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Ghost0s 0 Light Poster
L7Sqr 227 Practically a Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.