0
votes
0answers
32 views

Is there any open-source implementation of TWAMP?

I am looking for an open source implementation of TWAMP (http://tools.ietf.org/html/rfc5357). Does anybody know of one?
0
votes
0answers
19 views

Distance vector routing protocol

http://i.imgur.com/BNHV77s.png In the attached screenshot is a distance vector routing protocol question. after exchanging initial routing tables (1st iteration) can A -> D by first going to B(3) ...
0
votes
0answers
34 views

Which are the Best Resources for the Gnutella P2P protocol?

I'm looking for using the Gnutella P2P protocol for something other than file-sharing. I want to implement distributed processing using it. For that, I need to learn it in detail. Are there any good ...
0
votes
0answers
13 views

Best protocol for finding a new computer to add to a network [closed]

What is the best protocol for finding an unknown computer through wireless communication? The idea is that a computer starts off by itself and then broadcasts "Any other computer close enough to talk ...
-1
votes
0answers
10 views

More energy consumption [closed]

I am trying to come up with a protocol for 'Blanket Coverage through Self Organisation'. That is, given mobile wireless sensor nodes, I am trying to come up with a protocol, so that the mobile nodes ...
0
votes
3answers
56 views

While Loop Not Iterating Correctly

I'm working on a computer networks project to simulate the TCp/IP model and I'm having a really weird issue. It's pretty simple, but I just can't figure out what's wrong with my code. Inside my ...
0
votes
1answer
45 views

Audio Video Session Protocol SIP/RTP/RTCP/RTSP/H.323

I was exploring through the protocols. Can someone help me to understand the differences between these protocols SIP, RTP, RTCP, RTSP, and H.323 with reference to each other
0
votes
0answers
110 views

Slotted ALOHA P(All nodes successful @ time t)

I'm trying to understand slotted ALOHA and I have a question regarding the probabilities. Here is an example: I have 3 nodes, ready to send a frame each. The probability of them sending = 0.5. What ...
1
vote
2answers
66 views

TCP Server receiving from client doesn't work sometimes

I'm working on a server written in Python for my own protocol, but I'm having an issue. The client connects to the server, and sendall()'s three pieces of data: a packet identification byte, a string ...
2
votes
2answers
65 views

How could I identify multiple commands for network application (Java)

I want to build a client-server-application for some practice. I started off with a simple chat which was not so hard to do. I'm also able to identify different commands by just simply split a String, ...
0
votes
1answer
37 views

Lacewing headers issue

I cannot resolve the Lacewing headers order. The first message to get send is as follows: 0 0 11 //lenght 0 .. while the Name set request is: 0 4 // lenght 1 // should be the type according to ...
0
votes
0answers
27 views

how to check if VRF is disabled on my network

Is there a way to check if VRF is not enabled on my network. I am trying to run a traceroute which normally shows the VRF networks but for some reason its timing out when I traceroute.
-3
votes
2answers
269 views

How do I port this code to Java? [closed]

I am implementing 2 applications that use the sliding window protocol as a data link protocol and UDP Sockets to communicate. I am trying to implement the sliding window protocol using the Tanembaum's ...
1
vote
1answer
73 views

What are things to think about when making a server-client application protocol? [closed]

One issue I can't wrap my head around is an efficient way to actually communicate between the server and the client(s). Every network enabled application I've made so far has used ObjectInputStream ...
1
vote
1answer
54 views

Why isn't byte order standardized? [duplicate]

Possible Duplicate: What are the benefits of the different endiannesses? Byte order or endianness refers to the ordering of a sequence of elements (e.g., words, bytes, or bits) stored in ...
0
votes
1answer
76 views

Multiplexing data over socket

Basically I'm trying to have 2 - 3 file transfers from the same socket BUT all of them at the same time and yet not to interrupt messages sent back and to client/server. Similar to a chat program ...
5
votes
1answer
154 views

Reasons behind the choice of 172.16/192.168? [closed]

It is a known fact that there are three blocks of IPv4 Addresses that were chosen to be reserved for private networks: 10.0.0.0 - 10.255.255.255 (10/8 prefix) 172.16.0.0 - ...
0
votes
0answers
42 views

In which language must I implement a OSI-Layer 2 protocol, and how to “install” it in a Windows 7 machine

I have a simple algorithm for a network level protocol, which is actually running in C# in a graphic interface designed for testing the algorithm. It works under TCP. So i can do simulated ...
1
vote
1answer
122 views

why we need of MAC address for transfer of Datagram?

I am new to computer networking and am not clear about the following question. Why do we need Mac address for actual data transfer. Why cannot be packet transferred through logical address that is IP ...
2
votes
0answers
92 views

WPA2 - EAPOL password exchange

(I'm doing this on my network, just for science). I was using airodump-ng to capture handshake. After that, I was able to open file with captured information in WireShark and find part with 4 ...
1
vote
2answers
131 views

“If-Modified-Since” header

Could anyone explain me why "If modified-Since" doesn't work in my http client...? I check what I send in httpbin.org: { "url": "http://www.httpbin.org/get", "headers": { "Content-Length": "", ...
0
votes
0answers
158 views

Synchronous vs asynchronous protocols

What is the difference between synchronous and asynchronous protocols? I know Manchester and Differential Manchester are synchronous and I know it has something to do with the clocks, but master ...
-6
votes
1answer
118 views

Why does the HTTP protocol based on TCP? [closed]

Why have people done the HTTP protocol based on TCP, and not based on UDP?
2
votes
1answer
181 views

Please enable TCP/IP protocol. Unity3D

I am trying to connect to MS SQL database. Here is my code: void Start () { string connectionString = "Server=MyServer;" + "Database=Data;" + "User ...
0
votes
0answers
26 views

Periodic bulk update protocol

I'm designing an application that contains multiple clients and a server. Clients need to periodically (say every 5 minutes) send large blobs of data(20MB) to the server. It makes sense to keep the ...
0
votes
1answer
444 views

Using TUN\TAP virtual interfaces manually

I can not find any information on how TUN/TAP works. I would like to create a simple tunnel between two hosts and establish a virtual address space between them (similar to a GRE tunnel). I do not ...
1
vote
3answers
293 views

What is the difference between the data link layer and link layer?

What is the difference between the data link layer and link layer? Do they mean the same thing?
0
votes
0answers
36 views

protocol components [closed]

what are the protocols components? I my self, think that they are composed of states and transition . For example HTTP states are request and respond and each transition consists of start state and ...
0
votes
2answers
646 views

Differences between TCP and Go Back N

I was reading Computer Networking from Kurose, and while reading in the TCP chapter about the differences between TCP and Go Back N i found something that I dot fully understand. The book says the ...
0
votes
0answers
112 views

Scapy - Variable Length Field covering multiple fields

Edit 9/25/12: What I am looking to do is define a variable length field for a layer which calculates the entire length of that same layer. I have determined that if you simply define a packet and ...
0
votes
2answers
53 views

Java: Possible to have more than one type of stream?

Wondering if one can do something like this successfully: Socket s = new Socket("", 1234); BufferedInputStream in = new BufferedInputStream(s.getInputStream()); BufferedOutputStream out = new ...
0
votes
1answer
42 views

Efficiently change the EOL character in strings

I am writing a network app for Android. According to the protocol specification, the end of each line must be a CR/LF combination. While I have no problem with generating this with my own strings, ...
6
votes
3answers
1k views

What is the relationship between the WiFi and Ethernet protocols?

I'm trying to understand the relationship between the WiFi and Ethernet protocols. Suppose I have a router with computers connected via both WiFi and Ethernet. Does an Ethernet broadcast message ...
1
vote
2answers
142 views

How to try out HTTP, FTP, SMTP etc. application protocols

I am reading Computer Networking: A Top-Down Approach 5th (fifth) edition. I have reached chapter two and I wonder if it is possible to actually try out the different application protocols by writing ...
0
votes
4answers
194 views

Push mechanism using Low latency protocol

I am a Java EE developer. I would like to ask if anyone could suggest me about low latency network protocol which can handle lots of successive information. I am trying to implement push mechanism ...
0
votes
1answer
280 views

Wireshark - Identification: 0x0000 (0) of TTL package

I use wireshark to check the transport in the net. I look on package which send to me from other computer (Time-to-live exceeded package). When I look at the internet protocol section, I recognize ...
1
vote
3answers
206 views

How do I get started writing my own IP-Like Protocol?

So my question is, would it be possible to write a protocol which does the same as the Internet Protocol, and if so, how do I get started? And don't say, "isn't the Internet Protocol good enough?", ...
0
votes
2answers
78 views

Message protocol for sending multiple strings?

I'm making a simple client server chat application. I want to be able to send the person's username and after that their message. Is there some standardized way I'm unaware of that is better than ...
2
votes
0answers
88 views

how to group testcases in CoAP conformance test suite

I am writing a conformance test suite for Constrained Application Protocol (CoAP) based on TTCN-3. Now I've already known the protocol. CoAP is similar to HTTP. They are both application layer ...
0
votes
1answer
716 views

C# TCP Server buffer

I have been trying to get this to work for a while and I even searched through most of the forum but I've got nothing so far. My Issue: Process_send works perfectly in that my client can receive ...
1
vote
1answer
120 views

Is there some difference between parsing network and parsing a file?

I am writing a tool to dump redis 's rdb data file. I send a 'sync' command the save as a slave. and then parse the rdb to keys,values. However, I can not parse the rdb when directly read from the ...
0
votes
1answer
206 views

How to implement IPX/SPX transport protocol from scratch on Windows 7?

I would like to implement IPX/SPX network protocol on Windows 7. I've installed WDK and grabbed all the needed IPX/SPX RFC but I don't know what to do after with the WDK? What are your suggestions? ...
0
votes
0answers
298 views

Delay during Go Back N protocol

In the Go Back N protocol, theoretically, let's say you have a window size of 8 frames, numbered 0 through 7. You send in sequence, 0-1-2-3-4-5-6-7. These all arrive in order and the receiver sends an ...
1
vote
0answers
113 views

Can LCP and IPCP packets have different framing and byte-stuffing in PPP?

I'm working on some middleware between a modem and a network stack doing PPP. I'm having trouble with the initial configuration phase. The endpoints exchange LCP packets with configuration requests ...
-1
votes
1answer
88 views

Where do Data link protocol and other upper layer protocols live?router?NIC?OS? [closed]

let's say they live in both OS and Router. what will happen if we try to use a modern technology like Wifi with an older version OS?like windows 95? Doesn't 95 have the data link protocls needed to ...
1
vote
1answer
344 views

layer-4 firewall functionalities

Why a layer-4 firewall (a device that can look at all protocol headers up to the transport layer) cannot block all ICMP traffic? ICMP is a IP layer protocol.Why can't we block all ICMP traffic using ...
1
vote
1answer
224 views

How to Write Network Protocol Handlers

I'm trying to write my own protocol so that multiple servers can pass data and connect with each other, kind of like mongo://. I have been looking at TCP & I understand ports, but how do I write ...
3
votes
3answers
159 views

How to author an Internet protocol?

We're all familiar with popular protocols like IMAP and POP, used for email messaging. I have a plan for a new protocol, but I'm not sure to go about implementing it. Is the protocol a collection of ...
-3
votes
2answers
322 views

Hacking computer networks [closed]

I am looking for a book/website/blog etc. about hacking computer networks. I don't mean things like social engineering/SQL injection/exploiting server configuration, but hacks at protocol level, like ...
2
votes
1answer
96 views

HTTP Protocol: How does one figure out where a site's homepage is located

I can't be the only person to have ever wondered this, but I couldn't find the question answered anywhere else on the site. I've successfully requested specific files from sites by sending HTTP ...

1 2 3