Search Results

Search: Posts Made By: baker
Forum: IP Networking 03-22-2014
2,428
Posted By baker
great , now i am getting to it .. but my...
great , now i am getting to it ..

but my understanding was , from transport to network layer , the only data that passing is TCPheader+data , and in this IP address is not available though.
Forum: IP Networking 03-21-2014
2,428
Posted By baker
can u be more specific , my understanding in...
can u be more specific , my understanding in TCP/IP layer is

1: Data---> Transport layer [App layer to transport layer]
2:TCPheader+ data --> Network layer [transport to network layer]

In...
Forum: IP Networking 03-21-2014
2,428
Posted By baker
Exactly , how IP layer getting the destination Ip...
Exactly , how IP layer getting the destination Ip address ..?
Forum: IP Networking 03-21-2014
2,428
Posted By baker
Doubt in networklayer
Guys

just one doubt

How network layer adds destination IP address to its header , the transport protocol header does NOT contain anything about the IP address (or host name). So, from where...
1,365
Posted By baker
that worked , thanks :)
that worked , thanks :)
1,365
Posted By baker
opps my mistake the code is actually from...
opps my mistake the code is actually

from sys import argv
import os
filename='testdata.txt'

txt=open(filename)
while 1:

line= txt.readline()
if not line:
break
...
1,365
Posted By baker
Python: Comparison is not working for me
Guys it is very simple script , but for some reason my IF condition is not matching.

from sys import argv
import os
filename='testdata.txt'

txt=open(filename)
while 1:

line=...
Forum: IP Networking 12-02-2013
1,677
Posted By baker
thanks , i will be reading the RFC. but why...
thanks , i will be reading the RFC.

but why in step2 , sequence number was having no relation with acknowledge number , but in step3 why sequence number has to be the ACQnumber..?

is there any...
Forum: IP Networking 12-02-2013
1,677
Posted By baker
New-Bie doubt in TCP-IP 3 way hand shake
from my understanding

step 1:

From device A to device B , sending SYN.
SYN=1
ACK=0
Ackno=0
Sequence number=2000 [for example]

step 2:

from device B to A , sending SYN-ACK
SYN=1...
1,083
Posted By baker
am not sure , i just copied from my scri[t and...
am not sure , i just copied from my scri[t and pasted insider code tag.

basically i need to put condition in if to check new file created in "core.*"
1,083
Posted By baker
thanks for the input , i edited the post.
thanks for the input , i edited the post.
1,083
Posted By baker
Problem in string comparison
guys , i am using inotify for monitoring one directory to check core file generation , my snippet of code is follows

#!/bin/bash
DIR=$1

inotifywait -q -e create -m $DIR | while read path...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 01:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy