Assignment 3
Assignment 3
1. Arpanet:
The ARPANET, short for the Advanced Research Projects Agency Network, was one of the
earliest packet-switching networks and is often considered the precursor to the modern
internet. It was developed by the United States Department of Defense's Advanced Research
Projects Agency (ARPA) in the late 1960s and early 1970s. ARPANET was a pioneering network
that interconnected several universities and research institutions, allowing them to share
resources and communicate electronically. It played a crucial role in the development of the
internet's underlying technology and protocols, including TCP/IP (Transmission Control
Protocol/Internet Protocol).
2. OSI Model:
- Frames: Frames are the data units at the Data Link Layer (Layer 2) of the OSI model. They
are responsible for the transmission of data over a physical medium, such as a network cable.
Frames typically contain information such as MAC addresses for source and destination, error-
checking information, and the actual data payload.
- Packets: Packets are the data units at the Network Layer (Layer 3) of the OSI model. They
are responsible for routing data across networks. Packets include information like source and
destination IP addresses, as well as the data payload. Packets are used in network
communication to send data from one network node to another.
- Segments: Segments are the data units at the Transport Layer (Layer 4) of the OSI model.
The Transport Layer is responsible for end-to-end communication and data segmentation.
Segmentation involves breaking down larger data streams into smaller segments for efficient
transmission and reassembling them at the receiving end. Segments contain information such
as source and destination port numbers, sequence numbers, and data from the upper layers
(e.g., the application layer).
3. Packet Switching:
In a packet-switched network, data is divided into packets, which are then sent independently
through the network. This is in contrast to circuit-switching, where a dedicated communication
path is established for the entire duration of a call. Packet switching enables better utilization of
network capacity and is highly adaptable, making it the foundation of modern data
communication systems like the internet. Each packet typically contains a portion of the data,
addressing information, and error-checking information, allowing for reliable and efficient data
transmission.