Thursday, April 23, 2015

Speccy

Overview

Apa yang ada di komputer Anda? Jika Anda seperti kebanyakan dari kita, Anda mungkin dapat nama processor (Intel atau AMD, Celeron atau Pentium), mungkin berapa banyak RAM yang dimilikinya, dan mungkin seberapa besar hard drive.
Ketika Anda pergi ke toko komputer dan melihat semua PC mengkilap terang diletakkan di samping satu sama lain, sebagian besar akan memiliki tag atau stiker yang menunjukkan:
Processor merek dan model yang
Ukuran hard drive dan kecepatan
Jumlah memori (RAM)
kartu grafik
sistem operasi

Dua atau tiga tahun kemudian, ketika tiba saatnya untuk meng-upgrade komputer Anda, tag atau stiker mungkin lama hilang. Speccy dirancang sebagai elektronik "yang ada di dalam" stiker gratis untuk PC Anda.

Isn't this information in Windows?

Iya dan tidak. Beberapa informasi dasar dapat ditemukan dengan mengklik kanan My Computer dan kemudian klik Properties. Tab General daftar beberapa statistik, dan Device Manager pada tab Hardware daftar semua hardware yang telah diinstalasi. Tapi meleset keluar banyak informasi yang Anda butuhkan.
Speccy akan memberikan statistik rinci pada setiap bagian dari perangkat keras di komputer Anda. Termasuk CPU, Motherboard, RAM, Kartu Grafis, Hard Disk, Optical Drive, dukungan Audio. Selain itu Speccy menambahkan suhu komponen yang berbeda Anda, sehingga Anda dapat dengan mudah melihat apakah ada masalah!

Why do I need Speccy?

Pada pandangan pertama, Speccy mungkin tampak seperti aplikasi untuk administrator sistem dan power user. Ini tentu, tapi Speccy juga dapat membantu pengguna normal, dalam kehidupan komputasi sehari-hari.
Jika Anda perlu menambahkan lebih banyak memori untuk sistem anda, misalnya, Anda dapat memeriksa berapa banyak slot memori komputer Anda memiliki memori dan apa yang sudah terpasang. Kemudian Anda dapat pergi keluar dan membeli hak jenis memori untuk menambah atau mengganti apa yang Anda sudah punya.
Jika Anda akan menjual PC Anda, Anda dapat menggunakan Speccy untuk cepat daftar keluar komponen. Atau, jika Anda membeli PC, Anda dapat menggunakan Speccy untuk memeriksa bahwa komputer memiliki apa label mengatakan telah.
Juga, Speccy sangat berguna untuk dukungan. Jika Anda berada di telepon dengan dukungan teknis dan mereka ingin tahu apa kartu video telah terinstal, tidak perlu untuk berburu di sekitar Windows. Speccy memiliki semua informasi pada satu mudah dimengerti layar.


Tuesday, April 14, 2015

CCNA 2 Chapter 6 Skill Assessment

CCNA Routing and Switching Routing and Switching Essentials
RSE Chapter 6 SIC Practice Skills Assessment – Packet Tracer
A few things to keep in mind while completing this activity:
  1. Do not use the browser Back button or close or reload any exam windows during the exam.
  2. Do not close Packet Tracer when you are done. It will close automatically.
  3. Click the Submit Assessment button in the browser window to submit your work. Objectives
  • Design an IP addressing scheme to provide connectivity to end users in a small to medium-sized business network
  • Configure static routes to enable connectivity in a small to medium-sized business network.
  • Configure summary and floating static routes.


All IOS device configurations should be completed from a direct terminal connection to the device console. Addressing Table


Scenario
The network administrator has asked you to implement IPv4 and IPv6 static and default routing in the test environment shown in the topology. Configure each static and default route as directly attached.
Requirements
1. Use the address space 10.10.16.0/24 to design an addressing scheme.
Split this address space into two equal-sized networks by subnetting it again.
Subnet 1:  10.10.16.0/25
Subnet 2: 10.10.16.128/25
Assign the first of these new subnets to PC1 LAN.
subnet:  10.10.16.0      
mask: 255.255.255.128
Assign the second of these new subnets subnet to PC2 LAN.
subnet:  10.10.16.128  
mask:  255.255.255.128
For each subnet, assign the first usable IP address to R2 and the last usable IP address to the PCs.
interface G0/0 ip address 10.10.16.1 255.255.255.128 no shutdown
PC1: 10.10.16.126 255.255.255.128
Gateway: 10.10.16.1 255.255.255.128
interface G0/1
ip address 10.10.16.129 255.255.255.128
no shutdown
PC2: 10.10.16.254  255.255.255.128
Gateway: 10.10.16.129  255.255.255.128
2. Configure IPv4 summary and default routes.
Configure an IPv4 default route on R2 using the next hop address.
  • ip route 0.0.0.0 0.0.0.0  10.10.20.1

Configure an IPv4 default route on R1 using Serial 0/0/0 as the exit interface.
  • ip route 0.0.0.0 0.0.0.0  s0/0/0

Configure an IPv4 summary route on R1 for the internal LANs. Use the exit interface.
  • ip route 10.10.16.0 255.255.255.0 s0/1/1

3. Configure IPv6 summary and default routes.
Configure an IPv6 default route on R3 using the exit interface.
  • ipv6 route ::/0 s0/0/0

Configure an IPv6 default route on R1 using Serial 0/0/1 as the exit interface.
  • ipv6 route ::/0 s0/0/1

Configure an IPv6 summary route on R1 for the internal LANs. Use the exit interface.
  • ipv6 route 2001:db8:1:a::/63 s0/1/0

4. Configure an IPv4 floating static route on R1 to the 64.100.100.0/24 network using the Serial 0/0/1 as the exit interface. Make the floating static route less trustworthy than the default route by one unit of AD.
  • ip route 64.100.100.0 255.255.255.0 s0/0/1  2

If your configuration has been completed correctly, all hosts should be able to contact the server that is attached to the Internet.


CCNA 2 Chapter 6

1. What are two advantages of static routing over dynamic routing? (Choose two.)
  • Static routing is more secure because it does not advertise over the network.*
  • Static routing is relatively easy to configure for large networks.
  • Static routing requires very little knowledge of the network for correct implementation.
  • Static routing uses fewer router resources than dynamic routing.*
  • Static routing scales well with expanding networks.
2.

Refer to the exhibit. Which is the best way for PC A and PC B to successfully communicate with sites on the Internet?
  • Configure a default route from R1 to ISP and a static route from ISP to R1.*
  • Configure a static route from R1 to ISP and a dynamic route from ISP to R1.
  • Configure a routing protocol between R1 and ISP and advertise all the routes.
  • Configure a dynamic route from R1 to ISP and a static route from ISP to R1.
3. Refer to the exhibit. The small company shown uses static routing. Users on the R2 LAN have reported a problem with connectivity. What is the issue?
  • R1 and R2 must use a dynamic routing protocol.
  • R1 needs a default route to R2.
  • R2 needs a static route to the Internet.
  • R2 needs a static route to the R1 LANs.
  • R1 needs a static route to the R2 LAN.*

4. Refer to the exhibit. The network engineer for the company that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails. Which set of commands would accomplish this goal?
ip route 198.133.219.24 255.255.255.252
ip route 64.100.210.80 255.255.255.252
ip route 198.133.219.24 255.255.255.252
ip route 64.100.210.80 255.255.255.252 10
ip route 0.0.0.0 0.0.0.0 s0/0/0
ip route 0.0.0.0 0.0.0.0 s0/1/0
ip route 0.0.0.0 0.0.0.0 s0/0/0
ip route 0.0.0.0 0.0.0.0 s0/1/0 10 ******
5. What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network?
  • generic route
  • destination route
  • dynamic route
  • default route*

6. Refer to the graphic. Which command would be used on router A to configure a static route to direct traffic from LAN A that is destined for LAN C?
  • A(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0
  • A(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2
  • A(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1
  • A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2*
  • A(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2

7. The network administrator configures the router with the ip route 172.16.1.0 255.255.255.0 172.16.2.2 command. How will this route appear in the routing table?
  • S 172.16.1.0 is directly connected, Serial0/0
  • S 172.16.1.0 [1/0] via 172.16.2.2*
  • C 172.16.1.0 [1/0] via 172.16.2.2
  • C 172.16.1.0 is directly connected, Serial0/0

8. Refer to the exhibit. The network administrator needs to configure a default route on the Border router. Which command would the administrator use to configure a default route that will require the least amount of router processing when forwarding packets?
  • Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1*
  • Border(config)# ip route 0.0.0.0 0.0.0.0 198.133.219.5
  • Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/0
  • Border(config)# ip route 0.0.0.0 0.0.0.0 198.133.219.6
9. Why would a floating static route be configured with an administrative distance that is higher than the administrative distance of a dynamic routing protocol that is running on the same router?
  • to be the priority route in the routing table
  • to be used as a backup route*
  • to act as a gateway of last resort
  • to load-balance the traffic

10. Refer to the exhibit. What command would be used to configure a static route on R1 so that traffic from both LANs can reach the 2001:db8:1:4::/64 remote network?
  • ipv6 route 2001:db8:1::/65 2001:db8:1:3::1
  • ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::2*
  • ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::1
  • ipv6 route ::/0 serial0/0/0

 11.

Refer to the exhibit. Which default static route command would allow R1 to potentially reach all unknown networks on the Internet?
  • R1(config)# ipv6 route 2001:db8:32::/64 G0/1 fe80::2
  • R1(config)# ipv6 route ::/0 G0/0 fe80::2
  • R1(config)# ipv6 route ::/0 G0/1 fe80::2*
  • R1(config)# ipv6 route 2001:db8:32::/64 G0/0
12. Which two statements describe classful IP addresses? (Choose two.)
  • All subnets in a network are the same size.*
  • Only Class A addresses can be represented by high-order bits 100.
  • Three of the five classes of addresses are reserved for multicasts and experimental use.
  • The number of bits used to identify the hosts is fixed by the class of the network.*
  • Up to 24 bits can make up the host portion of a Class C address.
  • It is possible to determine which class an address belongs to by reading the first bit.

13. A company has several networks with the following IP address requirements:
  1. IP phones – 50
  2. PCs – 70
  3. IP cameras – 10
  4. wireless access points – 10
  5. network printers – 10
  6. network scanners – 2
Which block of addresses would be the minimum to accommodate all of these devices if each type of device was on its own network?
  • 172.16.0.0/23
  • 172.16.0.0/24*
  • 172.16.0.0/22
  • 172.16.0.0/25

14. What does VLSM allow a network administrator to do?
  • utilize one public IP address to translate multiple private addresses
  • utilize multiple different subnet masks in the same IP address space*
  • utilize one dynamic routing protocol throughout the entire network
  • utilize multiple routing protocols within an autonomous system
  • utilize one subnet mask throughout a hierarchical network

15. What would be the best summary route for the following networks?
10.50.168.0/23
10.50.170.0/23
10.50.172.0/23
10.50.174.0/24
  • 10.50.160.0/22
  • 10.50.164.0/23
  • 10.50.168.0/16
  • 10.50.168.0/21*
  • 10.50.168.0/22
  • 10.50.168.0/23

16. What is a valid summary route for IPv6 networks 2001:0DB8:ACAD:4::/64, 2001:0DB8:ACAD:5::/64, 2001:0DB8:ACAD:6::/64, and 2001:0DB8:ACAD:7::/64?
  • 2001:0DB8:ACAD:0000::/63
  • 2001:0DB8:ACAD:0000::/64
  • 2001:0DB8:ACAD:0004::/62*
  • 2001:0DB8:ACAD:0004::/63
17. Which type of static route that is configured on a router uses only the exit interface?
  • directly connected static route*
  • fully specified static route
  • default static route
  • recursive static route

18. Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.)
  • show ip route*
  • show ip interface brief*
  • ping*
  • tracert
  • show arp
  • show version

19. Refer to the exhibit. What two commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)
  • A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2*
  • A(config)# ip route 10.0.0.0 255.0.0.0 s0/0/0
  • A(config)# no ip address 10.0.0.1 255.0.0.0 172.16.40.2
  • A(config)# no network 10.0.0.0 255.0.0.0 172.16.40.2
  • A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2*
20 What happens to a static route entry in a routing table when the outgoing interface is not available?
  • The router polls neighbors for a replacement route.
  • The router redirects the static route to compensate for the loss of the next hop device.
  • The route is removed from the table.*
  • The route remains in the table because it was defined as static.

21. Launch PT  Hide and Save PT
Open the PT activity. Perform the tasks in the activity instructions and then answer the question. What is the name of the web server that is displayed in the webpage?
  • Webserver10*
  • Main-Webserver
  • WWW-Server
  • MNSRV

22. Launch PT Hide and Save PT
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. 
What IPv6 static route can be configured on router R1 to make a fully converged network?
  • ipv6 route 2001:db8:10:12::/64 S0/0/1*
  • ipv6 route 2001:db8:10:12::/64 2001:db8:32:77::1
  • ipv6 route 2001:db8:10:12::/64 S0/0/0
  • ipv6 route 2001:db8:10:12::/64 2001:db8:10:12::1

Sunday, April 12, 2015

Skype WIFI For Windows 8

Skype WiFi untuk Windows 8 memungkinkan Anda untuk terhubung ke hotspot nirkabel publik menggunakan kredit Skype Anda. Ideal untuk mereka yang bepergian dengan notebook atau tablet Windows 8.

Ketika bepergian melalui hotel, bandara, taman umum atau tempat-tempat yang sama, sering ada hotspot WiFi yang tersedia, tetapi mereka biasanya membutuhkan membayar biaya.

Untuk dapat menggunakan koneksi WiFi ini, Anda harus mendaftar di apa proses yang relatif rumit, memberikan rincian kartu Anda dan biasanya menghabiskan sejumlah besar uang untuk waktu koneksi yang sangat terbatas. Dengan Skype WiFi untuk Windows 8, semuanya berubah.


Lebih dari satu juta hotspot yang kompatibel
Skype WiFi untuk Windows 8 kompatibel dengan lebih dari 1 juta hotspot WiFi publik di seluruh dunia, yang memungkinkan Anda untuk membayar koneksi WiFi menggunakan Skype Credit Anda.

Prosesnya sederhana: log in ke Skype WiFi dengan rincian Anda dan memilih hotspot nirkabel yang ingin Anda terhubung ke. Sebagian besar jaringan terkenal mendukung Skype WiFi untuk Windows 8.

Biaya per menit koneksi bervariasi tergantung pada penyedia dan selalu terlihat di samping nama hotspot. Anda membayar untuk menit yang Anda gunakan, bukan untuk blok waktu, dan biaya akan dipotong dari kredit Skype Anda.

Sebuah beberapa klik saja dari sambungan
Program ini sangat intuitif. Dari layar pembuka, Anda klik 'memulai' dan log in menggunakan kredensial Skype Anda. Jika tersedia, pilih salah satu hotspot didukung dan klik tombol 'connect' (Anda harus menerima kondisi penggunaan) untuk memulai surfing web. Ini benar-benar sederhana itu!

Kualitas hotspot Wi-Fi bervariasi
Skype WiFi untuk Windows 8 adalah sederhana dan melakukan apa yang dijanjikan, yang memungkinkan koneksi cepat dengan hotspot yang kompatibel. Apa yang tidak tergantung pada perangkat lunak, bagaimanapun, adalah kualitas koneksi, yang tergantung pada jenis hotspot digunakan.
kesimpulan

Skype WiFi untuk Windows 8 ini berguna bagi mereka yang sering memerlukan koneksi WiFi pada saat bergerak. Ini sangat menyederhanakan akses ke hotspot WiFi, mendukung banyak jaringan yang berbeda dan, karena ini, menawarkan harga yang kompetitif juga.

Catatan
Untuk menginstal aplikasi, Anda perlu untuk mengakses Windows Store di mana Anda dapat men-download perangkat lunak pada PC atau tablet Windows 8.

Saturday, April 11, 2015

CyberGhost





Reboot the Internet
Bergabunglah sekarang salah satu VPN yang paling terpercaya dan aman di dunia. Gratis.

Main Features
Gratis, sederhana & aman akses ke konten dari seluruh dunia
4 Juta orang telah menikmati layanan kami sejauh ini!

Easy to install

Anda hanya satu klik jauhnya dari cara paling aman untuk berselancar di internet.

Unblock Content You Love

Hilang pertandingan sepak bola favorit Anda? Dapatkan akses ke konten yang besar dari seluruh dunia!

Safe Online Browsing

Lindungi diri Anda dari hacker, penipuan cyber, pencurian rekening bank dan penipuan email phishing.

Why CyberGhost VPN?

CyberGhost adalah cara cepat, sederhana dan efisien untuk melindungi privasi online Anda, surfing anonim dan akses diblokir atau disensor konten. Menawarkan top-notch keamanan dan anonimitas tanpa rumit untuk menggunakan atau memperlambat koneksi internet Anda.

Thursday, April 9, 2015

CCNA 2 Chapter 5

1. Fill in the blank. Do not use abbreviations.
A network engineer is troubleshooting the configuration of new VLANs on a network. ​Which command is used to display the list of VLANs that exists on the switch? ” 
show vlan 
2. What is a disadvantage of using multilayer switches for inter-VLAN routing?
  • Multilayer switches have higher latency for Layer 3 routing.
  • Spanning tree must be disabled in order to implement routing on a multilayer switch.
  • Multilayer switches are more expensive than router-on-a-stick implementations.*
  • Multilayer switches are limited to using trunk links for Layer 3 routing.


3. Refer to the exhibit. A router-on-a-stick configuration was implemented for VLANs 15, 30, and 45, according to the show running-config command output. PCs on VLAN 45 that are using the 172.16.45.0 /24 network are having trouble connecting to PCs on VLAN 30 in the 172.16.30.0 /24 network. Which error is most likely causing this problem?​
  • The command no shutdown is missing on GigabitEthernet 0/0.30
  • The GigabitEthernet 0/0 interface is missing an IP address.
  • There is an incorrect IP address configured on GigabitEthernet 0/0.30.*
  • The wrong VLAN has been configured on GigabitEthernet 0/0.45

4. Refer to the exhibit. A network administrator has configured router CiscoVille with the above commands to provide inter-VLAN routing. What command will be required on a switch that is connected to the Gi0/0 interface on router CiscoVille to allow inter-VLAN routing?
  • switchport mode trunk*
  • switchport mode dynamic desirable
  • switchport mode access
  • no switchport

5.

Refer to the exhibit. The switch does the routing for the hosts that connect to VLAN 5. If the PC accesses a web server from the Internet, at what point will a VLAN number be added to the frame
  • point A
  • point B
  • point D
  • point C
  • point E
  • No VLAN number is added to the frame in this design.*

6. Inter-VLAN communication is not occurring in a particular building of a school. Which two commands could the network administrator use to verify that inter-VLAN communication was working properly between a router and a Layer 2 switch when the router-on-a-stick design method is implemented? (Choose two.)
  • From the switch, issue the show vlans command.
  • From the router, issue the show interface interface command.
  • From the switch, issue the show interface trunk command.*
  • From the switch, issue the show interface interface command.
  • From the router, issue the show ip route command.*
  • From the router, issue the show interface trunk command.

7. Refer to the exhibit. Router RA receives a packet with a source address of 192.168.1.35 and a destination address of 192.168.1.85. What will the router do with this packet?
  • The router will drop the packet.
  • The router will forward the packet out interface FastEthernet 0/1.2 and interface FastEthernet 0/1.3.
  • The router will forward the packet out interface FastEthernet 0/1.1.
  • The router will forward the packet out interface FastEthernet 0/1.2.*
  • The router will forward the packet out interface FastEthernet 0/1.3.

8. What condition is required to enable Layer 3 switching?
  • All participating switches must have unique VLAN numbers.
  • Inter-VLAN portions of Layer 3 switching must use router-on-a-stick.
  • The Layer 3 switch must have IP routing enabled.*
  • All routed subnets must be on the same VLAN.

9. Which type of inter-VLAN communication design requires the configuration of multiple subinterfaces?
  • legacy inter-VLAN routing
  • routing for the management VLAN
  • router on a stick*
  • routing via a multilayer switch

10.

Refer to the exhibit. A network administrator is configuring RT1 for inter-VLAN routing. The switch is configured correctly and is functional. Host1, Host2, and Host3 cannot communicate with each other. Based on the router configuration, what is causing the problem?
  • Routers do not support 802.1Q encapsulation on subinterfaces.
  • IP addresses on the subinterfaces are incorrectly matched to the VLANs.*
  • Each subinterface of Fa0/0 needs separate no shutdown commands.
  • Interface Fa0/0 is missing IP address configuration information.

11. How is traffic routed between multiple VLANs on a multilayer switch?
  • Traffic is routed via internal VLAN interfaces.*
  • Traffic is routed via physical interfaces.
  • Traffic is broadcast out all physical interfaces.
  • Traffic is routed via subinterfaces.

12.

Refer to the exhibit. Communication between the VLANs is not occurring. What could be the issue
  • The wrong port on the router has been used.
  • The Gi1/1 switch port is not in trunking mode.*
  • Default gateways have not been configured for each VLAN.
  • A duplex issue exists between the switch and the router.

13. What is a disadvantage of using router-on-a-stick inter-VLAN routing?
  • does not support VLAN-tagged packets
  • does not scale well beyond 50 VLANs*
  • requires the use of multiple router interfaces configured to operate as access links
  • requires the use of more physical interfaces than legacy inter-VLAN routing

14. Which statement describes a disadvantage of using router subinterfaces for inter-VLAN routing?
  • Routed traffic must contend for bandwidth on a single router interface.*
  • All untagged traffic is dropped.
  • It is more expensive than using individual router interfaces.
  • Trunking cannot be used to connect the router to the switch.

15. Fill in the blank with an acronym.
While configuring inter-VLAN routing on a multilayer switch, a/an   ” 
SVI ”   is used as a virtual-routed VLAN interface.
16. Refer to the exhibit. A network administrator is verifying the configuration of inter-VLAN routing. Users complain that PC2 cannot communicate with PC1. Based on the output, what is the possible cause of the problem?
  • The command interface GigabitEthernet0/0.5 was entered incorrectly.
  • There is no IP address configured on the interface Gi0/0.
  • The encapsulation dot1Q 5 command contains the wrong VLAN.*
  • The no shutdown command is not entered on subinterfaces.
  • Gi0/0 is not configured as a trunk port.

17.

Refer to the exhibit. A network administrator is verifying the configuration of inter-VLAN routing. Users complain that PCs on different VLANs cannot communicate. Based on the output, what are two configuration errors on switch interface Gi1/1? (Choose two.)
  • The trunking encapsulation protocol is configured wrong
  • Negotiation of trunking is turned on on Gi1/1.
  • Gi1/1 is configured as trunk mode.*
  • Voice VLAN is not assigned to Gi1/1.
  • Gi1/1 is in the default VLAN.*

18. While configuring inter-VLAN routing on a multilayer switch, a network administrator issues the no switchport command on an interface that is connected to another switch. What is the purpose of this command?
  • to create a switched virtual interface
  • to provide an access link that tags VLAN traffic
  • to create a routed port for a single network*
  • to provide a static trunk link

19. The PT initialization was skipped. You will not be able to view the PT activity.
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Fill in the blank. Do not use abbreviations.
Which command is missing on the Layer 3 switch to restore the full connectivity between PC1 and the web server?
 ip address 192.168.20.1 255.255.255.0 
20. A small college uses VLAN 10 for the classroom network and VLAN 20 for the office network. What is needed to enable communication between these two VLANs while using legacy inter-VLAN routing?
  • A switch with a port that is configured as trunk is needed to connect to a router.
  • Two groups of switches are needed, each with ports that are configured for one VLAN.
  • A router with at least two LAN interfaces should be used.*
  • A router with one VLAN interface is needed to connect to the SVI on a switch.

21. Refer to the exhibit. After attempting to enter the configuration that is shown in router RTA, an administrator receives an error and users on VLAN 20 report that they are unable to reach users on VLAN 30. What is causing the problem?
  • The no shutdown command should have been issued on Fa0/0.20 and Fa0/0.30.
  • There is no address on Fa0/0 to use as a default gateway.
  • Dot1q does not support subinterfaces.
  • RTA is using the same subnet for VLAN 20 and VLAN 30.*

 22. Refer to the exhibit. A network administrator needs to configure router-on-a-stick for the networks that are shown. How many subinterfaces will have to be created on the router if each VLAN that is shown is to be routed and each VLAN has its own subinterface?
  • 5
  • 3
  • 1
  • 4*
  • 2

23. Refer to the exhibit. Which command can the administrator issue to change the VLAN10 status to up?
Switch1(config)# vlan 10*
Switch1(config)# interface vlan 10
Switch1(config-if)# ip address 192.168.10.1 255.255.255.0​
Switch1(config)# interface vlan 10
Switch1(config-if)# ip address 192.168.10.1 255.255.255.0
Switch1(config-if)# no shutdown​
Switch1(config)# interface vlan 10
Switch1(config-if)# no shutdown​