Unit 3 Flashcards
What type of connections do ancient circuit-switched networks provide?
Persistent and dedicated connections
Typically priced per unit of time.
What type of connections do modern packet-switched networks provide?
Transient connections
Typically priced per unit of data.
What was ARPANET?
The first packet-switched computer network
Consisted of four computers located at UCLA, Stanford, UCSB, and Utah.
When was the first successful internet message sent?
October 29, 1969
The message sent was ‘LOGIN’ from UCLA to Stanford.
What allows the Internet to grow rapidly?
Open-network architecture
Each network can attach to the Internet without specific configurations.
What are the layers of the OSI model?
- Application
- Presentation
- Session
- Transport
- Network
- Data link
- Physical
What does the physical layer in the OSI model do?
Moves data on physical connections
Uses various protocols like coaxial and CAT5/6.
What is the function of the data link layer?
Organizes bits into frames
Transmits bits across direct connections using protocols like Ethernet.
What is the role of the network layer?
Transmits bits across indirect connections
Uses protocols like Internet Protocol (IP).
What does the transport layer manage?
Organizes bits into packets
Responsible for flow control and reliability using protocols like TCP and UDP.
What is the IPv4 addressing scheme?
32-bit addresses typically written as 4 x 8-bit
Allows for ~4.3 billion addresses.
What is the purpose of the Domain Name System (DNS)?
Resolves hostnames into IP addresses
Establishes a set of name servers for this purpose.
How are IP addresses read?
Left-to-right with most-significant bits first
E.g., 141.161.20.3.
How are hostnames read?
Right-to-left with most-significant network name last
E.g., www.cs.georgetown.edu.
What do root name servers maintain?
The list of top-level domain (TLD) name servers
Governed strictly by ICANN.
What is the purpose of a hostfile?
Stores hostnames and IP addresses locally
Helps in remembering important IP addresses.
What is a switch in networking?
The central hub of a network
Routes traffic via MAC address.
What is the difference between a switch and a router?
Switches route traffic within a local network; routers connect to other networks
Routers establish reachability between networks.
What is the main problem that routing addresses?
Knowing the recipient’s IP address
Humans prefer to route by name rather than number.
What does the DNS query process involve?
Checks local hostfile, queries ISP, and may reach other routers
Reduces the number of queries to DNS name servers.
Fill in the blank: The Internet Protocol model has ______ layers.
Four layers
What is the significance of the first 8 bits in an IPv4 address?
Specifies the network (A-level)
There are newer versions allowing B-level and C-level specifications.
What are the examples of protocols at the transport layer?
- TCP
- UDP
True or False: The Internet Protocol (IP) was formalized in 1980.
True