-
THE
RESOLUTION
PROCESS
-
use symbolic names iin
- network
- devices connected in network
-
discover the real address of targeted
- machines
- services
-
initiated Resolution Process by either
-
SERVICE
REQUESTOR
- request to translate SYMBOLIC address
-
there must be a dedicated machine
- handle the request
-
SERVICE
PROVIDER
- done in broadcasting manner
-
ADDRESS
- each connection allocates a
SEPARATED CONNECTION IDENTIFIER
-
Connection identifier
- have several connection to 1 web servcer
- unique connections
-
Session Identifier
- several session in one connection
- unique session
-
SEGMENTATION/
REASSEMBLY
-
MTU
- max transmission unit
-
outgoing messages
-
divided into PACKETS
- match network's MTU
-
incoming messages
- reassembled
-
SEQUENCING
- Indentify segments belong to a subdivided data
- error control
- End to End flow control
-
DATA
DELIVERY
CONTROL
-
Connection Oriented
- Connection established before transmission occured
- ensure data arrives exactly like it was sent
-
eg:
- HTTP, FTP, SMTP
-
Connectionless
- no connection set up before a transmission occured
- Error free data
-
eg:
- DHCP, TFTP, SNMP