Citrix System Inc Interview Question for Quality Assurance Engineers


Team: Xen-Client
Country: India
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
4
of 4 vote

Starting from application layer....your message will be kept in a packet containing header with port address (Source Port no, Destination Port no),in Transport layer then that packet will be transferred to network layer in with another header is added with IP addresses (Source IP, destination IP), and then this packet is transferred to data link layer....in which a header and a tailor is added..header is containing the Souce MAC addess and the MAC address of the next router to which it is to be forwarded.....(The MAC address of the next router is obtained by ARP...)....and then at the router we are having three layers....Data Link layer, Network layer and then transport layer....at the routers...the Destination MAC address is canged...which is of next...router fund by ARP.......and at last when the Destinations is reached,,,,,the data will be passed though the 5 layes from bottom to top...removing the headers one by one....and the will be shown according to the port no specified.......like 80 is the port no for http......

- Nitesh Kumar (MADE EASY) July 21, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

a packet traverses from source to destination via n routers. the value of n may vary from 0 to hop limit. the value will be 0 when the two nodes are neighbours or in short directly connected via a switch or hub, i.e. are in the same network.
When a packet is sent source to destination, it contains higher layer application data, transport layer data, IP header that mainly contains source and destination address.
the next layer is link layer that contains link layer address(in IPv6) and mac address (in Ipv4).
now the packet will contain the link layer address of next hop to be reached. If its a direct neighbour means 0 routers in between, it will have the link layer address of the destination itself, otherwise it will have the link layer address of next hop.
The link layer address is found using ARP resolution in IPv4 and neighbour dscovery protocol in IPv6

- Ankit February 22, 2012 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More