Question

In: Computer Science

1- List the classes in classful addressing and define the application of each class (unicast, Multicast,...

1- List the classes in classful addressing and define the application of each class (unicast, Multicast, broadcast, Reserved).
2- Give an Example for a Connectionless and a Connection oriented Protocols.
3- A network Mask 255.255.255.240 how many usable addresses can be assigned to Hosts in a subnet?

Solutions

Expert Solution

Answer1:

The classes in classful addressing are: Class A, Class B, Class C, Class D, and Class E

  • Now the first three classes i,e Class A, B, and C are used for unicast communication
  • Class D is used for multicast communication
  • Class E is reserved

Answer 2:

  • With a connectionless protocol, the sender does not try to check the identity of a receiver or ask for approval until transmitting details, and it does not allow error detection and correction.
  • IP and UDP are examples of protocols connectionless.
  • With a connection-oriented protocol, before transmitting messages, a connection is formed between one sender and one recipient.
  • Management functions such as verifying reception, verifying data integrity, monitoring message flow, and securing message content are performed by this protocol. An example of a connection-oriented protocol is TCP.

Answer 3:

We have given , subnet mask = 255.255.255.240

Converting subnet mask into binary = 11111111.11111111.11111111.11110000

First 3 octets here represents the network part and the last octet represents the host part. Here the number of host bits = 4

We know , usuable hosts in subnet = 2^n - 2 , here n = 4

2^4 - 2 = 2x 2 x2 x 2 - 2 = 16 - 2 = 14 hosts


Related Solutions

a. Define four different classes of bonds and detail the characteristics of each. Which class of...
a. Define four different classes of bonds and detail the characteristics of each. Which class of bonds tends to have the least amount of risk and why? b. Briefly discuss five financial institutions that historically participate in the bond market. What are the participation goals of each of the institutions? c. Define the term Bond Yield. Discuss how an investor realizes a return on a bond investment.
List and define the five types of mortar and provide an application of each type.
List and define the five types of mortar and provide an application of each type.
2. a. Discuss four different classes of bonds and define the characteristics of each. Which class...
2. a. Discuss four different classes of bonds and define the characteristics of each. Which class of bonds tends to have the least amount of risk and why?
List the four steel application-based classes and briefly explain each. Sketch the commonly used hot-rolled sections...
List the four steel application-based classes and briefly explain each. Sketch the commonly used hot-rolled sections used in building construction. Each W-shape is designated by two numbers. What means W 14 x 38? Discuss two basic approaches used for fire protection of steel In a typical structural steel floor or roof framing, there are three types of elements, called primary, secondary, and tertiary elements. Explain what these are and what material(s) they consist of. Explain the pros and cons of...
Create a Java windows application to manage a list of stocks 1. Add a class Stock...
Create a Java windows application to manage a list of stocks 1. Add a class Stock with the following fields: companyName, pricePerShare, numberOfShares (currently owned) and commission (this is the percent you pay a financial company when you purchase or sell stocks. Add constructor, getters and methods: ***purchaseShares (method that takes the number of shares purchased, updates the stock and return the cost of purchasing these shares make sure to include commission. ***sellShares (method that takes the number of shares...
Objectives: Define the new class type: Queue using a singly linked list. Define the new class...
Objectives: Define the new class type: Queue using a singly linked list. Define the new class type: Jukebox which creates three objects of type Queue class. Practice enqueue-ing and dequeue-ing elements from the top of your singly linked list Queue class. Test the implementation of the class: MyTunes. The class files are here: https://drive.google.com/file/d/1yCCQeZCS-uLoL_CK0Et9dX-KCaokXQxR/view?usp=sharing class MyTunes Creates an object of type MyTunes class that partially simulate the digital jukebox TouchTunes, using a queue which holds playlist. Tests the implementation of...
1. Define four different classes of mutual funds? Discuss the characteristics and risks of each of...
1. Define four different classes of mutual funds? Discuss the characteristics and risks of each of the four classes you defined. 2. Discuss the different ways an investor can realize a return on a mutual fund investment
Write an application with five classes Vehicle, Car, Bus, Truck, and Tester class with main method...
Write an application with five classes Vehicle, Car, Bus, Truck, and Tester class with main method in it. The following characteristics should be used: make, weight, height, length, maxSpeed, numberDoors, maxPassenges, isConvertable, numberSeats, maxWeightLoad, and  numberAxels. Characteristics that are applicable to all vehicles should be instance variables in the Vehicle class. The others should be in the class(s) where they belong. Class vehicle should have constructor that initializes all its data. Classes Car, Bus, and Truck will have constructors which will...
Write an application with five classes Vehicle, Car, Bus, Truck, and Tester class with main method...
Write an application with five classes Vehicle, Car, Bus, Truck, and Tester class with main method in it. The following characteristics should be used: make, weight, height, length, maxSpeed, numberDoors, maxPassenges, isConvertable, numberSeats, maxWeightLoad, and numberAxels. Characteristics that are applicable to all vehicles should be instance variables in the Vehicle class. The others should be in the class(s) where they belong. Class vehicle should have constructor that initializes all its data. Classes Car, Bus, and Truck will have constructors which...
Define the classes to complete dynamic array hierarchy with a concrete, abstract and interface class. public...
Define the classes to complete dynamic array hierarchy with a concrete, abstract and interface class. public class DArray { private int array[]; public DArray() { } private void expandArray() { } private void shrinkArray() { } } --------------------------------------------------------------- public abstract class ArrayBP { protected int numElements; protected int numAllocations; public abstract void storeAt(int item, int index) { } public abstract getFrom(int index) { } public abstract int len() { } public abstract void remove();{ } public abstract void removeAt(int index)...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT