Assignment No 8
Assignment No 8
1. Geographical Area:
a. Local Area Network (LAN): Covers a small geographic area like a single
building or a campus.
b. Metropolitan Area Network (MAN): Spans a city or a large campus.
c. Wide Area Network (WAN): Covers a large geographic area, such as a
country or continent.
2. Ownership:
a. Private Network: Owned by a single organization.
b. Public Network: Available for public use and owned by service providers.
3. Topology:
a. Bus Topology: All devices share a single communication line.
b. Star Topology: All devices are connected to a central hub.
c. Ring Topology: Devices are connected in a circular fashion.
d. Mesh Topology: Devices are interconnected with many redundant
connections.
4. Transmission Medium:
a. Wired Network: Uses cables like Ethernet.
b. Wireless Network: Uses wireless signals like Wi-Fi.
5. Communication Model:
a. Client-Server Network: Centralized control with servers providing resources
to clients.
b. Peer-to-Peer Network: Decentralized control with all devices acting as both
clients and servers.
Q2) Types of Addresses in a Data Computer Network
Each node in a data computer network may have several types of addresses.
Here are some common ones:
MAC Address 1 1
Hostname 1 1
Subnet Mask 1 1
1. Internet:
a. Type: Wide Area Network (WAN)
b. Description: Covers a large geographic area, such as a country or continent,
and connects multiple smaller networks.
Here are the different layers that make up the TCP/IP model, along with the
most famous protocols, the name of the message, and the type of address for
each layer:
Layer Protocols Message Name Address Type
Network
Ethernet, Wi-Fi, PPP Frame MAC Address
Access
• Transport Layer: Provides reliable data transfer services to the upper layers.
o Protocols: TCP, UDP
o Message Name: Segment (TCP), Datagram (UDP)
o Address Type: Port Number
To share data stored on your cell phone within a Local Area Network (LAN) or
Wide Area Network (WAN), you can use the following links:
For LAN:
1. Wi-Fi Direct: Allows devices to connect directly to each other without needing a
wireless access point.
2. Bluetooth: Enables short-range wireless communication between devices.
3. USB Tethering: Connects your phone to a computer via USB cable to share data.
4. Network Attached Storage (NAS): Connects to your LAN and allows you to
store and share data across devices on the same network.
For WAN:
1. Cloud Storage Services: Services like Google Drive, Dropbox, and OneDrive
allow you to upload and share data over the internet.
2. Email: Attach files to an email and send them to recipients over the internet.
3. File Transfer Protocol (FTP): Use FTP servers to upload and share files over
the internet.
4. Virtual Private Network (VPN): Securely share data over a WAN by creating a
private network across a public network.
(Q3)_
Sequence Number
The Time to Live (TTL) is a field in the IP header that specifies the maximum
number of hops (routers) a packet can traverse before being discarded. Here
are its main purposes:
Q1)_
The OSI (Open Systems Interconnection) model and the TCP/IP (Transmission
Control Protocol/Internet Protocol) model are both conceptual frameworks
used to understand and implement network protocols. Here’s how they relate
to each other:
OSI Model
TCP/IP Model
• Layer Mapping: The TCP/IP model's layers map to the OSI model's
layers, but the TCP/IP model combines some of the OSI layers into
broader categories.
• Functionality: Both models serve to standardize networking protocols
and ensure interoperability between different systems and devices.
• Usage: The OSI model is more of a theoretical framework used for
understanding and teaching networking concepts, while the TCP/IP
model is more practical and widely used in real-world networking.
Application Application
Presentation Application
Session Application
Transport Transport
Network Internet
(Q2)_
Q3)_
Q3) Name the Device Responsible for Routing in the Wireless Network
TCP is slower than UDP. This is because TCP provides reliable, ordered, and
error-checked delivery of data, which involves establishing a connection,
maintaining it, and performing error checking and correction. UDP, on the
other hand, is connectionless and does not guarantee delivery, order, or error
checking, making it faster but less reliable.