Q1. What do you mean by VPN(virtual private network)?
Q2. What do you mean by switching and what are it's type?
@3. What do you mean by ATM switching?
Answer Posted / akbar
ya its true that's it
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
what are the artifacts in coding phase in SDLC????
/bin/bash is missing.
why unix commands simpler rather than complex task
Problem:Design and implement a class that allows a teacher to track the grades in a single ourse.Include methods that calculate the average grae, the highest grade, and the lowest grade.Wrute a program to testyour class implementation in a c#. given grades:integral=85, physics=87, datastruct=84.
what is the effect of low frequency(say 48Hz) on TUrbo- Generator set when running for a prolonged period?
What are the differences between 1 dimensional RAM and 2 dimensional RAM?
What is spooling and buffering?
what is the difference between load bearing and non load bearing walls
Given a number (N), program to check whether its binary form has periodic or not
how to prepare for an written exam for any type of company?
hi i am avinash ,i am doing ma b-tech(cse) final year and i have been detained for 2years due to attendance and i will be finished ma b-tech in 6 years ,plz tell me weather i will be eligible for government jobs like bhel, drdo,or any other private companies
write a programe to print this string in reverse order and find out how many times letter c is repeated? string = { c was desined by dennis ritchie}. also find out the lenth of the string.
compare the conditional operator with if-else-if statement.
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
What is the difference between while & do while loop