Answer:
Explanation:
Given, total payload is: 2000 bytes
MTU is: 1500 bytes
Header is: 20 bytes
Base header is: 40 bytes
Total number of fragments = Total Payload / MTU
= 2500 / 1500
= 2 fragments
Fragment Base header Fragmentation header Authentication
header + Data
1 40 bytes 8 bytes 20 bytes +772bytes
2 40 bytes 8 bytes 792 bytes
Its possible if you get the right cords like double ended usb cord and also it depends on what kind of model you have message me and ill tell you
Answer:
Constraint is defined as a part of individual attribute or column. In terms of computer programming, constraints relation are stated in the form of variable. Basically, constraint is the rule that are use for optimization purpose.
There are different types of constraints that are:
- Primary key constraint : It is defined as, the combination of columns which uniquely identify each data in the database table.
- Unique constraint : Unique constraint are used to ensure that all the values in the column table in the database are must be different.
- Not null constraint : It basically prevent all the null values from entering into one or more than one column in a table.