network message explanation pls


 
Thread Tools Search this Thread
Special Forums IP Networking network message explanation pls
# 1  
Old 04-09-2010
network message explanation pls

Hi guys,

I know some about networking but I know some message below but
Can anyone give me full explanation about these message below and how to generate these messages

Code:
1 14:52:49.463851 arp who-has 192.168.0.107 tell 192.168.0.108  
2 14:52:49.463851 arp reply 192.168.0.107 is-at 0:a0:c9:65:14:80  
3 14:52:49.463851 192.168.0.108.1045 > 192.168.0.107.53: 7+ A? uk.com.au. (32)  
4 14:52:49.463851 192.168.0.107.53 > 192.168.0.108.1045: 7* 1/1/1 A 192.168.0.107 (88)  
5 14:52:49.543851 192.168.0.108.1046 > 192.168.0.107.80: S 7861110:7861110(0) win 8192 <mss 1460> (DF)  
6 14:52:49.543851 192.168.0.107.80 > 192.168.0.108.1046: S 3595122238:3595122238(0) ack 7861111 win 32736 <mss 1460>  
7 14:52:49.543851 192.168.0.108.1046 > 192.168.0.107.80: . ack 3595122239 win 8760 (DF)  
8 14:52:49.653851 192.168.0.108.1046 > 192.168.0.107.80: P 7861111:7861361(250) ack 3595122239 win 8760 (DF)  
9 14:52:49.663851 192.168.0.107.80 > 192.168.0.108.1046: . 3595122239:3595123699(1460) ack 7861361 win 32736 (DF)

Thanks in advance guys
# 2  
Old 04-09-2010
It's a simple DNS request for the A record of uk.com.au, returning 192.168.0.107, followed by an HTTP connection to that IP.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

2. UNIX for Dummies Questions & Answers

Pls. help with dmidecode message

Hi, On Linux Redhat 5.3, found one of the server has amber light. I then ran dmidecode, I found this on the result. System Boot Information Status: Firmware-detected hardware failure But it doesn't tell me which hardware failure? It's running on HP. Any idea? (4 Replies)
Discussion started by: samnyc
4 Replies

3. UNIX and Linux Applications

Ssmtp -t < /path/to/the/message.txt (How to format message.txt for html email)

ssmtp has been running well under Kubuntu 12.04.1 for plain text messages. I would like to send html messages with ssmtp -t < /path/to/the/message.txt, but I cannot seem to get the message.txt file properly formatted. I have tried various charsets, Content-Transfer-Encoding, rearranging the... (0 Replies)
Discussion started by: Ronald B
0 Replies

4. OS X (Apple)

Write message to another user on same network

On our home network, with 2 Macbook pros running OS X 10.6.*, I would like be able to popup a message to the user of the other computer. Is there a way I can "call" from one computer to another not using skype, or ichat or any application that the user has to have running? I guess first I... (8 Replies)
Discussion started by: allelopath
8 Replies

5. Programming

How to broadcast a message across the network using Socket programming in C??

My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (1 Reply)
Discussion started by: vigneshinbox
1 Replies

6. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

7. UNIX for Advanced & Expert Users

Error Message while copying- Pls Help

Hi I have the following script for performing regression testing of two setups ... if ; then echo "Usage Check CfgFile" exit fi cfgfile=$1 cfgdir="/prod/quic/data/product/tools/cfg" testdir="/prod/quic/data/product/tools/test" scripts="/prod/quic/data/product/tools/scripts" cd $cfgdir... (1 Reply)
Discussion started by: geeyess123
1 Replies

8. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies

9. UNIX for Dummies Questions & Answers

Explanation of error message(s)

I am completely new to Unix, have ordered the books recommended in this forum, however where would I find an explanation of error messages, the one that I'm looking at states +kern.maxfiles limit exceeded by uid 1002, please see tuning(7). All I know is that we have the latest BSD version. (2 Replies)
Discussion started by: jkm
2 Replies
Login or Register to Ask a Question