KONFIGURACIJA TCP/Ip protokola u LOKALNOJ (LAN) MREŽI

Slides:



Advertisements
Similar presentations
ARSP Operation Instruction
Advertisements

ARSP Operation Instruction
Certification Training for Technicians Part 6 – Trouble shooting Page
Instructor & Todd Lammle
Andrew Smith 1 NAT and DHCP ( Network Address Translation and Dynamic Host Configuration Protocol )
Basic Network Training. Cable/DSL Modem The modem is the first link in the chain It is usually provided by the ISP and often has a coax cable connector.
Binary to Decimal Conversion
Making connections Connecting a computer to a LAN donna Bair-Mundy.
MAC Address IP Addressing DHCP Client DHCP Server Scope Exclusion Range Reservations Netsh.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
 Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca.
Chapter 9 & 10 TCP/IP. TCP/IP Model Application Transport Internet Internet Access.
Module 3: Configuring a Client IP Address. Overview Configuring a Client to Use a Static IP Address Configuring a Client to Obtain an IP Address Automatically.
VLAN Zoran Španović MCSE / CCNA Služba za opšte i zajedničke poslove Pokrajinskih organa APV.
CISCO NETWORKING ACADEMY Chabot College ELEC Windows IP Configuration Information.
 Router Configurations part2 2 nd semester
Serial Server Configuration Peter Szyszko. Hardware Configuration  Unit has to be connected to network and powered.  Computer has to be connected to.
DHCP CONFIGURATION Routing & Switching. DHCPV4 OPERATION CONFIGURING A DHCPV4 SERVER A Cisco router running the Cisco IOS software can be configured to.
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
Chapter 5 Exploring IPv4.
Chapter 5 VLSMs, Summarization and Troubleshooting TCP/IP
(1B) Methods of representing and measuring data electronically
Instructor & Todd Lammle

DHCP Dynamic Host Configuration Protocol
Lab #1 ,Ipconfig & ping commands
TRANSPARENT BRIDGING Router 1 Router 2 PC 2 PC / /24.
? A PC1 PC2 PC1) B C PC2) B SNM: C HP procurve
Troubleshooting a “Broken LAN”
תקשורת ומחשוב תרגול 9 CMD vs Networking.
Network Cards Server clusters use a variety of networks to communicate with other nodes and with clients.
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Introduction to Computers
Chapter 9 Objectives Understand TCP/IP Protocol.
Topologije mreža Mrežni protokol je set pravila uspostavljenih kako bi korisnici mogli da razmenjuju informacije. Topologija mreže je athitektura usvojena.
Kviz By Ime I prezime.
e-business and Information Systems
VPN VIRTUALNA PRIVATNA MREŽA
Cisco IOS.
(tema: Računarske mreže)
4.1 Vizualni (grafički) HTML uređivači
Introduction to TCP/IP
Routing and Switching Essentials v6.0
TCP/IP Mreže Primjer Uvod u mreže.
Mrežni protokoli.
OPERATIVNI SISTEMI Mreže Elza Dreković.
Zaštita računala na mreži i Internetu
IP šema adresiranja.
Naredbe ciklusa.
RAČUNARSKE MREŽE.
DNS mr Milovan B. Ivanović, dipl. inž. el.
Petlje FOR - NEXT.
Internet mreže, FTN - KZI
Struktura MAC adrese i Ethernet okvira
Examining IP Addressing
M-datoteke.
Networking u Windows-u 2000 i Windows-u XP
Internet FTP usluga.
ELEKTRONIČKA POŠTA ( ) OTVARANJE RAČUNA.
Do While ... Loop struktura
Nat-broadkam [AD-14-TB ].
Sustavi za pracenje i vođenje procesa STATEFUL INSPECTION FIREWALL
Fakultet elektrotehnike i računarstva
Addressing the Network – IPv4
/ / / / / /27.
Networks and the Internet
Instructor: Mr. Malik Zaib Alam
Configuring Cisco 2650 Router By John Teissonniere Manny Jacome
Network Addressing.
Vježbenica 2: struktura grananja – 2.dio
Presentation transcript:

KONFIGURACIJA TCP/Ip protokola u LOKALNOJ (LAN) MREŽI

PONOVIMO Što je računalna mreža ? Koji su to krajnji a koji posrednički uređaji ? Na kojem principu radi preklopnik (switch) ? Čemu služi TCP / ip skup protokola ? Na kojem sloju TPC/ip modela se upisuju ip adrese ? Na kojem sloju TPC/ip modela se upisuju MAC adrese ? Koja je uloga rutera u mreži ?

TEMELJNI POJMOVI Ipconfig / all naredba IP adresa Subnet maska Default gateway Ping naredba

Ipconfig / all naredba Naredba koja upisana u komandnom promptu ispisuje sljedeće podatke o računalu: Naziv i proizvođač mrežne kartice MAC adresu kartice (fizička adresa) Privatnu ip adresu računala Privatnu ip adresu rutera (Default gateway) Subnet masku (255.255.255.0)

Ipconfig / all naredba Vježba 1 U RUN upišite cmd, zatim upišite sljedeću naredbu Ipconfig / all. Kada ste dobili rezultat naredbe u bilježnicu upišite sljedeće podatke: Phyisical Address – IP Address – Default Gateway – Subnet Mask -

Statičko dodjeljivanje privatnih ip adresa IP adresa može biti dodjeljena statički i dinamički (DHCP). IP ADRESA SVAKOG RAČUNALA U LAN MREŽI MORA IMATI IDENTIČAN MREŽNI DIO ADRESE KAO I RUTER NA MREŽI !!!!

Statičko dodjeljivanje privatnih ip adresa Otvorite upravljačku ploču i zatim dodijelite vašem računalu statičku ip adresu, adresu default gateway-a i subnet masku.

Statičko dodjeljivanje privatnih ip adresa

ping naredba Vježba 2 U RUN upišite cmd, zatim upišite sljedeću naredbu: ping ip adresa gateway-a Primjer: ping 192.168.1.1

Pravila adresiranja LAN mreže Svi krajnji uređaji u lokalnoj mreži moraju imati sljedeće parametre identične: MREŽNI DIO IP ADRESE ADRESU DEFAULT GATEWAY-a SUBNET MASKU

Vježba 3: Primjer adresiranja LAN mreže

Primjer adresiranja LAN mreže Računalo 1 : 192.168.1.10 Računalo 2 : 192.168.1.11 Računalo 3 : 192.168.1.12 Server: 192.168.1.100 Printer: 192.168.1.50 Ruter (Default Gateway): 192.168.1.1

Ponovimo Čemu služi naredba ipconfig /all ? Što saznajemo koristeći naredbu ping ? Koja pravila moramo poštovati prilikom adresiranja lokalne mreže ?