Chapter 29 Flashcards
Does internet provide mainly connection less or connection oriented service
connection less service
TCP/IP provide support for connection less service or connection oriented service
Both
What happens in connection less service
Data sent as packets. Its an advance form of packet switching. Each packet take its route. Then destination collect all packet from different routes, order then and then process them. There is no need to have a connection between source and destination. It uses hubs.
What is virtual packet
The packet travels over connection less service is virtual packet. These packets are created and managed by IP software. There is nothing to do with hardware technology.
What is IP datagram
In terms of TCP/IP virtual packet is called IP datagram
What is the format of IP datagram
header, data area
What is the difference between IP datagram and frame based packet
Source and destination are IP based on IP datagram
What is the purpose of address mask
To identify destination network, apply address mask to destination address and compare to network address in routing table.
What is best-effort delivery
IP datagram and IP protocol guarantees best-effort delivery. It means IP software try his best to deliver from source to destination.
What are 4 problems that IP do not guarantee to prevent
- Duplicate datagrams
- Delayed or out-of-order delivery
- Corruption of data
- Datagram loss (IP Packet loss)