Internet and TCP/IP Flashcards
Is the internet a homogeneous network?
No,the internet is a vast collection of different networks that use a common protocol family;primarily the Internet Protocol (IP).
How did the internet develop into its current form?
The internet developed somewhat organically and was never specifically planned or designed by one individual.
Who manages the internet?
The internet is managed by several independent standardization bodies that guide its development in a decentralized manner.
What is the role of the Internet Society (ISOC)?
The Internet Society (ISOC) is responsible for maintaining and developing the infrastructure of the internet.
What does the Internet Research Task Force (IRTF) do?
The IRTF promotes research relevant to the future development of internet protocols;applications;architecture;and technology.
How does the Internet Architecture Board (IAB) contribute to the internet?
The IAB accompanies the standardization activities of the Internet Engineering Task Force (IETF) and the research activities of the IRTF;providing advisory support to the ISOC.
What is the focus of the Internet Engineering Task Force (IETF)?
The IETF focuses on the technical development and standardization of the internet.
What role does the Internet Corporation for Assigned Names and Numbers (ICANN) play?
ICANN coordinates the allocation of unique names and addresses used on the internet.
What is the function of the Internet Assigned Numbers Authority (IANA)?
IANA is responsible for the global allocation of IP addresses and is a division of ICANN.
What is a Regional Internet Registry (RIR)?
An RIR is an organization entrusted with the regional allocation of internet addresses.
How many RIRs are there worldwide and what are their roles?
- There are five RIRs, each serving specific continents or regions:
- AFRINIC serves Africa.
- ARIN serves the USA and Canada.
- APNIC serves the Asia-Pacific region.
- LACNIC serves Latin America and the Caribbean.
- RIPE NCC serves Europe, the Middle East, and Central Asia.
What period marked the origins of the internet?
The origins of the internet date back to the late 1950s.
How did the Cold War influence the early internet?
During the Cold War;the U.S. Department of Defense aimed to create a meshed data network with redundancy;as a countermeasure to make it more resilient to attacks;compared to the vulnerable hierarchical networks of the time.
Why was a meshed network chosen over a hierarchical network?
A meshed network was more resilient;as the loss of a few nodes would not isolate parts of the network;unlike in a hierarchical network where removing key nodes could break the network.
Which organization assisted the Department of Defense with network planning?
The RAND Corporation;a think tank;supported the Department of Defense in planning the network.
What key technology did RAND Corporation recommend for this network?
RAND Corporation recommended packet-switching technology over the circuit-switching used in traditional telephone networks.
Why did AT&T decline to build a prototype of the planned network?
AT&T declined because it believed that a nationwide meshed network was technically unfeasible.
What agency took over network development support;and what is it known as today?
The Advanced Research Projects Agency (ARPA);now known as the Defense Advanced Research Projects Agency (DARPA);supported further research into packet-switching networks.
What was ARPANET;and when did it begin?
ARPANET was the first packet-switching network;launched in 1969;connecting four universities and research institutes in California and Utah.
What two types of nodes formed the ARPANET?
ARPANET was formed by hosts (computing facilities at each site) and Interface Message Processors (IMP);which acted as routers.
How fast were ARPANET’s initial connection line compared to modern DSL?
ARPANET’s lines had a capacity of 56 kbit/s;which is about 1000 times slower than the 16–250 Mbit/s of modern DSL connections.
What three types of protocols were needed in ARPANET’s protocol stack?
The protocol stack included:IMP-to-IMP for network section communication;Host-to-IMP for message injection into the network; Host-to-host at the top of the stack
How quickly did ARPANET expand after its launch?
By July 1970;ARPANET had grown from 4 to 15 connected sites.
What protocol stack was developed in 1973 for improved network communication?
The TCP/IP protocol stack was developed for enhanced network-to-network and host-to-host communication.
Why did the National Science Foundation (NSF) become involved with network development?
The NSF recognized ARPANET’s value for scientific research but wanted a network more accessible to universities and research institutions;as ARPANET required Defense Department approval for access.
What was NSFNET;and who was its intended audience?
NSFNET was a packet-switching network created to provide access to universities;research institutions;libraries;and museums.
What company was formed to commercialize NSFNET;and what eventually happened to it?
Advanced Networks and Services (ANS) was created to promote a commercialized network;merging with NSFNET to form ANSNET;which was later sold to AOL in 1995;increasing commercialization.
How did other countries contribute to the global internet structure?
Other countries established research networks similar to ARPANET and NSFNET;connecting them through long-distance links;submarine cables;and satellites;which laid the foundation for the global internet.
What is the current structure of the internet and who can access it?
Today’s internet is highly diverse, including wide area networks, DSL, broadband cable, mobile networks, fiber-optics, and satellite systems, accessible to both private households and businesses via internet service providers.
Which protocols are now central to global internet communications?
The Internet Protocol (IP) and its related protocols;such as TCP
What do the terms “TCP/IP protocol stack” and “internet protocol family” refer to?
They refer to a group of network protocols that have emerged during the development of the internet.
What layer of the OSI model does the Internet Protocol (IP) belong to?
The Internet Protocol (IP) belongs to the third layer of the OSI model.
What is the primary purpose of the Internet Control Message Protocol (ICMP)?
ICMP is used by network devices to exchange error messages and diagnostic or routing information.
Describe the Transmission Control Protocol (TCP).
TCP is a connection-oriented transport protocol in the fourth layer of the OSI model;which guarantees reliable delivery of data streams through numbered packets and an automatic repeat request (ARQ) mechanism.