IPv4 Flashcards
1
Q
IP - general characteristics
A
- part of TCP/IP, used by Internet
- specifies interfaces with higher layer, e.g. TCP
- specifies protocol format and mechanisms
2
Q
IP - services
A
Primitives:
- send: request transmission of data unit
- deliver: notify user of arrival of data unit
3
Q
IP - parameters
A
- used to pass data and control info
- parameters: source address, destination address, protocol (e.g. TCP), type of service (specify treatment of data unit during transmission through networks)
4
Q
IP - header fields
A
- version, IHL (internet header length), type of service, total length
- identification, flags, fragment offset
- time-to-live, protocol, header checksum
- source address
- destination address
- options + padding
visualize it from 6 to 1.
5
Q
IP addresses - classes
A
Class A: 1.x.x.x - 126.x.x.x
Class B: 128.x.x.x - 191.x.x.x
Class C: 192.x.x.x - 223.x.x.x
Class D: multicast addresses for group users, 224 - 239
Class E: reserved for research and future developments, 240-255
6
Q
ICMP - Internet Control Message Protocol
role
A
- provides error reporting mechanisms (ICMP messages sent in response to incoming datagrams with problems; datagrams with problems are discarded)
- need for appending to IP (used only for data transfer) of some control protocols
- encapsulate in IP datagram (not a very reliable protocol due to its best-effort delivery)