Analyze the different threats to privacy and anonymity across the following layers of the TCP/IP model: physical, data link, network, transport, and application. Suggest a solution for each threat cited in this question
The following are the most threats across the physical,datalink,network,transport and application layers:
1. TCP/IP HIJACKING
2. Network Sniffer
3. Password Hackers
Individuals with knowledge of the password users personal information may guess at the password and choose possibilities based on that users date of birth, pet, relative or other information. The brute force method involves attempting to input every possible password combination to retrieve a password.
4. Server Hijacking
Prevention techniques:
Encrypting the session value will have zero effect. The session cookie is already an arbitrary value, encrypting it will just generate another arbitrary value that can be sniffed.
The only real solution is HTTPS. If you don't want to do SSL on your whole site (maybe you have performance concerns), you might be able to get away with only SSL protecting the sensitive areas. To do that, first make sure your login page is HTTPS. When a user logs in, set a secure cookie (meaning the browser will only transmit it over an SSL link) in addition to the regular session cookie. Then, when a user visits one of your "sensitive" areas, redirect them to HTTPS, and check for the presence of that secure cookie. A real user will have it, a session hijacker will not.
The method often used to steal session id is by installing a malicious code on the client website and then the cookie is stealing. The best way to prevent session hijacking is enabling the protection from the client side. It is recommended that taking preventive measures for the session hijacking on the client side. The users should have efficient antivirus, anti-malware software, and should keep the software up to date.
There is a technique that uses engines which fingerprints all requests of a session. In addition to tracking the IP address and SSL session id, the engines also track the http headers. Each change in the header adds penalty points to the session and the session gets terminated as soon as the points exceeds a certain limit. This limit can be configured. This is effective because when intrusion occurs, it will have a different http header order.
Analyze the different threats to privacy and anonymity across the following layers of the TCP/IP model:...
Topic: TCP/IP T Time Remaining 57 minutes Application 6 Presentation Application Session 4 Transport Transport Internet Network Interface TCP/IP Network Data Link Physical OSI Reference Model TCP layers (true or false true false- MAC addresses are handled at the Application layer true false- Size of the data packets is done at the Insternet layer true false- the Network Cnternet) Inyer is involved with couting of messages true false Switching ss done at the latermet layes THE
Question 26 In the TCP/IP model, what layer combines the responsibilities of the Application, Presentation, and Session layers from the OSI model? a. Internet b. Application c. Transport d. Link 1.25 points Question 27 In the TCP/IP model, what layer is considered so simple that it is ignored entirely? a. Network b. Data Link c. Application d. Physical 1.25 points Question 28 In the United States, who is able to activate the Emergency Alert System at the national level? a....
Which of the following are true when comparing TCP/IP to the OSI Reference Model? (Choose two.) A. The TCP/IP model has seven layers, while the OSI model has only four layers. B. The TCP/IP model has four layers, while the OSI model has seven layers. C. The TCP/IP Application layer maps to the Application, Session, and Presentation layers of the OSI Reference Model. D. The TCP/IP Application layer is virtually identical to the OSI Application layer.
Determine which layer(s) of the seven layers of the OSI model has (have) the following functions. List all the layers if more than one layer have the function, e.g. PL (Physical Layer), DL (Data Link Layer), NL (Network Layer), TL (Transport Layer), & AL (Application Layer – OSI layers 5 - 7). (10 points – 1 points for each sub-question) modulation flow controls error detection & error controls multiplexing collision detection addressing end-to-end network packet delivery connection-oriented or connectionless segmentation...
Determine which layer(s) of the seven layers of the OSI model has (have) the following functions. List all the layers if more than one layer have the function, e.g. PL (Physical Layer), DL (Data Link Layer), NL (Network Layer), TL (Transport Layer), & AL (Application Layer – OSI layers 5 - 7). addressing end-to-end network packet delivery connection-oriented or connectionless segmentation or streaming end-to-end user data delivery
QUESTION 8 Which layer of the TCP/IP hierarchy presents incoming messages to the computer user? a. Network b. Link c. Transport d. Application 2.5 points QUESTION 9 A relational database is a collection of one or more tables that are related by key values. True False 2.5 points QUESTION 10 Which standards organization produced the OSI reference model for internet communication? a. IEEE b. ISO c. ANSI 2.5 points QUESTION 11 Which of the following is used...
Please answer following short parts for Upvote (please answer all) a) Which layer of the TCP/IP model implements the Network Address Translation protocol? b) What are the advantages and disadvantages of Network Address Translation? c) How is SNAT different than NAT? d) Explain the reasons why or why not the Network Translation Protocol may increase network security? e) What is the difference between a TCP port and an IP Network address? f) List the advantages and Disadvantages of TCP Transport...
1.In the TCP/IP protocol suite, the ______ layer is responsible for moving frames from one hop (node) to the next.Immersive Reader (10 Points) network data link transport physical 2.As frequency increases, the period ________.Immersive Reader (10 Points) increases none of the choices are correct decreases remains the same 3.Data can flow only in both direction all of the times in a _________ mode.Immersive Reader (10 Points) none of the choices are correct half-duplex simplex full-duplex 4.For a ______ channel, the...
Question The followings are the most common security threats in networks. a. TCP/IP Hijacking [5 marks] b. Network Sniffer [5 marks] c. Password Hackers [5 marks] d. Server Hijacking [5 marks] e. DoS Attack [5 marks] You are expected to carry out an analysis and discuss on the nature of each threats by addressing the following element like; i. What it is all about? ii. How can such attack/threats take place in the network? iii. Why they do it? iv....
The layering principle has to distinguish between transfers from source to ultimate destination and transfers across multiple networks. For each of the following TCP/IP layers, state whether the layering principle applies across end-to-end transfers or whether it applies only to a single machine transfer: Application layer: Transport layer: Internet layer Network interface