COMPUTER NETWORKING

TRANSPORT LAYER

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following mechanism overcome buffer overrun?
A
Error Control
B
Congestion control
C
Stream control
D
Flow Control
Explanation: 

Detailed explanation-1: -There are four basic mechanisms of defense against buffer overflow attacks: writing correct programs; enlisting the help of the operating system to make storage areas for buffers non-executable; enhanced compilers that perform bounds checking; and performing integrity checks on code pointers before dereferencing them.

Detailed explanation-2: -Explanation. Perform thorough input validation. This is the first line of defense against buffer overflows.

There is 1 question to complete.