Communication Protocol Simulator ProtoSimGuest

Basic Edition: Let’s Take a Look at Actual Data

HTTP Mission ①

HTTPA communication protocol that provides the mechanism for viewing web pages. is a application layerThe top layer of communication protocols, responsible for controlling information specific to each application. communication protocolRules, such as the format of information, for communication. used for viewing web pages. During a requestA request sent from a smartphone to a web server saying ’I want to see this page!’., information such as the location of the desired web page is sent, and during a responseThe data of the page returned from the web server to the smartphone. A reply., the files of that web page are sent and received.

Now, let’s check the contents of the requestA request sent from a smartphone to a web server saying ’I want to see this page!’. when accessing http://example.jp/joho1/internet.html by clicking on the icons. Find the string that indicates "which folder and what name" the file of the page the smartphone wants to see is stored in on the Web serverA computer where web page data is stored.. (Copying and pasting the answer is acceptable)

Attempt the above mission

Hints

Hint have not been displayed yet.
    + Display a new hint
    ↓
    HTTP
    (Application LAyer)
    ↑
    ↓
    </>
    TCP
    (Transport Layer)
    ↑
    </>
    ↓
    </>
    IP
    (Internet Layer)
    ↑
    </>
    ↓
    </>
    Ethernet
    (Nework Interface Layer)
    ↑
    </>
    Smartphone
    ↓
    HTTP
    (Application LAyer)
    ↑
    ↓
    </>
    TCP
    (Transport Layer)
    ↑
    </>
    ↓
    </>
    IP
    (Internet Layer)
    ↑
    </>
    ↓
    </>
    Ethernet
    (Nework Interface Layer)
    ↑
    </>
    Web Server