Lesson 1: Introduction, History, and Internet Architecture Flashcards
Who created the first experiment for the internet and how was it done?
J.C.R. Licklider led researchers Roberts to connect 2 computers, one in Massachusetts and one in California, via dial up telephone line
What is the initial APRANET (1969)
Created by Roberts, it was a network of 4 computer nodes
What is the Network Control Protocol (NCP) and why was it created?
The first APRANET host-to-host protocol was created to allow user application development (email)
Who created TCP/IP, and for what functions?
Bob Kahn. New version of NCP that used open-architecture networking. IP for simple packet forwarding and addressing, TCP for flow control and lost packets recovery
What is the DNS
Domain Name System, used to translate domain names into IP addresses
What is the internet architecture?
layered protocol stack model, each layer dependent on service above and below it
what is the OSI model?
7 layers: application, presentation, session, transport, network, data link, and physical
What is the traditional Internet Architecture Model?
5 layers: application, transport, network, data link, and physical
what are sockets?
the interface (how the layer is accessed) between the application and transport layer in the internet architecture model.
name 4 protocols in the application layer.
HTTP, SMTP, FTP, DNS
what is a packet of information called in the application layer
message
What does the presentation layer do?
formats information and sends to application layer
what is the session layer?
manages different transport streams within the same session between user applications
what is the transport layer and what are its protocols?
responsible for end to end communication between end hosts. TCP and UDP.
What is TCP?
transport control protocol, connection oriented service to application layer, manages message delivery to application, flow control, and congestion-control