Changes
Page history
Fix Gitlab domain links
authored
Jan 20, 2026
by
Sergio Najib
Signed-off-by:
Sergio Arroutbi
<
sergio.arroutbi@urjc.es
>
Hide whitespace changes
Inline
Side-by-side
S11:-Practice-3.md
View page @
c2422ba9


# Session 11: Practice 3
...
...
@@ -80,11 +80,11 @@ echo "PING" | nc 127.0.0.1 8080
This is what we will see on the
**linux console**
:


And this is what we should get in the
**Server's console**
:


### Exercise 2: GET
...
...
@@ -102,11 +102,11 @@ In this example the client is asking for the sequence number 2.
This is what is shown in the
**Linux's console**
:


And this is what we should get in the
**Server's console**
:


### Exercise 3: INFO
...
...
@@ -122,11 +122,11 @@ echo "INFO AACCGTA" | nc 127.0.0.1 8080
This is what is shown in the
**Linux's console**
:


And this is what we should get in the
**Server's console**
:


### Exercise 4: COMP
...
...
@@ -142,11 +142,11 @@ echo "COMP AACCGTA" | nc 127.0.0.1 8080
This is what is shown in the
**Linux's console**
:


And this is what we should get in the
**Server's console**
:


### Exercise 5: REV
...
...
@@ -162,11 +162,11 @@ echo "REV AACCGTA" | nc 127.0.0.1 8080
This is what is shown in the
**Linux's console**
:


And this is what we should get in the
**Server's console**
:


### Exercise 6: GENE
...
...
@@ -182,11 +182,11 @@ echo "GENE U5" | nc 127.0.0.1 8080
This is what is shown in the
**Linux's console**
:


And this is what we should get in the
**Server's console**
:


### Exercise 7: Test client
...
...
@@ -272,7 +272,7 @@ The session is finished. Make sure during this week that everything in this list
# License


# Links
...
...
...
...