목록Network (6)
정보기술(IT)
1. 스위치 구성 및 Enable 패스워드 세팅 Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname CAT2950 CAT2950(config)#enable password cisco 2. 스위치 관리를 위한 VLAN 1 설정 CAT2950#conf t Enter configuration commands, one per line. End with CNTL/Z. CAT2950(config)#interface vlan 1 CAT2950(config-if)#ip address 10.10.10.2 255.255.255.0 CAT2950(config-if)#no sh CAT..
[Web 서버 확인] *Server0 -> [Services] 탭 -> HTTP 그림 처럼 확인 [DHCP 확인] [Laptop0 ~ 1, Static -> DHCP로 변환] * DCHP 로 변환 후 자동으로 IP가 할당된 그림 [라우터와 스위치의 특정 인터페이스에 IP 주소 동적 할당] Router(config)#int fa0/0 Router(config-if)#ip add dhcp Router(config-if)#do show ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.1.100 YES DHCP up up FastEthernet0/1 unassigned YES unset administrati..
[IP HOST 설정 : 특정 장치의 IP에 이름을 부여 할 수 있음] Router(config)#ip host switch 192.168.1.2 // 192.168.1.2 IP를 가지는 장치에 switch라는 이름 부여 Router(config)#ip host pc0 192.168.1.3 Router(config)#do ping switch Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms [라우터 암호 초기화] 1. Router0을 클릭한..
[콘솔 접속] --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: no Press RETURN to get started! Router>enable Router#conf t // Router# 특권실행모드 Enter configuration commands, one per line. End with CNTL/Z. Router(config)#exit // Router(config) 전역설정모드 Router# %SYS-5-CONFIG_I: Configured from console by console Router#exit Router con0 is now available P..
● 맥 어드레스(MAC Address : Media Access Control Address) : 네트워크 세그먼트(단위)의 데이터 링크 계층에서 통신을 위한 네트워크 인터페이스에 할당된 고유 식별자이다. MAC 주소는 이더넷과 와이파이를 포함한 대부분의 IEEE802 네트워크 기술에 네트워크 주소로 사용된다. 노리적으로 MAC 주소는 매체 접근 제어 프로토콜로 OSI 모델의 하위 계층(데이터 링크) 계층에서 사용된다. [참고 자료] 위키백과 "MAC 주소" MAC 주소 - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 둘러보기로 가기 검색하러 가기 UMTS 라우터의 레이블에 LAN과 WLAN 모듈을 위한 MAC 주소가 있다. MAC 주소(Media Access Control Addr..
서버(Server) : 의뢰한 서비스를 처리해주는 역할을 하는 장치 클라이언트(Client) : 서비스를 요청하는 역할을 하는 장치 미디어(Media) : 서버와 클라이언트를 연결시켜주는 장치(ex. 스위치, 라우터, UTP 케이블 등) 프로토콜(Protocol) : 약속된 같은 언어 또는 규칙으로 서로 통신(대화)이 가능하도록 제공하는 것 서비스(Service) : 사용자들의 요구에 맞는 필요한 기능을 제공 해주는 것(Web, DNS, DHCP, Mail 등) ▶컴퓨터를 네트워크에 연결하여 통신하기 위해 케이블로 연결된 모든 장치는 네트워크 인터페이스 컨트롤러(Network Interface Controller, NIC) 라는 하드웨어 장치가 설치되어 있다. [위키백과-네트워크 인터페이스 컨트롤러] h..