Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
dufferz6766ySocial networking I can't help.
Networking 'puters, read: OSI Model, TCP/IP Stack, infinite other resources -
devios157706yOff the bat: some way to identify (name) servers and resolve their physical address from such an identity, a way to represent the input of a request and the output of a response, and some way to remember active processes asynchronously so when they complete their output can be directed to the right request.
Networking is a big topic though and not one that can really be summarized in a single comment.
Unless you really want to reinvent the wheel you probably want to research TCP/IP. -
jerengie66yProbably proper addressing and routing. Without this I don't think we are talking about networks anymore. Clustering in the sense of establishing a backbone through the nodes also helps getting efficient. There are proper algorithms for selecting cluster heads and rotating them. If you are talking wireless have a look at how zigbee handles these things.
Have fun :) -
@BigBoo typical network to facilitate new application .
This is first Homework given at our first day of Computer Networks course -
-
-
BigBoo23206y@Alexiussachitha It all depends on what you mean still.
CSMA/CD
CSMA/CA
works differently in a networking sense.
But in an application sense it doesn't matter.
Tcp doesn't care which one you use.
Do you need a protocol? Yes, probably some sort. But you don't need to use ip if you don't want to. But it does make everything a whole lot convenient when routing packages.
You can memorize what an Ethernet package look like.
What an IP package look like.
What a TCP package look like.
UDP.
HTTP.
Are Bluetooth included?
2.4 GHz wireless devices?
Your question is extremely open.
Related Rants
-
digits8Yet another commercial seminar upset I won't give up a day of my time to fly to the UK to speak at the event f...
-
MrSledgeGaming15Just called Asus for a problem with my router, went to send them my systemlog.txt for analysis "Oh we don't h...
-
anitavm6Me: Hey Dave, wanna hear a TCP joke? Dave: Uhh, sure... Me: OK I'll tell you a TCP joke.. Dave: Please don't....
What are the essential " networking functions " required to implement a network ?
undefined
networking
taughtprof