Search:

Type: Posts; User: namasteall2000

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    939

    cool - this woked - thanks a bunch.

    cool - this woked - thanks a bunch.
  2. Replies
    3
    Views
    939

    Help in creating a file in C

    Hello - I need a help in creating a file in the C. I have a program first.c which is using a function which is written in second.c.

    I need to compile it together so that first.c can access the...
  3. Replies
    9
    Views
    2,096

    Hello - I don't have any more detail of this. ...

    Hello - I don't have any more detail of this. Question which we got in our home work is this with four frames.
    Consider the two-dimensional array A:
    int A[][] = new int[100][100];
    ...
  4. Replies
    9
    Views
    2,096

    Quzah - Thanks for the reply. LRU replacement...

    Quzah - Thanks for the reply.

    LRU replacement strategy reads the data pages sequentially into the cache, replacing a “least recently used” buffer. The buffer is placed on the MRU end of the data...
  5. Replies
    9
    Views
    2,096

    There are 3 frames. I copied exactly what have...

    There are 3 frames. I copied exactly what have written in the book. I am confused too.


    Sorry about the wrong statement - Here is the correct one

    Assuming there are only three page frames,...
  6. Replies
    9
    Views
    2,096

    Help with LRU Replacemnet

    Hi - I have a question and I know the answer too but don;t know how to explain my answer - could someone help me in explaining.

    Consider the two-dimensional array A:
    int A[][] = new...
  7. Thanks a bunch. [Brewbuck - you ansered what I...

    Thanks a bunch.

    [Brewbuck - you ansered what I was looking for - a very basic difference.

    Once again thanks for the help.
  8. Difference between ARP Cache and DNS cache?

    Hello - could someone guide me the differenc between ARP and DNS cache? I know ARP cache is for 10 minutes while DNS is for some days - but why?

    Any guidance is apprecited.

    Thanks
  9. Replies
    10
    Views
    2,628

    Thanks Mats - I got it.

    Thanks Mats - I got it.
  10. Replies
    10
    Views
    2,628

    I read in the RFC dcument RFC 793 (rfc793) -...

    I read in the RFC dcument RFC 793 (rfc793) - Transmission Control Protocol - but its not mentioned any where.

    Any thoughts.
  11. Replies
    10
    Views
    2,628

    Mat - I understood your point. Thanks How...

    Mat - I understood your point. Thanks

    How about "Find out how TCP is supposed to respond if a FIN or an RST arrives with a sequence number other than NextByteExpected."

    Do you have any helpful...
  12. Replies
    10
    Views
    2,628

    Mat - thanks for the reply. Is there is any...

    Mat - thanks for the reply. Is there is any command which can be used in Linux as we have to solve this on Linux machine.

    As I understand Firefox is web browser Windows utility.

    Once again...
  13. Replies
    10
    Views
    2,628

    I am asking these question here because I have to...

    I am asking these question here because I have to do the same on the Linux machine. I don't kknow which commands we need to use in Linux to see the generic format of TCP header options.

    Please...
  14. Replies
    10
    Views
    2,628

    Need Help in Unix commands

    Hello - I have to do these two tasks - could someon help me in Commands or guide me the process to achieve these things.

    1 - Find out the generic format for TCP header options from Request for...
  15. Replies
    9
    Views
    1,590

    Salem - thanks for the reply.

    Salem - thanks for the reply.
  16. Replies
    9
    Views
    1,590

    I have just this information - this is given in...

    I have just this information - this is given in our networking book - no other information is specified. This is in the link layer chapter where we are covering ethernet etc.
  17. Replies
    9
    Views
    1,590

    Sorry - if I have annoyed or disregard any...

    Sorry - if I have annoyed or disregard any policy.

    What I want somebody to guide me the process or steps which needs to be taken to code this problem. I want to do coding of my own but need a way...
  18. Replies
    9
    Views
    1,590

    Need Help in Programming

    Hello all - I have to create a program in C - I have very less experience in C. Could somebody help me in writing this program?

    Here are the details:-

    Suppose N stations are waiting for another...
  19. Replies
    8
    Views
    3,650

    Thanks

    Thank you all - finally my programming is working - server is sending data back to the client now.

    Once again appreciate your help.
  20. Replies
    8
    Views
    3,650

    Root4 - my intentions are not to annoy anyone. My...

    Root4 - my intentions are not to annoy anyone. My specific question is what/where should I change so that my server code can also send the text to client. I tried to make small change to make sure...
  21. Replies
    8
    Views
    3,650

    Help With Socket Programming

    Hello - I need some help in socket Programming - I have Server and client code which is working fine. When client type some thing - it appears on the server side.

    Now I have to do same thing -...
Results 1 to 21 of 21