Lesson 1 - History and Internet Architecture Flashcards
(38 cards)
Galactic Network
a 1962 vision of J.C.R Licklider from MIT. He envisioned that everyone could quickly access data through a set of interconnected computers.
ARPANET
First network connecting 4 nodes (UCLA, Stanford, UCSB, Univ. of Utah) created by MIT researcher Lawrence Roberts in 1969.
DARPA
Defense Advanced Research Projects Agency
One of the first application launched on the internet in 1972
The initial ARPANET Host-To-Host protocol introduced in 1970
Network Control Protocol (NCP)
Protocol developed 1973 as an evolution of NCP which introduced the idea of open-architecture networking so that individual networks may be independently designed and developed
TCP/IP
TCP original 1973 service features were
The Transmission Control Protocol focused on service features such as flow control and recovery from lost packets.
IP originally responsible for
Internet Protocol responsible for addressing and forwarding of individual packets
System designed in 1983 to translate domain names to IP addresses by a scaleable distributed mechanism.
Domain Name System (DNS)
Application first introduced by team of researchers lead by Tim Berners-Lee
World Wide Web
Advantages of internet layered architecture
scalability, modularity, flexibility
Disadvantes of layered protocol stack model
- Some layers’ functionality depends on the information from the other layers.
- One layer may duplicate lower layer functionalities.
- Overhead that is caused by the abstraction between layers.
OSI model layers proposed by the International Organization for Standardization (ISO)
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical Layer
Internet Protocol Stack layers are:
- Application
- Transport
- Network
- Data Link
- Physical
What is the interface between the application and transport layer?
sockets
describe the Application Layer
includes multiple protocols (web, email, ftp, DNS) and multiple services.
What does the Presentation Layer do?
formats the information that it receives from the layer below and delivering it to the application layer.
The Session Layer is responsible for
The session layer is responsible for the mechanism that manages the different transport streams that belong to the same session between end-user application processes
In which layer do the TCP and UDP protocols reside
Transport Layer
Transport layer packet of information
segment
Network layer packet of information
datagram
Transport layer is responsible for
end-to-end communication between end hosts.
The Network Layer is responsible for
moving datagrams from one Internet host to another.
Which layer includes the Internet Protocol (IP) & routing protocols?
Network layer