TCP/IP Lecture 1 - Basics
TCP/IP Lecture 1 - Basics
Lecture 1 - Basics
Connection-oriented or connection-less
Important: connection-oriented and connection-less protocols.
The simplest is a connection-less protocol. Here packets are simply sent out
on the network, usually marked with an address, and we hope they arrive.
However, there are no guarantees that all packets will arrive, and the sender
has no way of telling whether this has happened.
For a connection-oriented protocol, a connection is first set up, then packets
are send, and eventually the connection is torn down. Acknowledgements can
be used to assure the arrival of all packets, and the protocol can have
mechanisms for re-transmissions and re-orderings of packets that dont arrive
or arrive in the wrong order.
Connection-oriented or connection-less
TCP/IP
The protocols of layer 2,3 and 4 will be treated more in-depth in the
coming lectures.
In the following, a few differences to the OSI model will be highlighted,
and some examples of protocol design given.
TCP/IP Host-to-Network
Corresponds to layer 1+2 from the OSI model
Among the data link layers, Ethernet is probably the most known. But it
is also possible to run IP over ATM.
Example: Ethernet.
End of lecture
Please dont hesitate to send questions or comments!