Download presentation
Presentation is loading. Please wait.
Published byBuddy Barber Modified over 8 years ago
1
Module A
2
Copyright Pearson Prentice-Hall 2010 Octet ◦ A Byte (collection of 8 bits) 8 bits = 1 Character ◦ Bit Is the basic unit of IT represented as a 0 or 1 Host ◦ Any Device connected to the Internet 2
3
Copyright Pearson Prentice-Hall 2010 3 NIC = Network Interface Card, provides capability for Network communications
4
Router ◦ Connects one network to another Is a Switch ◦ Sends frames between computers Is a Wireless Access Point (WAP) ◦ Signals are spread wide increasing danger Contains a Dynamic Host Configuration Protocol (DHCP) ◦ Provides each host an IP address Provides Network Address Translation (NAT) ◦ Hides IP address from attack Copyright Pearson Prentice-Hall 2010 4
5
5 Note: this wiring is unshielded. Meaning it is vulnerable
6
LAN (Local Area Network) ◦ Operate within building not across geographic locations WAN (Wide Area Network, internet) ◦ Operate across geographic locations ◦ Because corporations don’t have regulatory rights to lay network lines in public areas they rely on commercial companies Internet ◦ Network of Network’s Copyright Pearson Prentice-Hall 2010 6
7
7 Workgroup Switch: connect computers to the network Core Switch: Connect switches to other switches Any computer can plug into a wall jack and potentially gain access to the network. 802.1x requires any computer to first authenticate before gaining access to the network
8
Copyright Pearson Prentice-Hall 20108 Two Types of Leased Lines Point to Point Public Switched Data Network (PSDN) – passes frames between multiple sites Connections to these Networks is limited Security by Obscurity – not the best if it is breached there is no security Connections to these Networks is limited Security by Obscurity – not the best if it is breached there is no security
9
Copyright Pearson Prentice-Hall 20109 http://www.flickr.com/photos/x1brett/ As of January 2011 ISPs Internet Exchange Points Network Information Center Organization Network University
10
Copyright Pearson Prentice-Hall 2010 10 Network Browser Packet Router Packet Router Packet Route Webserver Software Router The global Internet has thousands of networks connected by routers The global Internet has thousands of networks connected by routers
11
Messages (data) can move from any computer to any other computer on any other network connected to the Internet Frames: ◦ Messages (data) between a single network (LAN or WAN) Packets ◦ Messages (data) between computers across the Internet ◦ Internet was designed specifically to NOT ADD SECURITY! Copyright Pearson Prentice-Hall 2010 11
12
Copyright Pearson Prentice-Hall 2010 12 Packet travels in a different frame in each network Packet travels in a different frame in each network
13
Copyright Pearson Prentice-Hall 2010 13 US Backbone Map
14
Networks must “talk” with each other ◦ Interoperability Requires Standards Standards Security Issues: 1.Is it inherently secureinherently an essential constituent or characteristic 2.Explicitly designed into standard 3.If added “after-the-fact” usually to newer versions going forward 4.Vendor implementations can be defective Copyright Pearson Prentice-Hall 2010 14
15
Copyright Pearson Prentice-Hall 2010 15 Super LayerDescription ApplicationCommunication between application programs on different hosts attached to different networks on an internet. InternetworkingTransmission of packets across an internet. Packets contain application layer messages. Single NetworkTransmission of frames across a network. Frames contain packets. Core Standards for each sub-system of the network communication process
16
Copyright Pearson Prentice-Hall 2010 16 Super LayerTCP/IPOSIHybrid TCP/IP-OSI Application Presentation Session InternetTransport InternetNetworkInternet Single NetworkSubnet AccessData Link Physical
17
Copyright Pearson Prentice-Hall 2010 17 Switched Network 1 Data Link Physical LinkFrame In a single network (LAN or WAN), a physical link connects adjacent devices. A data link is the path that a frame takes across a single network. One data link; three physical links.
18
Device Connection Types ◦ UTP Links between computers and switches Uses voltage changes (high vs low) Act like radio antennas, so signal can be intercepted without tapping ◦ Optical Fiber Uses light changes (on or off) Require tapping for interception of data ◦ Wireless Uses radio waves for transmission Spread widely and easily intercepted Copyright Pearson Prentice-Hall 2010 18
19
Internet ◦ How routers forward packets ◦ Main standard is Internet Protocol (IP) Transport ◦ Main standard is Transport Control Protocol (TCP) Fixes transmission errors Ensures proper order of packets Slows transmission if necessary ◦ For transmissions that do NOT require these capabilities will use User Datagram Protocol (UDP) Copyright Pearson Prentice-Hall 2010 19
20
Connection-Oriented ◦ Requires agreement for transmission to commence ◦ Monitors transmission for errors to ensure Reliability of transmission Connectionless ◦ Does NOT require agreement, transmission occurs when needed ◦ No monitoring of transmission for errors occurs Copyright Pearson Prentice-Hall 2010 20
21
Connectionless Unreliable Purpose ◦ How are packets organized ◦ How routers move packets to destination host Versions ◦ IPv4 32 bit address size 2 32 = 4,294,967,296 ◦ IPv6 128 bit address size 2 128 = 3.4e+38 Copyright Pearson Prentice-Hall 2010 21
22
Copyright Pearson Prentice-Hall 2010 22
23
Copyright Pearson Prentice-Hall 2010 23 Total Length (16 bits) Identification (16 bits) Header Checksum (16 bits) Time to Live (8 bits) Flags Protocol (8 bits) 1=ICMP, 6=TCP, 17=TCP Bit 0Bit 31 IP Version 4 Packet Source IP Address (32 bits) Fragment Offset (13 bits) Diff-Serv (8 bits) Header Length (4 bits) Version (4 bits) Destination IP Address (32 bits) Options (if any)Padding Data Field 0100
24
Represented as 32 bit rows Consists of: ◦ Header consists of 5 rows May have optional rows ◦ Data Copyright Pearson Prentice-Hall 2010 24
25
Version ◦ 0100 = 4 Header Length (usually 5 rows) ◦ 0101 = 5 ◦ More than 5 rows usually indicates an attack so examining this part of the header is important to detect attacks Diff-Serv ◦ Rarely uses intended to provide priority to different packets (Network Neutrality) Total Length ◦ Length of (entire packet - header) in bytes ◦ Maximum size of a packet is 2 16 = 65,536 Copyright Pearson Prentice-Hall 2010 25
26
Used if a packet is too large and is divided into smaller packets This is rare and can indicate an attack Most O/S don’t allow fragmentation Copyright Pearson Prentice-Hall 2010 26
27
Time to Live (TTL) ◦ Set to a value between 0 and 255 Usually set to 64 or 128 by O/D ◦ As packet moves from router to router ◦ TTL decremented by 1 ◦ If TTL reaches 0 the packet is discarded ◦ Attackers can determine how many router hops are between hacker and victim host by examining TTL and guessing 64 or 128 so… Protocol Message Header ChecksumChecksum Copyright Pearson Prentice-Hall 2010 27
28
Each Address is 32 bits long 111111110000000011 11111100000000 Kind of hard to remember so… Divided into 4 8 bit segments & converted to decimal (0 to 255) 132.170.217.166 132.170.217.166 www.bus.ucf.edu 4 segments divided into a mask ◦ First 2 are for the network ◦ 132.170 = UCF ◦ 217 = College of Business ◦ 166 = Web Server Copyright Pearson Prentice-Hall 201028
29
Copyright Pearson Prentice-Hall 2010 29 Payload length = Total Length from IPv4 Hop Limit = TTL from IPv4 Note there is no Checksum Reliability is assumed from higher level security
30
Unlike IPv4 IPv6 utilized optional header rows One such use is for IPSec Remember that IP was developed without Security IPSec was added later to provide security ◦ Everything in the data field of the packet is Secure ◦ Application message is also secure ◦ Two Modes: Transport – host to host protection Tunnel – protection between hosts Details in Chapter 4 Copyright Pearson Prentice-Hall 2010 30
31
Transmission Control Protocol (TCP) ◦ Connection-oriented, reliable ◦ TCP message is called a Segment User Datagram Protocol (UDP) ◦ Connectionless, unreliable Copyright Pearson Prentice-Hall 2010 31
32
Copyright Pearson Prentice-Hall 2010 32
33
Copyright Pearson Prentice-Hall 2010 33 PC Transport Process Webserver Transport Process 1. SYN (Open) 2. SYN, ACK (1) (Acknowledgement of 1) 3. ACK (2) Open (3) 3-Way Open 1.Syn = Synchronize sequence numbers, I want to send a message 2.SYN, ACK (Acknowledge), OK I’ll accept your message 3.ACK = OK I’m acknowledging that I received your acknowledgement
34
Hacker floods victim host with SYN messages The victim host ◦ Sends SYN, ACK & ◦ Sets aside resources for the upcoming message Hacker never sends ACK back ◦ Half-open SYN attack Copyright Pearson Prentice-Hall 2010 34
35
Copyright Pearson Prentice-Hall 2010 35 PC Transport Process Webserver Transport Process 1. SYN (Open) 2. SYN, ACK (1) (Acknowledgement of 1) 3. ACK (2) 4. Data = HTTP Request 5. ACK (4) 6. Data = HTTP Response 7. ACK (6) Open (3) Carry HTTP Req & Resp (4)
36
Copyright Pearson Prentice-Hall 2010 36 PC Transport Process Webserver Transport Process 8. Data = HTTP Request (Error) Carry HTTP Req & Resp (4) 9. Data = HTTP Request (No ACK so Retransmit) 10. ACK (9) 11. Data = HTTP Response 12. ACK (11) Error Handling
37
Copyright Pearson Prentice-Hall 2010 37 PC Transport Process Webserver Transport Process Close (4) 13. FIN (Close) 14. ACK (13) 15. FIN 16. ACK (15) Note: An ACK may be combined with the next message if the next message is sent quickly enough Normal Four-Way Close
38
Copyright Pearson Prentice-Hall 2010 38 PC Transport Process Webserver Transport Process Close (1) RST Abrupt Close Either side can send A Reset (RST) Segment At Any Time Ends the Session Immediately Rejection of a SYN (from an untrusted host) with a RST will provide Hacker with IP address of internal host, something the hacker tries to get
39
Sequence Number field ◦ Allows for segments to be put together in order First segment uses a randomly generated number If segment contains no data (SYN, ACK, etc) number is 1 + last segment If segment contains data Number of first octet (byte) for the data field is used Acknowledgement Number field ◦ Enables verification that a segment has arrived Number of last octet (byte) for the data field + 1 Copyright Pearson Prentice-Hall 2010 39
40
Copyright Pearson Prentice-Hall 2010 40
41
Clients ◦ Random number used to when connecting to Host for transmission session (short-lived session) Servers ◦ Represents a specific application runningapplication running Socket ◦ Combination of IP Address and Port Number ◦ 132.170.217.166:80 Copyright Pearson Prentice-Hall 2010 41
42
Copyright Pearson Prentice-Hall 2010 42
43
Copyright Pearson Prentice-Hall 2010 43
44
There is NO security built into the standard Security is instead provided by IPSec in the IP standard since it secures the data package where the TCP segment is contained. Copyright Pearson Prentice-Hall 2010 44
45
Copyright Pearson Prentice-Hall 2010 45 Source Port Number (16 bits)Destination Port Number (16 bits) UDP Length (16 bits)UDP Checksum (16 bits) Data Field
46
Copyright Pearson Prentice-Hall 2010 46 Messages delivered in data fields of IP packets.
47
Ping ◦ Are you there? Traceroute ◦ How do packets go from my client to a host ICMP messages contain error messages back to originator ◦ Hackers can send mal-formed ICMP message hoping to identify IP address of host Copyright Pearson Prentice-Hall 2010 47
48
Copyright Pearson Prentice-Hall 2010 48
49
Organized Hierarchically ◦ 13 DNS Root Servers ◦ Top-level Domain Servers (.com,.edu, etc.) ◦ Second-level (University of Central Florida) Need to know the names of host computers within its own network Cache Poisoning occurs if an attacker replaces an IP address on the DNS with a fake one Copyright Pearson Prentice-Hall 2010 49
50
Copyright Pearson Prentice-Hall 2010 50
51
Copyright Pearson Prentice-Hall 2010 51
52
Copyright Pearson Prentice-Hall 2010 Application Exploits ◦ By taking over applications, hackers gain the permissions of the exploited program ◦ A multitude of application standards ◦ Consequently, there is a multitude of security issues at the application level 52
53
Copyright Pearson Prentice-Hall 2010 Many Applications Need Two Types of Standards ◦ One for the transmission of messages, one for the content of application documents ◦ For the World Wide Web, these are HTTP and HTML, respectively ◦ For transmission, e-mail uses SMTP, POP, and IMAP ◦ For message content, e-mail uses RFC 2822 (all- text), HTML, and MIME 53
54
Copyright Pearson Prentice-Hall 2010 FTP and Telnet ◦ Have no security ◦ Passwords are transmitted in the clear so can be captured by sniffers ◦ Secure Shell (SSH) can replace both securely Anyone remember what happened with HB Gary and SSH? 54
55
Copyright Pearson Prentice-Hall 2010 Many Other Application Standards Have Security Issues ◦ Voice over IP ◦ Service-oriented architecture (SOA); web services ◦ Peer-to-peer applications 55
56
56
57
All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2010 Pearson Education, Inc. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.