What can be the answer for this question -- Datapath through 3 routers

  • Thread starter Thread starter 22990atinesh
  • Start date Start date
  • Tags Tags
    Network Router
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
22990atinesh
Messages
143
Reaction score
1
Member warned about non-descriptive thread title

Homework Statement


An IP machine Q has a path to another IP machine H via three IP routers R1, R2, and R3.
Q—R1—R2—R3—H
H acts as an HTTP server, and Q connects to H via HTTP and downloads a file. Session layer
encryption is used, with DES as the shared key encryption protocol. Consider the following four
pieces of information:

[I1] The URL of the file downloaded by Q
[I2] The TCP port numbers at Q and H
[I3] The IP addresses of Q and H
[I4] The link layer addresses of Q and H

Which of I1, I2, I3, and I4 can an intruder learn through sniffing at R2 alone?

(A) Only I1 and I2
(B) Only I1
(C) Only I2 and I3
(D) Only I3 and I4

Homework Equations

The Attempt at a Solution


As Router works only at Network Layer (which is on top of link layer) of TCP/IP Protocol Stack. Hence option (d) seems appropriate. But correct ans is (c) how
 
Physics news on Phys.org
you can't encrypt the tcp numbers as they are used to rout your data. You need the host # and port # to talk to the machine after that every else can be encrypted.
 
jedishrfu said:
you can't encrypt the tcp numbers as they are used to rout your data. You need the host # and port # to talk to the machine after that every else can be encrypted.
@jedishrfu then what ans would you suggest.