GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Networking
Go To First  |  Previous Question  |  Next Question 
 Networking  |  Question 2 of 84    Print  
What are all the technical steps behind when data transmission from server to server via a router and switch?

  
Total Answers and Comments: 2 Last Update: July 14, 2007     Asked by: praba 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 10, 2006 01:23:21   #1  
mitul patel        

RE: what are all the technical steps behind when data ...

hi

i am giving answer by considering switch and router.switch is a layer2 device(data link layer) while router is a layer 3 device(network layer). now tcp/ip is a peer-peer protocol suite which means the header attached by a specific layer x of source can be read by the same layer x of destination.

now transfered data by server 1 will be accepted by the physical layer(layer1) of the switch then will be transfered to data link layer(layer2) can chek the header(which contains source and destination's physical addresses) and trailer portion(which contains crc error cheking code).after cheking if the destination address is in the same network then data will be transfered to that packet otherwise will be rejected.

while router is a layer 3 device .now received data from the physical layer of the router will be transfered to layer2 and layer 3 (where router can get the source and destination ip address......Note:this data is not limited to a particular network.......but can using gateway can be sent outside the network.


 
Is this answer useful? Yes | No
July 14, 2007 14:23:49   #2  
Sumit Sinha        

RE: What are all the technical steps behind when data ...
The communication is between two SERVERS. But to a server can communicate with a client only. so if both system are behaving as server then first of all on both system a client should run as well.

Now server on machine M1 will generate message. will be transfer to tcp layer where the source and destination port no will be added in header and if tcp protocol is being followed then other fields of tcp hearder like sequence no and flags will also be there. then the packet will be delivered to network layer of M1 with destination say M2 ip address.

Now network layer will add neccessay fields like source and destination IP address TTL value etc. finally using its routing table and ARP protcol it will find out the ip address of the router. now packet will be delivered to data link layer of M1 with mac address of router.

Data link layer will then add its own trailer and header and forward packet through the services of physical layer.

now the packet will be recieved by router and will be transfer to network layer through its data link layer. network layer of router using its routing table and arp will find out the next hop mac address( in this case M2 itself). and will transfer packet to M2.

M2 will receive packet and deliver it the appropriate client process.

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : In Wndows 2003 Server Enterprise Edition1. Put the CD of OS in the CD -Rom drive2. Go to add remove programs from control panel or start -run- type appwiz.cpl and press enter key3. Select networking services go to details and check the dynamic host ...
Read Answers (9) | Asked by : elambarithi

What are all the technical steps behind when data transmission from server to server via a router and switch?
Read Answers (2) | Asked by : praba

Latest Answer : to add a client system at first we need to type of configuration logical & physical . at 1st we have to check all the client system including domain server properly connected with the hub or switch .if there is no DHCP server (DHCP SERVER ESSINE IP ...
Read Answers (4) | Asked by : pvr_23

Latest Answer : Layer 2 switch operates Data Link LayerLayer 3 switch operates Network Layer ...
Read Answers (26) | Asked by : Dheeraj Choudhary

Latest Answer : Router - Basically routers are use to connect different n/w's together.Routers  communicate between two or more  networks.L3 Switch - L3 switches are just like L2 switches.but there is a differnece between these two types.L3 switches are ...
Read Answers (15) | Asked by : mahesh

Latest Answer : One more important difference is Win 2003 supports Volume shadow copy featurewhich is not in windows 2000..A NEW TOOL TO RECOVER FILES Window 2003 server includes IIS server in it. ...
Read Answers (21) | Asked by : kamal

Latest Answer : Remote Access ServerRemote access is the ability to get access to a computer or a network from a remote distance. In corporations, people at branch offices, telecommuters, and people who are traveling may need access to the corporation's network. Remote ...
Read Answers (5) | Asked by : ravi

Latest Answer : You can config your computer also as router because router is third layer device that is Network Layer device and in your computer you also have this layer First step: Give two more IP to our computer because this will route packet in more than one network ...
Read Answers (22) | Asked by : samdeep m jethwa

If you have 3 pc's with static IP's and there is one PC workstation that has FTP going through a router, how would you FTP to that workstation and only that one from the outside in? 2. You have a laptop and wireless unit and you want to use infrared capability to access the Internet, how can this be done and what problems would you look at if it was not working?3. What is the biggest problem with laptops and wireless units
Read Answers (3) | Asked by : Daniel Mamo

Latest Answer : Open http://127.0.0.1/mail in IE at server.IIS service should be running in control panel/svcs.msc, port 25 (smtp), and 110(pop3) should be open. ...
Read Answers (1) | Asked by : prabhakar


 Sponsored Links

 
Related Articles

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving Typed Data

ODP NET Retrieving Typed Data While retrieving values from OracleDataReader we can extract information available in individual columns of a particular row either by using column ordinal position values or column names mosgoogle Retrieving Typed Data Using Ordinals ODP NET provides data specific enum
 

ODP.NET - Retrieving Data Using OracleDataReader

ODP NET Retrieving Data Using OracleDataReader OracleDataReader is simply a read only and forward only result set It works only if the database connection is open and it makes sure that the connection is open while you are retrieving data As the data that it retrieves is read only it is a bit faster
 

ODP.NET - Fundamental ODP.NET Classes to Retrieve Data

ODP NET Fundamental ODP NET Classes to Retrieve Data To retrieve data from an Oracle database using ODP NET we need to work with a few of the ODP NET classes At this point we will discuss the most fundamental classes available in ODP NET for retrieving data mosgoogle The following is the list of fun
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape