1 / 5

Linux Networking #1

Linux Networking #1. Dr. Michael L. Collard www.sdml.info/collard www.sdml.info/collard/linux collard@cs.kent.edu. TCP/IP. Set of protocols for computer communication IP (Internet Protocol) get packets from one machine to another, best effort (OSI Layer 3) Layer 4 Protocols:

taurus
Download Presentation

Linux Networking #1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linux Networking #1 Dr. Michael L. Collard www.sdml.info/collard www.sdml.info/collard/linux collard@cs.kent.edu

  2. TCP/IP • Set of protocols for computer communication • IP (Internet Protocol) • get packets from one machine to another, best effort (OSI Layer 3) • Layer 4 Protocols: • TCP (Transmission Control Protocol) – ordered and guaranteed delivery

  3. IP-Based Protocols • TCP (Transmission Control Protocol) • Connection-oriented, provides ordered and guaranteed delivery to IP, manages ports • Applications using TCP: telnet, http servers, ssh, email, etc. • UDP (User Datagram Protocol) • Adds port addressing to IP, lower overhead, no guarantees • Applications using UDP: domain name service (DNS), host configuration (DHCP) • ICMP (Internet Control Message Protocol) • diagnostic and traffic control messages • Applications using ICMP: ping, traceroute

  4. Networking Setup • /etc/services – standard ports and services • /etc/init.d/network – start, stop, restart, reload, status • /etc/rc.d – runlevel network startup and shutdown • ifconfig - configure a network interface • ifup – bring a network interface up • ifdown – bring a network interface down

  5. Networking Tools #2 • iwconfig, iwlist – wireless setup and information • netstat – network current status • ping – IP communication status • traceroute – route packets take to a given host • tcpdump – monitor packets

More Related