• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
Front

How to study your flashcards.

Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key

Up/Down arrow keys: Flip the card between the front and back.down keyup key

H key: Show hint (3rd side).h key

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/6

Click to flip

6 Cards in this Set

  • Front
  • Back
What is the RFC for HTTP/1.1
RFC 2616
Hypertext Transfer Protocol -- HTTP/1.1
What transport-layer protocol and port does HTTP typically operate on?
TCP port 80.
Can HTTP header fields be folded onto multiple lines?
Yes, if the continuation line begins with a space or tab.
What ASCII sequence is used as the end-of-line marker for HTTP elements?
CRLF
Carriage Return, Line Feed
0x0D0A
HTTP/1.1 uses persistent connections by default. What are they?
Persistent connections (Keep-alives) is where the server will leave the TCP connection open, in anticipation of further HTTP requests from the client.
What is HTTP pipelining?
Pipelining is where a client will send several HTTP requests out before waiting for the response from the first request.