Difference between revisions of "RSYD Medico IP"

From Teknologisk videncenter
Jump to: navigation, search
m (Programmer)
m (Links)
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{TOCright}}
 
=Slides=
 
=Slides=
 +
*[http://mars.tekkom.dk/mediawiki/images/a/a6/02.00_-_Converged_networks.pdf Converged Networks]
 +
*[http://mars.tekkom.dk/mediawiki/images/9/9c/03.00_-_Network_Design.pdf Network Design]
 +
*[http://mars.tekkom.dk/mediawiki/images/0/07/04.00_-_Introduction_to_IP_Generic.pdf Generel IP]
 +
*[http://mars.tekkom.dk/mediawiki/images/2/2b/04.60_-_ARP.pdf ARP]
 +
*[http://mars.tekkom.dk/mediawiki/images/1/14/04.64_-_ITN_instructorPPT_Chapter9.pdf Subnetting]
 +
*[http://mars.tekkom.dk/mediawiki/images/d/da/04.65_-_ITN_instructorPPT_Chapter4.pdf Network Access]
 +
*[http://mars.tekkom.dk/mediawiki/images/b/b1/04.70_-_Ethernet_Switche.pdf Ethernet]
 +
*[http://mars.tekkom.dk/mediawiki/images/c/cc/04.71_-_STP_introduktion.pdf STP]
 +
*[http://mars.tekkom.dk/mediawiki/images/d/dc/04.75_-_VLAN.pdf VLANs]
 +
*[http://mars.tekkom.dk/mediawiki/images/b/b0/04.80_-_ScaN_instructorPPT_Chapter4_final.pdf Wireless]
 +
*[http://mars.tekkom.dk/mediawiki/images/e/ea/04.85_-_port_securityRS_instructorPPT_Chapter2.pdf Port Security]
 +
*[http://mars.tekkom.dk/mediawiki/images/6/6a/07.11_-_Time_Domain_Reflection.pdf Time Domain Reflection]
 +
*[http://mars.tekkom.dk/mediawiki/images/9/90/02.50_-_Fiber.pdf Fiber]
 +
*[http://mars.tekkom.dk/mediawiki/images/2/26/07.11_-_Power_over_Ethernet.pdf Power over Ethernet]
 +
*[http://mars.tekkom.dk/mediawiki/images/c/ca/03.04_-_TCP_%26_UDP_protokollerne.pdf TCP/UDP & Porte]
 +
*[http://mars.tekkom.dk/mediawiki/images/f/f6/20.00_-_XML_rev01.pdf XML]
 +
 +
=Opgaver=
 +
*[http://mars.tekkom.dk/mediawiki/images/7/74/Opgave_-_Internet_organisationer.pdf Internet Organisationer]
 +
*[[/Packet tracer - networks and hosts|Packet Tracer - Introduktion]]
 +
*[http://mars.tekkom.dk/mediawiki/images/a/ad/Translate_to_hex.pdf Oversæt til HEX]
 +
*[[AMU/Net_Grund_Haderslev_Kaserne/Packet_Tracer_Routing| PT - Routing]]
 +
*[http://mars.tekkom.dk/mediawiki/images/4/44/IP_Subnetting_NetBurger.pdf NetBurger Opgave]
 +
*[[IPTECH_II_RaEl/Subnetting_øvelse|Packet tracer - Subnetting]]
 +
*[[/PT-STP|PT - Spanning tree]]
 +
*[[AMU/44947/Packet_Tracer_Vlans|PT - VLANs]]
 +
*[[AMU/Net_Grund_Haderslev_Kaserne/Packet_Tracer_trunks|PT Trunks]]
 +
 
=Programmer=
 
=Programmer=
[http://www.elmholt.eu/slettes/PT62.exe Packet Tracer 6.2]
+
*[http://www.elmholt.eu/slettes/PT62.exe Packet Tracer 6.2]
 +
*[http://www.subnet-calculator.com/ Online IP Subnet calculator]
 +
===Commands used===
 +
{|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0"
 +
|+ Some of the windows 7/Vista commands used
 +
|- bgcolor=lightgrey
 +
! Command !! Description
 +
|-
 +
|ping 8.8.8.8 || Ping the IP address 8.8.8.8 four times
 +
|-
 +
|ping www.google.com || Find the IP address of www.google.com and ping it four times
 +
|-
 +
|ping -t 8.8.8.8 || Ping IP address 8.8.8.8 until stopped with <CTRL>-C
 +
|-
 +
|tracert 8.8.8.8 || Find and show the route (path) to 8.8.8.8
 +
|-
 +
| ipconfig || Show basic IP Configuration
 +
|-
 +
| ipconfig /all || Show extended IP configuration
 +
|-
 +
| ipconfig /release || Release DHCP IP configuration
 +
|-
 +
| ipconfig /renew || Obtain IP configuration from DHCP server
 +
|-
 +
| ipconfig /displaydns || Show DNS cache
 +
|-
 +
| ipconfig /flushdns || Purge entries in the DNS cache
 +
|-
 +
| nslookup www.google.com || Name server lookup. Find www.google.com IP address
 +
|-
 +
| nslookup -type=mx google.com || Name server lookup. Find google.com Mail server(s) (MX)
 +
|-
 +
| route print || Print the route table on the screen
 +
|}
  
 
=Links=
 
=Links=
 +
*Medical-Grade Network Designs
 +
**[http://www.cisco.com/web/strategy/docs/healthcare/mgn_campus.pdf MGN 2.0 - Campus Architecture]
 +
**[http://www.cisco.com/web/strategy/docs/healthcare/mgn_security.pdf MGN 2.0 - Security Architecture]
 +
**[http://www.cisco.com/web/strategy/docs/healthcare/mgn_wireless_arch.pdf MGN 2.0 - Wireless Architecture]
 +
*Wireless
 +
**[https://www.cisco.com/c/en/us/products/collateral/wireless/aironet-3600-series/white_paper_c11-713103.pdf 802.11ac: The Fifth Generation of Wi-Fi]
 +
 +
=Youtube=
 +
*[https://www.youtube.com/watch?v=apIyGB6wwC4 Gigabit Wi-Fi 802.11ac In Depth]

Latest revision as of 15:13, 10 November 2015

Slides

Opgaver

Programmer

Commands used

Some of the windows 7/Vista commands used
Command Description
ping 8.8.8.8 Ping the IP address 8.8.8.8 four times
ping www.google.com Find the IP address of www.google.com and ping it four times
ping -t 8.8.8.8 Ping IP address 8.8.8.8 until stopped with <CTRL>-C
tracert 8.8.8.8 Find and show the route (path) to 8.8.8.8
ipconfig Show basic IP Configuration
ipconfig /all Show extended IP configuration
ipconfig /release Release DHCP IP configuration
ipconfig /renew Obtain IP configuration from DHCP server
ipconfig /displaydns Show DNS cache
ipconfig /flushdns Purge entries in the DNS cache
nslookup www.google.com Name server lookup. Find www.google.com IP address
nslookup -type=mx google.com Name server lookup. Find google.com Mail server(s) (MX)
route print Print the route table on the screen

Links

Youtube