# Transport Layer

From amongst the [TCP-IP Layers](https://app.gitbook.com/@mudassirs46/s/network-fundamentals/~/drafts/-MRZ4cjfS8UXyANv_uLC/tcp-ip-layers) the fourth Layer is the Transport Layer.

* HTTP asks for the Web pages from a Web Server & Transport Layer's TCP provides guaranteed delivery through Error recovery feature
* The two most commonly used Transport Layer protocols are TCP & UDP.
* Transport Layer provides Service to the above Application Layer.

## Reference:

CCNA 200-301 OCG, Volume 1, Pg. 20-21 - Wendell Odom .


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mudassirs46.gitbook.io/network-fundamentals/transport-layer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
