9 - Internet Transport Layer Protocols Flashcards
Length of IPv6 addr
128 bits
Replacement of data for
- Type of Service
- Real-time delivery
- TTL
- Traffic Class
- Flow Label support
- Hop Limit
Segments of IPv6 packet
Version -> Traffic Class -> Flow Label -> Payload Length -> Next Header -> Hop Limit -> Src Addr -> Dest addr
Global Routing Prefix Unicast implementation?
First 3 bits set to 001
Special Addr for IPv6 -
::1 equivalent of 127.0.0.1 (loopback)
TCP/IP 3-way connection est
A->B SYN, ISNa
B->A SYN, ISNb, ACK (ISNa)
A->B ACK(ISNb)
What does SSN stand for?
Synchronize Sequence Number
What does ISN stand for?
Initial Sequence Number
TCP/IP USES which protocol?
Sliding window
RTT
Round Trip Time
SRTT
Smoothed Round Trip Time
= (a x SRTT) + ((1-a) x RTT)
What does a mean in SRTT?
Smoothing Factor
MDEV
Mean Deviation of RTT
SMDEV
Smoothed Mean Deviation
SMDEV = (a x SMDEV) + ((1-a) x MDEV)
TCP/IP sliding window method (4)
- Sends single packet
- ACK returned
- Sends 2 packets, doubling the window size
- Keeps doubling until all packets are lost, then resets to 1