Diferència entre revisions de la pàgina «A1. Model TCP/IP»
(→Model TCP/IP) |
(→Model TCP/IP) |
||
Línia 42: | Línia 42: | ||
[http://www.rfc-es.org/ www.rfc-es.org] => Traducción RFC’s | [http://www.rfc-es.org/ www.rfc-es.org] => Traducción RFC’s | ||
− | ===Protocols del model TCP/IP=== | + | ===Exemples Protocols del model TCP/IP=== |
[[Fitxer:tcpip.png]] | [[Fitxer:tcpip.png]] | ||
− | An la capa de transport | + | An la capa de '''transport''' |
− | * TCP: Servei orientat a connexió, fiable però lent. Per aplicacions complexes | + | * '''TCP''': Servei orientat a connexió, fiable però lent. Per aplicacions complexes |
− | * UDP: Servei No orientat a connexió, menys fiable però més ràpid. Per aplicacions més lleugeres | + | * '''UDP''': Servei No orientat a connexió, menys fiable però més ràpid. Per aplicacions més lleugeres |
− | A la capa | + | A la capa '''Internet''' |
− | * IP: Servei No orientat a connexió, garanteix que les comunicacions arribin encara que falli algun node. Paquets autosuficients. | + | * '''IP''': Servei No orientat a connexió, garanteix que les comunicacions arribin encara que falli algun node. Paquets autosuficients inclouen les adreces. |
− | * '''''FTP''''' : File Transfer Protocol. | + | * '''''TCP''''' : Transmission Control Protocol. Orientat a connexió. [https://tools.ietf.org/html/rfc793 https://tools.ietf.org/html/rfc793] |
+ | |||
+ | * '''''UDP''''': User Datagram Protocol. No orientat a connexió. [https://tools.ietf.org/html/rfc768 https://tools.ietf.org/html/rfc768] | ||
+ | |||
+ | * '''''IP''''': Internet Protocol. [https://tools.ietf.org/html/rfc791 https://tools.ietf.org/html/rfc791] | ||
+ | |||
+ | * '''''DNS''''': Domain Name System (Sistema de noms de domini). | ||
+ | [https://tools.ietf.org/html/rfc1035 https://tools.ietf.org/html/rfc1035] | ||
+ | [https://tools.ietf.org/html/rfc1034 https://tools.ietf.org/html/rfc1034] | ||
+ | |||
+ | * '''''FTP''''' : File Transfer Protocol. [https://tools.ietf.org/html/rfc959 https://tools.ietf.org/html/rfc959] | ||
* '''''HTTP''''' : Hiper Text Transfer Protocol. | * '''''HTTP''''' : Hiper Text Transfer Protocol. | ||
+ | [https://tools.ietf.org/html/rfc7231 https://tools.ietf.org/html/rfc7231] | ||
+ | [https://tools.ietf.org/html/rfc7232 https://tools.ietf.org/html/rfc7232] | ||
+ | [https://tools.ietf.org/html/rfc7233 https://tools.ietf.org/html/rfc7233] | ||
+ | [https://tools.ietf.org/html/rfc7234 https://tools.ietf.org/html/rfc7234] | ||
+ | [https://tools.ietf.org/html/rfc7235 https://tools.ietf.org/html/rfc7235] | ||
* '''''SMTP''''': Simple Mail Transfer Protocol. | * '''''SMTP''''': Simple Mail Transfer Protocol. | ||
+ | [https://tools.ietf.org/html/rfc5321 https://tools.ietf.org/html/rfc5321] | ||
− | * ''''' | + | * '''''TFTP''''': Trivial File Transfer Protocol. |
+ | [https://tools.ietf.org/html/rfc1350 https://tools.ietf.org/html/rfc1350] | ||
− | |||
− | + | === Recurs on-line === | |
+ | |||
+ | Un recurs que us pot ser interessant per practicar els conceptes de la primera Unitat Formativa de manera amena. | ||
+ | |||
+ | [http://quizlet.com/doogie966 http://quizlet.com/doogie966] | ||
− | + | Es tracta de varis jocs on-line on podeu practicar els conceptes de la primera unitat alhora que treballeu el vostre '''anglès'''. | |
− | + | Podeu trobar diferents jocs per temàtiques: '''Models de capes, OSI, TCP/IP, dispositius, cablejat, adreçament IP i ports''' |
Revisió del 08:57, 19 set 2018
torna M7 - Planificació i administració de xarxes
Model TCP/IP
Aquest és el model històric d’Internet.
Creat pel Departament de Defensa dels Estats Units (DoD) que necessitava dissenyar una xarxa que pogués sobreviure inclús a una guerra nuclear.
|
Model TCP/IP | Model OSI |
4 | Aplicació | Aplicació |
Presentació | ||
Sessió | ||
3 | Transport | Transport |
2 | Internet | Xarxa |
1 | Enllaç | Enllaç de dades |
Física |
IAB : Consell d’Arquitectura d’Internet. Normes RFC defineixen els estàndards i protocols d’Internet
RFC’s (Request for Comment) informes tècnics que descriuen el funcionament d’Internet. La definició dels estàndards del model es publiquen en aquests documents.
www.rfc-es.org => Traducción RFC’s
Exemples Protocols del model TCP/IP
An la capa de transport
- TCP: Servei orientat a connexió, fiable però lent. Per aplicacions complexes
- UDP: Servei No orientat a connexió, menys fiable però més ràpid. Per aplicacions més lleugeres
A la capa Internet
- IP: Servei No orientat a connexió, garanteix que les comunicacions arribin encara que falli algun node. Paquets autosuficients inclouen les adreces.
- TCP : Transmission Control Protocol. Orientat a connexió. https://tools.ietf.org/html/rfc793
- UDP: User Datagram Protocol. No orientat a connexió. https://tools.ietf.org/html/rfc768
- IP: Internet Protocol. https://tools.ietf.org/html/rfc791
- DNS: Domain Name System (Sistema de noms de domini).
https://tools.ietf.org/html/rfc1035 https://tools.ietf.org/html/rfc1034
- FTP : File Transfer Protocol. https://tools.ietf.org/html/rfc959
- HTTP : Hiper Text Transfer Protocol.
https://tools.ietf.org/html/rfc7231 https://tools.ietf.org/html/rfc7232 https://tools.ietf.org/html/rfc7233 https://tools.ietf.org/html/rfc7234 https://tools.ietf.org/html/rfc7235
- SMTP: Simple Mail Transfer Protocol.
https://tools.ietf.org/html/rfc5321
- TFTP: Trivial File Transfer Protocol.
https://tools.ietf.org/html/rfc1350
Recurs on-line
Un recurs que us pot ser interessant per practicar els conceptes de la primera Unitat Formativa de manera amena.
Es tracta de varis jocs on-line on podeu practicar els conceptes de la primera unitat alhora que treballeu el vostre anglès.
Podeu trobar diferents jocs per temàtiques: Models de capes, OSI, TCP/IP, dispositius, cablejat, adreçament IP i ports